pub enum CRIS_A {
NOT_PENDING = 0,
PENDING = 1,
}
Expand description
Status of the capture channel rising lock interrupt
When the capture channel captures rising edge, if the rise lock interrupt ( CRIE ) is enabled, this bit is set 1 by hardware. Writing 1 to clear this bit.
Reads 0: The capture channel interrupt is not pending.
Reads 1: The capture channel interrupt is pending.
Writes 0: no effect.
Writes 1: Clear the status of the capture channel interrupt.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CRIS_A
impl Eq for CRIS_A
impl StructuralPartialEq for CRIS_A
Auto Trait Implementations§
impl Freeze for CRIS_A
impl RefUnwindSafe for CRIS_A
impl Send for CRIS_A
impl Sync for CRIS_A
impl Unpin for CRIS_A
impl UnwindSafe for CRIS_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
)