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