pub struct Gpio2;Trait Implementations§
Source§impl InterruptExt for Gpio2
impl InterruptExt for Gpio2
Source§fn set_priority(&self, priority: Priority)
fn set_priority(&self, priority: Priority)
Set NVIC priority for GPIO2.
Source§fn is_pending(&self) -> bool
fn is_pending(&self) -> bool
Check if GPIO2 is pending in NVIC.
Auto Trait Implementations§
impl Freeze for Gpio2
impl RefUnwindSafe for Gpio2
impl Send for Gpio2
impl Sync for Gpio2
impl Unpin for Gpio2
impl UnwindSafe for Gpio2
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