pub type TimerClearGpioEventReg = RegValueT<TimerClearGpioEventReg_SPEC>;Expand description
Timer clear gpio event register
Aliased Type§
pub struct TimerClearGpioEventReg { /* private fields */ }Implementations§
Source§impl TimerClearGpioEventReg
impl TimerClearGpioEventReg
Sourcepub fn tim_clear_gpio4_event(
self,
) -> RegisterFieldBool<3, 1, 0, TimerClearGpioEventReg_SPEC, W>
pub fn tim_clear_gpio4_event( self, ) -> RegisterFieldBool<3, 1, 0, TimerClearGpioEventReg_SPEC, W>
1 = Clear GPIO4 event. Return always 0
Sourcepub fn tim_clear_gpio3_event(
self,
) -> RegisterFieldBool<2, 1, 0, TimerClearGpioEventReg_SPEC, W>
pub fn tim_clear_gpio3_event( self, ) -> RegisterFieldBool<2, 1, 0, TimerClearGpioEventReg_SPEC, W>
1 = Clear GPIO3 event. Return always 0
Sourcepub fn tim_clear_gpio2_event(
self,
) -> RegisterFieldBool<1, 1, 0, TimerClearGpioEventReg_SPEC, W>
pub fn tim_clear_gpio2_event( self, ) -> RegisterFieldBool<1, 1, 0, TimerClearGpioEventReg_SPEC, W>
1 = Clear GPIO2 event. Return always 0
Sourcepub fn tim_clear_gpio1_event(
self,
) -> RegisterFieldBool<0, 1, 0, TimerClearGpioEventReg_SPEC, W>
pub fn tim_clear_gpio1_event( self, ) -> RegisterFieldBool<0, 1, 0, TimerClearGpioEventReg_SPEC, W>
1 = Clear GPIO1 event. Return always 0
Trait Implementations§
Source§impl Default for TimerClearGpioEventReg
impl Default for TimerClearGpioEventReg
Source§fn default() -> TimerClearGpioEventReg
fn default() -> TimerClearGpioEventReg
Returns the “default value” for a type. Read more