Struct stm32h7xx_hal::stm32::sai4::CH[][src]

#[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 - Configuration register 1

cr2: Reg<u32, _CR2>

0x04 - Configuration register 2

frcr: Reg<u32, _FRCR>

0x08 - This register has no meaning in AC97 and SPDIF audio protocol

slotr: Reg<u32, _SLOTR>

0x0c - This register has no meaning in AC97 and SPDIF audio protocol

im: Reg<u32, _IM>

0x10 - Interrupt mask register 2

sr: Reg<u32, _SR>

0x14 - Status register

clrfr: Reg<u32, _CLRFR>

0x18 - Clear flag register

dr: Reg<u32, _DR>

0x1c - Data 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.