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