#[repr(u8)]pub enum Cadn {
CLEAR_DONE = 0,
CLEAR_ALL = 1,
}Variants§
CLEAR_DONE = 0
Writes 0 to only the TCDn_CSR[DONE] field specified in the CDNE field
CLEAR_ALL = 1
Writes 0 to all bits in TCDn_CSR[DONE]
Implementations§
Trait Implementations§
Source§impl Ord for Cadn
impl Ord for Cadn
Source§impl PartialOrd for Cadn
impl PartialOrd for Cadn
impl Copy for Cadn
impl Eq for Cadn
impl StructuralPartialEq for Cadn
Auto Trait Implementations§
impl Freeze for Cadn
impl RefUnwindSafe for Cadn
impl Send for Cadn
impl Sync for Cadn
impl Unpin for Cadn
impl UnwindSafe for Cadn
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