Enum Sge
pub enum Sge {
_0 = 0,
_1 = 1,
}Expand description
Scatter/Gather Configuration Error
Value on reset: 0
Variants§
_0 = 0
0: No scatter/gather configuration error
_1 = 1
1: The last recorded error was a configuration error detected in the TCDn_DLASTSGA field. This field is checked at the beginning of a scatter/gather operation after major loop completion if TCDn_CSR[ESG] is enabled. TCDn_DLASTSGA is not on a 32 byte boundary.
Trait Implementations§
impl Copy for Sge
impl Eq for Sge
impl StructuralPartialEq for Sge
Auto Trait Implementations§
impl Freeze for Sge
impl RefUnwindSafe for Sge
impl Send for Sge
impl Sync for Sge
impl Unpin for Sge
impl UnwindSafe for Sge
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