Type Alias PRESC_W

Source
pub type PRESC_W<'a> = FieldWriter<'a, u32, CTRL_SPEC, u8, PRESC_A, 4, 24>;
Expand description

Field PRESC writer - Prescaler Setting

Aliased Type§

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

Implementations§

Source§

impl<'a> PRESC_W<'a>

Source

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

The HFPERCLK is undivided

Source

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

The HFPERCLK is divided by 2

Source

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

The HFPERCLK is divided by 4

Source

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

The HFPERCLK is divided by 8

Source

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

The HFPERCLK is divided by 16

Source

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

The HFPERCLK is divided by 32

Source

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

The HFPERCLK is divided by 64

Source

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

The HFPERCLK is divided by 128

Source

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

The HFPERCLK is divided by 256

Source

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

The HFPERCLK is divided by 512

Source

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

The HFPERCLK is divided by 1024