pub type TimerPrescalerValReg = RegValueT<TimerPrescalerValReg_SPEC>;Expand description
Timer prescaler counter valuew
Aliased Type§
pub struct TimerPrescalerValReg { /* private fields */ }Implementations§
Source§impl TimerPrescalerValReg
impl TimerPrescalerValReg
Sourcepub fn tim_prescaler_val(
self,
) -> RegisterField<0, 0x1f, 1, 0, u8, u8, TimerPrescalerValReg_SPEC, R>
pub fn tim_prescaler_val( self, ) -> RegisterField<0, 0x1f, 1, 0, u8, u8, TimerPrescalerValReg_SPEC, R>
Gives the current prescaler counter value
Trait Implementations§
Source§impl Default for TimerPrescalerValReg
impl Default for TimerPrescalerValReg
Source§fn default() -> TimerPrescalerValReg
fn default() -> TimerPrescalerValReg
Returns the “default value” for a type. Read more