pub enum CCPC {
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
impl Eq for CCPC
impl StructuralPartialEq for CCPC
Auto Trait Implementations§
impl Freeze for CCPC
impl RefUnwindSafe for CCPC
impl Send for CCPC
impl Sync for CCPC
impl Unpin for CCPC
impl UnwindSafe for CCPC
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