Enum ChCrLsm
#[repr(u8)]pub enum ChCrLsm {
RUNTOCOMPLETION = 0,
LINKSTEP = 1,
}
Variants§
RUNTOCOMPLETION = 0
channel executed for the full linked-list and completed at the end of the last LLI (CH[x].LLR = 0). The 16 low-significant bits of the link address are null (LA[15:0] = 0) and all the update bits are null (UT1 =UB1 = UT2 = USA = UDA = ULL = 0 and UT3 = UB2 = 0 if present). Then CH[x].BR1.BNDT[15:0] = 0 and CH[x].BR1.BRC[10:0] = 0 if present.
LINKSTEP = 1
channel executed once for the current LLI
Implementations§
Trait Implementations§
§impl Ord for ChCrLsm
impl Ord for ChCrLsm
§impl PartialOrd for ChCrLsm
impl PartialOrd for ChCrLsm
impl Copy for ChCrLsm
impl Eq for ChCrLsm
impl StructuralPartialEq for ChCrLsm
Auto Trait Implementations§
impl Freeze for ChCrLsm
impl RefUnwindSafe for ChCrLsm
impl Send for ChCrLsm
impl Sync for ChCrLsm
impl Unpin for ChCrLsm
impl UnwindSafe for ChCrLsm
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