Timer1ClrEventReg

Type Alias Timer1ClrEventReg 

Source
pub type Timer1ClrEventReg = RegValueT<Timer1ClrEventReg_SPEC>;
Expand description

Clear event register

Aliased Type§

pub struct Timer1ClrEventReg { /* private fields */ }

Implementations§

Source§

impl Timer1ClrEventReg

Source

pub fn timer1_clr_in2_event( self, ) -> RegisterFieldBool<2, 1, 0, Timer1ClrEventReg_SPEC, RW>

Write 1 to clear the TIMER1_IN2_EVENT and TIMER1_IN2_OVRFLW

Source

pub fn timer1_clr_in1_event( self, ) -> RegisterFieldBool<1, 1, 0, Timer1ClrEventReg_SPEC, RW>

Write 1 to clear the TIMER1_IN1_EVENT and TIMER1_IN1_OVRFLW

Source

pub fn timer1_clr_timer_event( self, ) -> RegisterFieldBool<0, 1, 0, Timer1ClrEventReg_SPEC, RW>

Write 1 to clear the TIMER1_TIMER_EVENT

Trait Implementations§

Source§

impl Default for Timer1ClrEventReg

Source§

fn default() -> Timer1ClrEventReg

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