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