Struct esp32c3_hal::system::SoftwareInterruptControl
source · pub struct SoftwareInterruptControl { /* private fields */ }
Implementations§
source§impl SoftwareInterruptControl
impl SoftwareInterruptControl
pub fn raise(&mut self, interrupt: SoftwareInterrupt)
pub fn reset(&mut self, interrupt: SoftwareInterrupt)
Auto Trait Implementations§
impl RefUnwindSafe for SoftwareInterruptControl
impl Send for SoftwareInterruptControl
impl Sync for SoftwareInterruptControl
impl Unpin for SoftwareInterruptControl
impl UnwindSafe for SoftwareInterruptControl
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