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