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