Enum PinName
pub enum PinName {
Show 41 variants
PmuGpio2,
PmuGpio3,
Sdc1Cmd,
Sdc1Clk,
Sdc1Data0,
Sdc1Data1,
Sdc1Data2,
Sdc1Data3,
UsimPresence,
I2c1Sda,
I2c1Scl,
SdIntDet,
Uart1Cts,
Uart1Rts,
Uart1Rx,
Gpio1,
Uart1Tx,
Gpio2,
Gpio3,
PcmSync,
PcmIn,
PcmClk,
PcmOut,
I2c2Sda,
I2c2Scl,
SpiMosi,
SpiMiso,
SpiCsN,
SpiClk,
OtgPwrEn,
Gpio4,
Gpio5,
WlanEn,
Gpio6,
Gpio7,
Uart2Tx,
Uart2Cts,
Uart2Rx,
Uart2Rts,
PmuGpio6,
PmuGpio1,
}Expand description
AG35 GPIO pin.
Variants§
PmuGpio2
PmuGpio3
Sdc1Cmd
Sdc1Clk
Sdc1Data0
Sdc1Data1
Sdc1Data2
Sdc1Data3
UsimPresence
I2c1Sda
I2c1Scl
SdIntDet
Uart1Cts
Uart1Rts
Uart1Rx
Gpio1
Uart1Tx
Gpio2
Gpio3
PcmSync
PcmIn
PcmClk
PcmOut
I2c2Sda
I2c2Scl
SpiMosi
SpiMiso
SpiCsN
SpiClk
OtgPwrEn
Gpio4
Gpio5
WlanEn
Gpio6
Gpio7
Uart2Tx
Uart2Cts
Uart2Rx
Uart2Rts
PmuGpio6
PmuGpio1
Implementations§
Trait Implementations§
impl Copy for PinName
impl Eq for PinName
impl StructuralPartialEq for PinName
Auto Trait Implementations§
impl Freeze for PinName
impl RefUnwindSafe for PinName
impl Send for PinName
impl Sync for PinName
impl Unpin for PinName
impl UnwindSafe for PinName
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