Struct stm32ral::stm32l4::peripherals::lcd_v1::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub CR: RWRegister<u32>, pub FCR: RWRegister<u32>, pub SR: RWRegister<u32>, pub CLR: WORegister<u32>, pub RAM_COM0: RWRegister<u32>, pub RAM_COM1: RWRegister<u32>, pub RAM_COM2: RWRegister<u32>, pub RAM_COM3: RWRegister<u32>, pub RAM_COM4: RWRegister<u32>, pub RAM_COM5: RWRegister<u32>, pub RAM_COM6: RWRegister<u32>, pub RAM_COM7: RWRegister<u32>, // some fields omitted }

Fields

CR: RWRegister<u32>

control register

FCR: RWRegister<u32>

frame control register

SR: RWRegister<u32>

status register

CLR: WORegister<u32>

clear register

RAM_COM0: RWRegister<u32>

display memory

RAM_COM1: RWRegister<u32>

display memory

RAM_COM2: RWRegister<u32>

display memory

RAM_COM3: RWRegister<u32>

display memory

RAM_COM4: RWRegister<u32>

display memory

RAM_COM5: RWRegister<u32>

display memory

RAM_COM6: RWRegister<u32>

display memory

RAM_COM7: RWRegister<u32>

display memory

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.