#[repr(u8)]pub enum Outselect {
Off = 0,
Async = 1,
Sync = 2,
}
Expand description
Output
Value on reset: 0
Variants§
Off = 0
0: The output of COMPn is not routed to the COMPn I/O port
Async = 1
1: The asynchronous output of COMPn is routed to the COMPn I/O port
Sync = 2
2: The synchronous output (including filtering) of COMPn is routed to the COMPn I/O port
Trait Implementations§
impl Copy for Outselect
impl Eq for Outselect
impl IsEnum for Outselect
impl StructuralPartialEq for Outselect
Auto Trait Implementations§
impl Freeze for Outselect
impl RefUnwindSafe for Outselect
impl Send for Outselect
impl Sync for Outselect
impl Unpin for Outselect
impl UnwindSafe for Outselect
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