Type Alias PRESC_W

Source
pub type PRESC_W<'a> = FieldWriterSafe<'a, u32, CTRL_SPEC, u8, PRESC_A, 3, 8>;
Expand description

Field PRESC writer - Select BURTC prescaler factor

Aliased Type§

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

Implementations§

Source§

impl<'a> PRESC_W<'a>

Source

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

No prescaling.

Source

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

Prescaling factor of 2

Source

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

Prescaling factor of 4

Source

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

Prescaling factor of 8

Source

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

Prescaling factor of 16

Source

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

Prescaling factor of 32

Source

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

Prescaling factor of 64

Source

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

Prescaling factor of 128