#[repr(u8)]pub enum Offrst {
ZERO = 0,
ONE = 1,
}Variants§
ZERO = 0
The timer is not affected and no action occurs, besides clearing OFFEN, when the offset is reached.
ONE = 1
If OFFEN is set, the timer resets to zero when the offset setting is reached. The offset event does not cause a timer interrupt.
Implementations§
Trait Implementations§
Source§impl Ord for Offrst
impl Ord for Offrst
Source§impl PartialOrd for Offrst
impl PartialOrd for Offrst
impl Copy for Offrst
impl Eq for Offrst
impl StructuralPartialEq for Offrst
Auto Trait Implementations§
impl Freeze for Offrst
impl RefUnwindSafe for Offrst
impl Send for Offrst
impl Sync for Offrst
impl Unpin for Offrst
impl UnwindSafe for Offrst
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