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