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