[−][src]Struct lpc55s6x_pac::i2s0::SECCHANNEL
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][+]
U: Into<T>,
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self