PCPRESC_W

Type Alias PCPRESC_W 

Source
pub type PCPRESC_W<'a> = FieldWriterSafe<'a, u32, TIMCTRL_SPEC, u8, PCPRESC_A, 3, 8>;
Expand description

Field PCPRESC writer - Period counter prescaling

Aliased Type§

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

Implementations§

Source§

impl<'a> PCPRESC_W<'a>

Source

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

The period counter clock frequency is LFACLKLESENSE/1

Source

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

The period counter clock frequency is LFACLKLESENSE/2

Source

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

The period counter clock frequency is LFACLKLESENSE/4

Source

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

The period counter clock frequency is LFACLKLESENSE/8

Source

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

The period counter clock frequency is LFACLKLESENSE/16

Source

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

The period counter clock frequency is LFACLKLESENSE/32

Source

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

The period counter clock frequency is LFACLKLESENSE/64

Source

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

The period counter clock frequency is LFACLKLESENSE/128