[−][src]Struct stm32l4::stm32l4x1::lcd::RegisterBlock   
Register block
Fields
cr: CR0x00 - control register
fcr: FCR0x04 - frame control register
sr: SR0x08 - status register
clr: CLR0x0c - clear register
ram_com0: RAM_COM00x14 - display memory
ram_com1: RAM_COM10x1c - display memory
ram_com2: RAM_COM20x24 - display memory
ram_com3: RAM_COM30x2c - display memory
ram_com4: RAM_COM40x34 - display memory
ram_com5: RAM_COM50x3c - display memory
ram_com6: RAM_COM60x44 - display memory
ram_com7: RAM_COM70x4c - display memory
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
    T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
    T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
    T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
    U: From<T>, [src]
U: From<T>,
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]
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, U> TryInto<U> for T where
    U: TryFrom<T>, [src]
U: TryFrom<T>,