[][src]Struct stm32f4xx_hal::stm32::sai::CH

#[repr(C)]
pub struct CH { pub cr1: CR1, pub cr2: CR2, pub frcr: FRCR, pub slotr: SLOTR, pub im: IM, pub sr: SR, pub clrfr: CLRFR, pub dr: DR, }

Register block

Fields

cr1: CR1

0x00 - AConfiguration register 1

cr2: CR2

0x04 - AConfiguration register 2

frcr: FRCR

0x08 - AFRCR

slotr: SLOTR

0x0c - ASlot register

im: IM

0x10 - AInterrupt mask register2

sr: SR

0x14 - AStatus register

clrfr: CLRFR

0x18 - AClear flag register

dr: DR

0x1c - AData register

Auto Trait Implementations

impl Send for CH

impl !Sync for CH

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

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

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

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

impl<T> Same for T

type Output = T

Should always be Self