pub type CaptimTimerHvalReg = RegValueT<CaptimTimerHvalReg_SPEC>;Expand description
Capture Timer counter high value
Aliased Type§
pub struct CaptimTimerHvalReg { /* private fields */ }Implementations§
Source§impl CaptimTimerHvalReg
impl CaptimTimerHvalReg
Sourcepub fn captim_timer_hvalue(
self,
) -> RegisterField<0, 0xffff, 1, 0, u16, u16, CaptimTimerHvalReg_SPEC, R>
pub fn captim_timer_hvalue( self, ) -> RegisterField<0, 0xffff, 1, 0, u16, u16, CaptimTimerHvalReg_SPEC, R>
Gives the current timer high value
Trait Implementations§
Source§impl Default for CaptimTimerHvalReg
impl Default for CaptimTimerHvalReg
Source§fn default() -> CaptimTimerHvalReg
fn default() -> CaptimTimerHvalReg
Returns the “default value” for a type. Read more