Enum d1_pac::gpio::pg_cfg1::PG8_SELECT_A
source · #[repr(u8)]pub enum PG8_SELECT_A {
INPUT = 0,
UART1_RTS = 2,
RGMII_RXD2 = 4,
PG_EINT8 = 14,
OUTPUT = 1,
TWI1_SCK = 3,
UART3_TX = 5,
IO_DISABLE = 15,
}
Expand description
PG8 Select
Value on reset: 0
Variants§
INPUT = 0
0: 0
UART1_RTS = 2
2: 10
RGMII_RXD2 = 4
4: 100
PG_EINT8 = 14
14: 1110
OUTPUT = 1
1: 1
TWI1_SCK = 3
3: 11
UART3_TX = 5
5: 101
IO_DISABLE = 15
15: 1111
Trait Implementations§
source§impl Clone for PG8_SELECT_A
impl Clone for PG8_SELECT_A
source§fn clone(&self) -> PG8_SELECT_A
fn clone(&self) -> PG8_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 PG8_SELECT_A
impl Debug for PG8_SELECT_A
source§impl From<PG8_SELECT_A> for u8
impl From<PG8_SELECT_A> for u8
source§fn from(variant: PG8_SELECT_A) -> Self
fn from(variant: PG8_SELECT_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for PG8_SELECT_A
impl PartialEq for PG8_SELECT_A
impl Copy for PG8_SELECT_A
impl Eq for PG8_SELECT_A
impl StructuralPartialEq for PG8_SELECT_A
Auto Trait Implementations§
impl Freeze for PG8_SELECT_A
impl RefUnwindSafe for PG8_SELECT_A
impl Send for PG8_SELECT_A
impl Sync for PG8_SELECT_A
impl Unpin for PG8_SELECT_A
impl UnwindSafe for PG8_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
)