Enum Ch2sel
pub enum Ch2sel {
_0 = 0,
_1 = 1,
}Expand description
Channel 2 Select
Value on reset: 0
Variants§
_0 = 0
0: Channel match is not included as a reload opportunity.
_1 = 1
1: Channel match is included as a reload opportunity.
Trait Implementations§
impl Copy for Ch2sel
impl Eq for Ch2sel
impl StructuralPartialEq for Ch2sel
Auto Trait Implementations§
impl Freeze for Ch2sel
impl RefUnwindSafe for Ch2sel
impl Send for Ch2sel
impl Sync for Ch2sel
impl Unpin for Ch2sel
impl UnwindSafe for Ch2sel
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