Struct ChCrLsm
#[repr(transparent)]pub struct ChCrLsm(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl ChCrLsm
impl ChCrLsm
pub const RUNTOCOMPLETION: Self
pub const RUNTOCOMPLETION: Self
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.
pub const LINKSTEP: Self
pub const LINKSTEP: Self
channel executed once for the current LLI
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