Struct stm32wb_stm32hal::stm32wb55::sai1::CH[][src]

#[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, }
Expand description

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

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.