pub struct IrqConfig {
pub which: Irq,
pub edge_triggered: bool,
pub mask: IrqMask,
}Fields§
§which: IrqSpecifies which of the four BIO IRQ lines are being configured
edge_triggered: bool§mask: IrqMaskBits set to 1 here will cause an interrupt to be passed up when they are set in the aggregated BIO event state.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IrqConfig
impl RefUnwindSafe for IrqConfig
impl Send for IrqConfig
impl Sync for IrqConfig
impl Unpin for IrqConfig
impl UnwindSafe for IrqConfig
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