#[repr(u8)]pub enum FUNCSEL_A {
XIP_SCLK = 0,
SIO_30 = 5,
NULL = 31,
}
Expand description
0-31 -> selects pin function according to the gpio table
31 == NULL
Value on reset: 31
Variants§
Trait Implementations§
impl Copy for FUNCSEL_A
impl Eq for FUNCSEL_A
impl StructuralPartialEq for FUNCSEL_A
Auto Trait Implementations§
impl Freeze for FUNCSEL_A
impl RefUnwindSafe for FUNCSEL_A
impl Send for FUNCSEL_A
impl Sync for FUNCSEL_A
impl Unpin for FUNCSEL_A
impl UnwindSafe for FUNCSEL_A
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)