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