Enum Clm
pub enum Clm {
_0 = 0,
_1 = 1,
}Expand description
Continuous Link Mode
Value on reset: 0
Variants§
_0 = 0
0: A minor loop channel link made to itself goes through channel arbitration before being activated again.
_1 = 1
1: A minor loop channel link made to itself does not go through channel arbitration before being activated again. Upon minor loop completion, the channel activates again if that channel has a minor loop channel link enabled and the link channel is itself. This effectively applies the minor loop offsets and restarts the next minor loop.
Trait Implementations§
impl Copy for Clm
impl Eq for Clm
impl StructuralPartialEq for Clm
Auto Trait Implementations§
impl Freeze for Clm
impl RefUnwindSafe for Clm
impl Send for Clm
impl Sync for Clm
impl Unpin for Clm
impl UnwindSafe for Clm
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