[][src]Struct stm32l4xx_hal::stm32::sai1::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub acr1: ACR1, pub acr2: ACR2, pub afrcr: AFRCR, pub aslotr: ASLOTR, pub aim: AIM, pub asr: ASR, pub aclrfr: ACLRFR, pub adr: ADR, pub bcr1: BCR1, pub bcr2: BCR2, pub bfrcr: BFRCR, pub bslotr: BSLOTR, pub bim: BIM, pub bsr: BSR, pub bclrfr: BCLRFR, pub bdr: BDR, // some fields omitted }

Register block

Fields

acr1: ACR1

0x04 - AConfiguration register 1

acr2: ACR2

0x08 - AConfiguration register 2

afrcr: AFRCR

0x0c - AFRCR

aslotr: ASLOTR

0x10 - ASlot register

aim: AIM

0x14 - AInterrupt mask register2

asr: ASR

0x18 - AStatus register

aclrfr: ACLRFR

0x1c - AClear flag register

adr: ADR

0x20 - AData register

bcr1: BCR1

0x24 - BConfiguration register 1

bcr2: BCR2

0x28 - BConfiguration register 2

bfrcr: BFRCR

0x2c - BFRCR

bslotr: BSLOTR

0x30 - BSlot register

bim: BIM

0x34 - BInterrupt mask register2

bsr: BSR

0x38 - BStatus register

bclrfr: BCLRFR

0x3c - BClear flag register

bdr: BDR

0x40 - BData register

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

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

🔬 This is a nightly-only experimental API. (try_from)

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