#[repr(u8)]pub enum APAM_A {
BOTH_VALID = 0,
ONLY_NEGATIVE = 2,
ONLY_POSITIVE = 3,
}
Expand description
Active Pulse Accept Mode
Value on reset: 0
Variants§
BOTH_VALID = 0
0: Both positive and negative pulses are valid as a leading code
ONLY_NEGATIVE = 2
2: Only negative pulse is valid as a leading code
ONLY_POSITIVE = 3
3: Only positive pulse is valid as a leading code
Trait Implementations§
impl Copy for APAM_A
impl Eq for APAM_A
impl StructuralPartialEq for APAM_A
Auto Trait Implementations§
impl Freeze for APAM_A
impl RefUnwindSafe for APAM_A
impl Send for APAM_A
impl Sync for APAM_A
impl Unpin for APAM_A
impl UnwindSafe for APAM_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)