pub struct Timer { /* private fields */ }
Expand description
Timer/Counter 0
Implementations§
Source§impl Timer
impl Timer
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn tasks_start(self) -> Reg<u32, W>
pub const fn tasks_start(self) -> Reg<u32, W>
Start Timer
Sourcepub const fn tasks_stop(self) -> Reg<u32, W>
pub const fn tasks_stop(self) -> Reg<u32, W>
Stop Timer
Sourcepub const fn tasks_count(self) -> Reg<u32, W>
pub const fn tasks_count(self) -> Reg<u32, W>
Increment Timer (Counter mode only)
Sourcepub const fn tasks_clear(self) -> Reg<u32, W>
pub const fn tasks_clear(self) -> Reg<u32, W>
Clear time
Sourcepub const fn tasks_shutdown(self) -> Reg<u32, W>
pub const fn tasks_shutdown(self) -> Reg<u32, W>
Deprecated register - Shut down timer
Sourcepub const fn tasks_capture(self, n: usize) -> Reg<u32, W>
pub const fn tasks_capture(self, n: usize) -> Reg<u32, W>
Description collection: Capture Timer value to CC[n] register
Sourcepub const fn subscribe_start(self) -> Reg<Subscribe, RW>
pub const fn subscribe_start(self) -> Reg<Subscribe, RW>
Subscribe configuration for task START
Sourcepub const fn subscribe_stop(self) -> Reg<Subscribe, RW>
pub const fn subscribe_stop(self) -> Reg<Subscribe, RW>
Subscribe configuration for task STOP
Sourcepub const fn subscribe_count(self) -> Reg<Subscribe, RW>
pub const fn subscribe_count(self) -> Reg<Subscribe, RW>
Subscribe configuration for task COUNT
Sourcepub const fn subscribe_clear(self) -> Reg<Subscribe, RW>
pub const fn subscribe_clear(self) -> Reg<Subscribe, RW>
Subscribe configuration for task CLEAR
Sourcepub const fn subscribe_shutdown(self) -> Reg<Subscribe, RW>
pub const fn subscribe_shutdown(self) -> Reg<Subscribe, RW>
Deprecated register - Subscribe configuration for task SHUTDOWN
Sourcepub const fn subscribe_capture(self, n: usize) -> Reg<Subscribe, RW>
pub const fn subscribe_capture(self, n: usize) -> Reg<Subscribe, RW>
Description collection: Subscribe configuration for task CAPTURE[n]
Sourcepub const fn events_compare(self, n: usize) -> Reg<u32, RW>
pub const fn events_compare(self, n: usize) -> Reg<u32, RW>
Description collection: Compare event on CC[n] match
Sourcepub const fn publish_compare(self, n: usize) -> Reg<Publish, RW>
pub const fn publish_compare(self, n: usize) -> Reg<Publish, RW>
Description collection: Publish configuration for event COMPARE[n]
Trait Implementations§
impl Copy for Timer
impl Eq for Timer
impl Send for Timer
impl StructuralPartialEq for Timer
impl Sync for Timer
Auto Trait Implementations§
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)