[][src]Module teensy4_pins::t40

Teensy 4.0 specific APIs

Use into_pins to constrain the processor pads into the pins available on the Teensy 4.0. If you cannot safely acquire all processor pads, use the unsafe Pins::new method to generate pins.

PinPad IDAlt0Alt1Alt2Alt3Alt4Alt5Alt6Alt7Alt8Alt9
34SD_B0_03FlexPWM1_1_BSPI1_SDI
35SD_B0_02FlexPWM1_1_ASPI1_SDO
36SD_B0_01FlexPWM1_0_BI2C3_SDASPI1_PCS0
37SD_B0_00FlexPWM1_0_AI2C3_SCLSPI1_SCK
38SD_B0_05FlexPWM1_2_BUART8_RX
39SD_B0_04FlexPWM1_2_AUART8_TX

Re-exports

pub use crate::common::*;

Structs

Pins

Teensy 4.0 pins

Functions

into_pins

Constrain the processor pads to the Teensy 4.0 pins

Type Definitions

ErasedPins

Type-erased Teensy 4.0 pins

P34

Pin 34 (4.0)

P35

Pin 35 (4.0)

P36

Pin 36 (4.0)

P37

Pin 37 (4.0)

P38

Pin 38 (4.0)

P39

Pin 39 (4.0)