pub enum OC3PE_A {
DISABLED = 0,
ENABLED = 1,
}
Expand description
Output compare 3 preload enable
Value on reset: 0
Variants§
DISABLED = 0
0: Preload register on CCR3 disabled. New values written to CCR3 are taken into account immediately
ENABLED = 1
1: Preload register on CCR3 enabled. Preload value is loaded into active register on each update event
Trait Implementations§
impl Copy for OC3PE_A
impl StructuralPartialEq for OC3PE_A
Auto Trait Implementations§
impl Freeze for OC3PE_A
impl RefUnwindSafe for OC3PE_A
impl Send for OC3PE_A
impl Sync for OC3PE_A
impl Unpin for OC3PE_A
impl UnwindSafe for OC3PE_A
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