[][src]Struct stm32l4xx_hal::stm32::lcd::fcr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn ps(&self) -> PSR[src]

Bits 22:25 - PS 16-bit prescaler

pub fn div(&self) -> DIVR[src]

Bits 18:21 - DIV clock divider

Bits 16:17 - Blink mode selection

pub fn blinkf(&self) -> BLINKFR[src]

Bits 13:15 - Blink frequency selection

pub fn cc(&self) -> CCR[src]

Bits 10:12 - Contrast control

pub fn dead(&self) -> DEADR[src]

Bits 7:9 - Dead time duration

pub fn pon(&self) -> PONR[src]

Bits 4:6 - Pulse ON duration

pub fn uddie(&self) -> UDDIER[src]

Bit 3 - Update display done interrupt enable

pub fn sofie(&self) -> SOFIER[src]

Bit 1 - Start of frame interrupt enable

pub fn hd(&self) -> HDR[src]

Bit 0 - High drive enable

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self