Enum d1_pac::gpio::pe_cfg0::PE4_SELECT_A
source · #[repr(u8)]pub enum PE4_SELECT_A {
INPUT = 0,
NCSI0_D0 = 2,
TWI2_SCK = 4,
D_JTAG_MS = 6,
RGMII_TXD0_RMII_TXD0 = 8,
PE_EINT4 = 14,
IO_DISABLE = 15,
OUTPUT = 1,
UART4_TX = 3,
CLK_FANOUT2 = 5,
R_JTAG_MS = 7,
}
Expand description
PE4 Select
Value on reset: 0
Variants§
INPUT = 0
0: 0
NCSI0_D0 = 2
2: 10
TWI2_SCK = 4
4: 100
D_JTAG_MS = 6
6: 110
RGMII_TXD0_RMII_TXD0 = 8
8: 1000
PE_EINT4 = 14
14: 1110
IO_DISABLE = 15
15: 1111
OUTPUT = 1
1: 1
UART4_TX = 3
3: 11
CLK_FANOUT2 = 5
5: 101
R_JTAG_MS = 7
7: 111
Trait Implementations§
source§impl Clone for PE4_SELECT_A
impl Clone for PE4_SELECT_A
source§fn clone(&self) -> PE4_SELECT_A
fn clone(&self) -> PE4_SELECT_A
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PE4_SELECT_A
impl Debug for PE4_SELECT_A
source§impl From<PE4_SELECT_A> for u8
impl From<PE4_SELECT_A> for u8
source§fn from(variant: PE4_SELECT_A) -> Self
fn from(variant: PE4_SELECT_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for PE4_SELECT_A
impl PartialEq for PE4_SELECT_A
impl Copy for PE4_SELECT_A
impl Eq for PE4_SELECT_A
impl StructuralPartialEq for PE4_SELECT_A
Auto Trait Implementations§
impl Freeze for PE4_SELECT_A
impl RefUnwindSafe for PE4_SELECT_A
impl Send for PE4_SELECT_A
impl Sync for PE4_SELECT_A
impl Unpin for PE4_SELECT_A
impl UnwindSafe for PE4_SELECT_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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)