[][src]Type Definition stm32wb_pac::lcd::fcr::R

type R = R<u32, FCR>;

Reader of register FCR

Implementations

impl R[src]

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

Bits 22:25 - PS 16-bit prescaler

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

Bits 18:21 - DIV clock divider

Bits 16:17 - Blink mode selection

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

Bits 13:15 - Blink frequency selection

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

Bits 10:12 - Contrast control

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

Bits 7:9 - Dead time duration

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

Bits 4:6 - Pulse ON duration

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

Bit 3 - Update display done interrupt enable

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

Bit 1 - Start of frame interrupt enable

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

Bit 0 - High drive enable