pub struct AonGpiFunction;Expand description
Configurable AON GPI function indices.
AON GPI (Always-on DIN) function signals can be configured for GPIO pins 2-63 (GPIO0-GPIO1 are reserved).
Implementations§
Source§impl AonGpiFunction
impl AonGpiFunction
pub const U0_PMU_IO_EVENT_STUB_GPIO_WAKEUP_0: u8 = 0
pub const U0_PMU_IO_EVENT_STUB_GPIO_WAKEUP_1: u8 = 1
pub const U0_PMU_IO_EVENT_STUB_GPIO_WAKEUP_2: u8 = 2
pub const U0_PMU_IO_EVENT_STUB_GPIO_WAKEUP_3: u8 = 3
Auto Trait Implementations§
impl Freeze for AonGpiFunction
impl RefUnwindSafe for AonGpiFunction
impl Send for AonGpiFunction
impl Sync for AonGpiFunction
impl Unpin for AonGpiFunction
impl UnsafeUnpin for AonGpiFunction
impl UnwindSafe for AonGpiFunction
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