pub enum ELINK_A {
ELINK_0 = 0,
ELINK_1 = 1,
}
Expand description
Enable channel-to-channel linking on minor-loop complete
Value on reset: 0
Variants§
ELINK_0 = 0
0: The channel-to-channel linking is disabled
ELINK_1 = 1
1: The channel-to-channel linking is enabled
Trait Implementations§
impl Copy for ELINK_A
impl StructuralPartialEq for ELINK_A
Auto Trait Implementations§
impl Freeze for ELINK_A
impl RefUnwindSafe for ELINK_A
impl Send for ELINK_A
impl Sync for ELINK_A
impl Unpin for ELINK_A
impl UnwindSafe for ELINK_A
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