Struct nucleo_h7xx::pac::sai4::RegisterBlock[]

#[repr(C)]pub struct RegisterBlock {
    pub gcr: Reg<u32, _GCR>,
    pub cha: CH,
    pub chb: CH,
    pub pdmcr: Reg<u32, _PDMCR>,
    pub pdmdly: Reg<u32, _PDMDLY>,
}

Register block

Fields

gcr: Reg<u32, _GCR>

0x00 - Global configuration register

cha: CH

0x04 - Cluster CH%s, containing ?CR1, ?CR2, ?FRCR, ?SLOTR, ?IM, ?SR, ?CLRFR, ?DR

chb: CH

0x24 - Cluster CH%s, containing ?CR1, ?CR2, ?FRCR, ?SLOTR, ?IM, ?SR, ?CLRFR, ?DR

pdmcr: Reg<u32, _PDMCR>

0x44 - PDM control register

pdmdly: Reg<u32, _PDMDLY>

0x48 - PDM delay register

Auto Trait Implementations

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.