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