[]Struct feather_f405::pac::sai1::CH

#[repr(C)]pub struct CH {
    pub cr1: Reg<u32, _CR1>,
    pub cr2: Reg<u32, _CR2>,
    pub frcr: Reg<u32, _FRCR>,
    pub slotr: Reg<u32, _SLOTR>,
    pub im: Reg<u32, _IM>,
    pub sr: Reg<u32, _SR>,
    pub clrfr: Reg<u32, _CLRFR>,
    pub dr: Reg<u32, _DR>,
}

Register block

Fields

cr1: Reg<u32, _CR1>

0x00 - SAI AConfiguration register 1

cr2: Reg<u32, _CR2>

0x04 - SAI AConfiguration register 2

frcr: Reg<u32, _FRCR>

0x08 - SAI AFrame configuration register

slotr: Reg<u32, _SLOTR>

0x0c - SAI ASlot register

im: Reg<u32, _IM>

0x10 - SAI AInterrupt mask register2

sr: Reg<u32, _SR>

0x14 - SAI AStatus register

clrfr: Reg<u32, _CLRFR>

0x18 - SAI AClear flag register

dr: Reg<u32, _DR>

0x1c - SAI AData register

Auto Trait Implementations

impl Send for CH

impl !Sync for CH

impl Unpin for CH

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.