#[repr(u8)]
pub enum OUT_A {
OFF,
ASYNC,
SYNC,
}
Expand description
Output
Value on reset: 0
Variants
OFF
0: The output of COMPn is not routed to the COMPn I/O port
ASYNC
1: The asynchronous output of COMPn is routed to the COMPn I/O port
SYNC
2: The synchronous output (including filtering) of COMPn is routed to the COMPn I/O port
Trait Implementations
impl Copy for OUT_A
impl StructuralPartialEq for OUT_A
Auto Trait Implementations
impl RefUnwindSafe for OUT_A
impl Send for OUT_A
impl Sync for OUT_A
impl Unpin for OUT_A
impl UnwindSafe for OUT_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more