Enum Cadn
pub enum Cadn {
_0 = 0,
_1 = 1,
}Expand description
Clears All DONE Bits
Value on reset: 0
Variants§
_0 = 0
0: Clears only the TCDn_CSR[DONE] bit specified in the CDNE field
_1 = 1
1: Clears all bits in TCDn_CSR[DONE]
Trait Implementations§
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