Enum Doe
pub enum Doe {
_0 = 0,
_1 = 1,
}Expand description
Destination Offset Error
Value on reset: 0
Variants§
_0 = 0
0: No destination offset configuration error
_1 = 1
1: The last recorded error was a configuration error detected in the TCDn_DOFF field. TCDn_DOFF is inconsistent with TCDn_ATTR[DSIZE].
Trait Implementations§
impl Copy for Doe
impl Eq for Doe
impl StructuralPartialEq for Doe
Auto Trait Implementations§
impl Freeze for Doe
impl RefUnwindSafe for Doe
impl Send for Doe
impl Sync for Doe
impl Unpin for Doe
impl UnwindSafe for Doe
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