Enum Esg
pub enum Esg {
_0 = 0,
_1 = 1,
}Expand description
Enable Scatter/Gather Processing
Value on reset: 0
Variants§
_0 = 0
0: The current channel’s TCD is normal format.
_1 = 1
1: The current channel’s TCD specifies a scatter gather format. The DLASTSGA field provides a memory pointer to the next TCD to be loaded into this channel after the major loop completes its execution.
Trait Implementations§
impl Copy for Esg
impl Eq for Esg
impl StructuralPartialEq for Esg
Auto Trait Implementations§
impl Freeze for Esg
impl RefUnwindSafe for Esg
impl Send for Esg
impl Sync for Esg
impl Unpin for Esg
impl UnwindSafe for Esg
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