VBFDIV_W

Type Alias VBFDIV_W 

Source
pub type VBFDIV_W<'a> = FieldWriterSafe<'a, u32, LCDCTRL_SPEC, u8, VBFDIV_A, 3, 4>;
Expand description

Field VBFDIV writer - Voltage Boost Frequency Division

Aliased Type§

pub struct VBFDIV_W<'a> { /* private fields */ }

Implementations§

Source§

impl<'a> VBFDIV_W<'a>

Source

pub fn div1(self) -> &'a mut W

Voltage Boost update Frequency = LFACLK.

Source

pub fn div2(self) -> &'a mut W

Voltage Boost update Frequency = LFACLK/2.

Source

pub fn div4(self) -> &'a mut W

Voltage Boost update Frequency = LFACLK/4.

Source

pub fn div8(self) -> &'a mut W

Voltage Boost update Frequency = LFACLK/8.

Source

pub fn div16(self) -> &'a mut W

Voltage Boost update Frequency = LFACLK/16.

Source

pub fn div32(self) -> &'a mut W

Voltage Boost update Frequency = LFACLK/32.

Source

pub fn div64(self) -> &'a mut W

Voltage Boost update Frequency = LFACLK/64.

Source

pub fn div128(self) -> &'a mut W

Voltage Boost update Frequency = LFACLK/128.