pub enum CCPC_A {
NOTPRELOADED = 0,
PRELOADED = 1,
}
Expand description
Capture/compare preloaded control
Value on reset: 0
Variants§
NOTPRELOADED = 0
0: CCxE, CCxNE and OCxM bits are not preloaded
PRELOADED = 1
1: CCxE, CCxNE and OCxM bits are preloaded
Trait Implementations§
impl Copy for CCPC_A
impl StructuralPartialEq for CCPC_A
Auto Trait Implementations§
impl Freeze for CCPC_A
impl RefUnwindSafe for CCPC_A
impl Send for CCPC_A
impl Sync for CCPC_A
impl Unpin for CCPC_A
impl UnwindSafe for CCPC_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