[][src]Struct lpc55s6x_pac::i2s0::SECCHANNEL

#[repr(C)]
pub struct SECCHANNEL { pub pcfg1: PCFG1, pub pcfg2: PCFG2, pub pstat: PSTAT, // some fields omitted }
[]

Register block

Fields

pcfg1: PCFG1
[]

0xc20 - Configuration register 1 for channel pair

pcfg2: PCFG2
[]

0xc24 - Configuration register 2 for channel pair

pstat: PSTAT
[]

0xc28 - Status register for channel pair

Auto Trait Implementations

impl Send for SECCHANNEL

impl !Sync for SECCHANNEL

Blanket Implementations

impl<T> From<T> for T[src][+]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src][+]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src][+]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src][+]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src][+]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src][+]

impl<T> Any for T where
    T: 'static + ?Sized
[src][+]

impl<T> Same<T> for T[src]

type Output = T

Should always be Self