pub type AUXPRESC_W<'a, const O: u8> = FieldWriterSafe<'a, u32, TIMCTRL_SPEC, u8, AUXPRESC_A, 2, O>;
Expand description

Field AUXPRESC writer - Prescaling Factor for High Frequency Timer

Implementations§

source§

impl<'a, const O: u8> AUXPRESC_W<'a, O>

source

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

High frequency timer is clocked with AUXHFRCO/1

source

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

High frequency timer is clocked with AUXHFRCO/2

source

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

High frequency timer is clocked with AUXHFRCO/4

source

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

High frequency timer is clocked with AUXHFRCO/8