Enum Ocpe
#[repr(u8)]pub enum Ocpe {
DISABLED = 0,
ENABLED = 1,
}
Variants§
DISABLED = 0
Preload register on CCR2 disabled. New values written to CCR2 are taken into account immediately
ENABLED = 1
Preload register on CCR2 enabled. Preload value is loaded into active register on each update event
Implementations§
Trait Implementations§
§impl Ord for Ocpe
impl Ord for Ocpe
§impl PartialOrd for Ocpe
impl PartialOrd for Ocpe
impl Copy for Ocpe
impl Eq for Ocpe
impl StructuralPartialEq for Ocpe
Auto Trait Implementations§
impl Freeze for Ocpe
impl RefUnwindSafe for Ocpe
impl Send for Ocpe
impl Sync for Ocpe
impl Unpin for Ocpe
impl UnwindSafe for Ocpe
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