pub enum InterruptChannel {
Int1,
Int2,
Ibi,
}Expand description
Interrupt output channel inside the BMI323.
Variants§
Int1
Route or query the INT1 output.
Int2
Route or query the INT2 output.
Ibi
Route or query the I3C in-band interrupt channel.
Trait Implementations§
Source§impl Clone for InterruptChannel
impl Clone for InterruptChannel
Source§fn clone(&self) -> InterruptChannel
fn clone(&self) -> InterruptChannel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InterruptChannel
impl Debug for InterruptChannel
Source§impl Format for InterruptChannel
impl Format for InterruptChannel
Source§impl PartialEq for InterruptChannel
impl PartialEq for InterruptChannel
impl Copy for InterruptChannel
impl Eq for InterruptChannel
impl StructuralPartialEq for InterruptChannel
Auto Trait Implementations§
impl Freeze for InterruptChannel
impl RefUnwindSafe for InterruptChannel
impl Send for InterruptChannel
impl Sync for InterruptChannel
impl Unpin for InterruptChannel
impl UnsafeUnpin for InterruptChannel
impl UnwindSafe for InterruptChannel
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