#[repr(u32)]pub enum PadId {
EMC = 0,
AdB0 = 1,
AdB1 = 2,
B0 = 3,
B1 = 4,
SdB0 = 5,
SdB1 = 6,
}Expand description
Most of the gpio pins are grouped in the following 7 pads
To control the SNVS pads, use IomuxcSnvs.
Variants§
Auto Trait Implementations§
impl Freeze for PadId
impl RefUnwindSafe for PadId
impl Send for PadId
impl Sync for PadId
impl Unpin for PadId
impl UnwindSafe for PadId
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