#[repr(u16)]
pub enum ASYNCH_A {
SYNC,
ASYNC,
}
Expand description
Asynchronous Edge Detection Mode
Value on reset: 0
Variants
SYNC
0: Edge detection is clock synchronously operated
ASYNC
1: Edge detection is clock asynchronously operated
Trait Implementations
impl Copy for ASYNCH_A
impl StructuralPartialEq for ASYNCH_A
Auto Trait Implementations
impl RefUnwindSafe for ASYNCH_A
impl Send for ASYNCH_A
impl Sync for ASYNCH_A
impl Unpin for ASYNCH_A
impl UnwindSafe for ASYNCH_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