Type Alias teensy4_bsp::board::Lpi2c3

source ·
pub type Lpi2c3 = Lpi2c<Pins<P16, P17>, 3>;
Expand description

LPI2C3 peripheral.

  • Pin 16 is the clock line.
  • Pin 17 is the data line.

Use lpi2c to create this driver.

Aliased Type§

struct Lpi2c3 { /* private fields */ }