[−][src]Struct stm32f4xx_hal::stm32::dma2d::RegisterBlock
Register block
Fields
cr: CR0x00 - control register
isr: ISR0x04 - Interrupt Status Register
ifcr: IFCR0x08 - interrupt flag clear register
fgmar: FGMAR0x0c - foreground memory address register
fgor: FGOR0x10 - foreground offset register
bgmar: BGMAR0x14 - background memory address register
bgor: BGOR0x18 - background offset register
fgpfccr: FGPFCCR0x1c - foreground PFC control register
fgcolr: FGCOLR0x20 - foreground color register
bgpfccr: BGPFCCR0x24 - background PFC control register
bgcolr: BGCOLR0x28 - background color register
fgcmar: FGCMAR0x2c - foreground CLUT memory address register
bgcmar: BGCMAR0x30 - background CLUT memory address register
opfccr: OPFCCR0x34 - output PFC control register
ocolr: OCOLR0x38 - output color register
omar: OMAR0x3c - output memory address register
oor: OOR0x40 - output offset register
nlr: NLR0x44 - number of line register
lwr: LWR0x48 - line watermark register
amtcr: AMTCR0x4c - AHB master timer configuration register
fgclut: FGCLUT0x400 - FGCLUT
bgclut: BGCLUT0x800 - BGCLUT
Auto Trait Implementations
impl Send for RegisterBlock
impl !Sync for RegisterBlock
Blanket Implementations
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> From for T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same for T
type Output = T
Should always be Self