pub type TimerCaptureGpio2Reg = RegValueT<TimerCaptureGpio2Reg_SPEC>;Expand description
Timer value for event on GPIO2
Aliased Type§
pub struct TimerCaptureGpio2Reg { /* private fields */ }Implementations§
Source§impl TimerCaptureGpio2Reg
impl TimerCaptureGpio2Reg
Sourcepub fn tim_capture_gpio2(
self,
) -> RegisterField<0, 0xffffff, 1, 0, u32, u32, TimerCaptureGpio2Reg_SPEC, R>
pub fn tim_capture_gpio2( self, ) -> RegisterField<0, 0xffffff, 1, 0, u32, u32, TimerCaptureGpio2Reg_SPEC, R>
Gives the Capture time for event on GPIO2
Trait Implementations§
Source§impl Default for TimerCaptureGpio2Reg
impl Default for TimerCaptureGpio2Reg
Source§fn default() -> TimerCaptureGpio2Reg
fn default() -> TimerCaptureGpio2Reg
Returns the “default value” for a type. Read more