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