Enum atsamd_hal::rtc::Count32Mode
source · [−]pub enum Count32Mode {}
Expand description
Count32Mode represents the 32-bit counter mode. This is a free running count-up timer. When used in Periodic/CountDown mode with the embedded-hal trait(s), it resets to zero on compare and starts counting up again.
Trait Implementations
impl RtcMode for Count32Mode
Auto Trait Implementations
impl RefUnwindSafe for Count32Mode
impl Send for Count32Mode
impl Sync for Count32Mode
impl Unpin for Count32Mode
impl UnwindSafe for Count32Mode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more