Skip to main content

FtdfTimerControl1Reg

Type Alias FtdfTimerControl1Reg 

Source
pub type FtdfTimerControl1Reg = RegValueT<FtdfTimerControl1Reg_SPEC>;
Expand description

Timer control register

Aliased Type§

pub struct FtdfTimerControl1Reg { /* private fields */ }

Implementations§

Source§

impl FtdfTimerControl1Reg

Source

pub fn synctimestampena( self, ) -> RegisterFieldBool<1, 1, 0, FtdfTimerControl1Reg_SPEC, RW>

If set to ‘1’, the synchronization of the timestamp counter after a deep-sleep cycle will be performed when SyncTimeStampThr matches the value of the event (wake-up) counter.

Trait Implementations§

Source§

impl Default for FtdfTimerControl1Reg

Source§

fn default() -> FtdfTimerControl1Reg

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