Timer0OnReg

Type Alias Timer0OnReg 

Source
pub type Timer0OnReg = RegValueT<Timer0OnReg_SPEC>;
Expand description

Timer0 on control register

Aliased Type§

pub struct Timer0OnReg { /* private fields */ }

Implementations§

Source§

impl Timer0OnReg

Source

pub fn tim0_on( self, ) -> RegisterField<0, 0xffff, 1, 0, u16, u16, Timer0OnReg_SPEC, RW>

Timer0 On reload value: If read the actual ON-counter value is returned

Trait Implementations§

Source§

impl Default for Timer0OnReg

Source§

fn default() -> Timer0OnReg

Returns the “default value” for a type. Read more