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