pub enum ChipPin {
Show 51 variants
PWM0,
AP_EINT3,
TWI1_SCK,
TWI1_SDA,
TWI2_SCK,
TWI2_SDA,
LCD_D2,
LCD_D3,
LCD_D4,
LCD_D5,
LCD_D6,
LCD_D7,
LCD_D10,
LCD_D11,
LCD_D12,
LCD_D13,
LCD_D14,
LCD_D15,
LCD_D18,
LCD_D19,
LCD_D20,
LCD_D21,
LCD_D22,
LCD_D23,
LCD_CLK,
LCD_DE,
LCD_HSYNC,
LCD_VSYNC,
CSIPCK,
CSICK,
CSIHSYNC,
CSIVSYNC,
CSID0,
CSID1,
CSID2,
CSID3,
CSID4,
CSID5,
CSID6,
CSID7,
AP_EINT1,
UART1_TX,
UART1_RX,
XIO_P0,
XIO_P1,
XIO_P2,
XIO_P3,
XIO_P4,
XIO_P5,
XIO_P6,
XIO_P7,
}Expand description
CHIP GPIO pins by name
Variants§
PWM0
AP_EINT3
TWI1_SCK
TWI1_SDA
TWI2_SCK
TWI2_SDA
LCD_D2
LCD_D3
LCD_D4
LCD_D5
LCD_D6
LCD_D7
LCD_D10
LCD_D11
LCD_D12
LCD_D13
LCD_D14
LCD_D15
LCD_D18
LCD_D19
LCD_D20
LCD_D21
LCD_D22
LCD_D23
LCD_CLK
LCD_DE
LCD_HSYNC
LCD_VSYNC
CSIPCK
CSICK
CSIHSYNC
CSIVSYNC
CSID0
CSID1
CSID2
CSID3
CSID4
CSID5
CSID6
CSID7
AP_EINT1
UART1_TX
UART1_RX
XIO_P0
XIO_P1
XIO_P2
XIO_P3
XIO_P4
XIO_P5
XIO_P6
XIO_P7
Implementations§
Trait Implementations§
impl Copy for ChipPin
impl Eq for ChipPin
impl StructuralPartialEq for ChipPin
Auto Trait Implementations§
impl Freeze for ChipPin
impl RefUnwindSafe for ChipPin
impl Send for ChipPin
impl Sync for ChipPin
impl Unpin for ChipPin
impl UnwindSafe for ChipPin
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