Enum nrf52832::clock::InterruptField
source · pub enum InterruptField {
HFCLKSTARTED = 1,
LFCLKSTARTED = 2,
DONE = 8,
CTTO = 16,
}
Expand description
Interrupt sources
Variants§
Auto Trait Implementations§
impl Freeze for InterruptField
impl RefUnwindSafe for InterruptField
impl Send for InterruptField
impl Sync for InterruptField
impl Unpin for InterruptField
impl UnwindSafe for InterruptField
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