pub struct Timer1 { /* private fields */ }Implementations§
Source§impl Timer1
impl Timer1
Sourcepub const fn timer1_capcnt1_value_reg(
&self,
) -> &'static Reg<Timer1Capcnt1ValueReg_SPEC, RW>
pub const fn timer1_capcnt1_value_reg( &self, ) -> &'static Reg<Timer1Capcnt1ValueReg_SPEC, RW>
Timer1 value for event on GPIO1
Sourcepub const fn timer1_capcnt2_value_reg(
&self,
) -> &'static Reg<Timer1Capcnt2ValueReg_SPEC, RW>
pub const fn timer1_capcnt2_value_reg( &self, ) -> &'static Reg<Timer1Capcnt2ValueReg_SPEC, RW>
Timer1 value for event on GPIO2
Sourcepub const fn timer1_capture_reg(
&self,
) -> &'static Reg<Timer1CaptureReg_SPEC, RW>
pub const fn timer1_capture_reg( &self, ) -> &'static Reg<Timer1CaptureReg_SPEC, RW>
Timer1 Capture control register
Sourcepub const fn timer1_clr_event_reg(
&self,
) -> &'static Reg<Timer1ClrEventReg_SPEC, RW>
pub const fn timer1_clr_event_reg( &self, ) -> &'static Reg<Timer1ClrEventReg_SPEC, RW>
Clear event register
Sourcepub const fn timer1_ctrl_reg(&self) -> &'static Reg<Timer1CtrlReg_SPEC, RW>
pub const fn timer1_ctrl_reg(&self) -> &'static Reg<Timer1CtrlReg_SPEC, RW>
Timer1 control register
Sourcepub const fn timer1_status_reg(&self) -> &'static Reg<Timer1StatusReg_SPEC, RW>
pub const fn timer1_status_reg(&self) -> &'static Reg<Timer1StatusReg_SPEC, RW>
Timer1 counter value
Trait Implementations§
impl Copy for Timer1
impl Eq for Timer1
impl Send for Timer1
TIMER1 registers
impl StructuralPartialEq for Timer1
impl Sync for Timer1
Auto Trait Implementations§
impl Freeze for Timer1
impl RefUnwindSafe for Timer1
impl Unpin for Timer1
impl UnwindSafe for Timer1
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more