Struct stm32g4::stm32g441::fmac::RegisterBlock[][src]

#[repr(C)]pub struct RegisterBlock {
    pub x1bufcfg: X1BUFCFG,
    pub x2bufcfg: X2BUFCFG,
    pub ybufcfg: YBUFCFG,
    pub param: PARAM,
    pub cr: CR,
    pub sr: SR,
    pub wdata: WDATA,
    pub rdata: RDATA,
}

Register block

Fields

x1bufcfg: X1BUFCFG

0x00 - FMAC X1 Buffer Configuration register

x2bufcfg: X2BUFCFG

0x04 - FMAC X2 Buffer Configuration register

ybufcfg: YBUFCFG

0x08 - FMAC Y Buffer Configuration register

param: PARAM

0x0c - FMAC Parameter register

cr: CR

0x10 - FMAC Control register

sr: SR

0x14 - FMAC Status register

wdata: WDATA

0x18 - FMAC Write Data register

rdata: RDATA

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