Timer0ReloadNReg

Type Alias Timer0ReloadNReg 

Source
pub type Timer0ReloadNReg = RegValueT<Timer0ReloadNReg_SPEC>;
Expand description

16 bits reload value for Timer0

Aliased Type§

pub struct Timer0ReloadNReg { /* private fields */ }

Implementations§

Source§

impl Timer0ReloadNReg

Source

pub fn tim0_n( self, ) -> RegisterField<0, 0xffff, 1, 0, u16, u16, Timer0ReloadNReg_SPEC, RW>

Timer0 ‘low’ reload value: If read the actual T0-counter value is returned

Trait Implementations§

Source§

impl Default for Timer0ReloadNReg

Source§

fn default() -> Timer0ReloadNReg

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