Type Alias teensy4_bsp::board::Lpi2c1

source ·
pub type Lpi2c1 = Lpi2c<Pins<P19, P18>, 1>;
Expand description

LPI2C1 peripheral.

  • Pin 19 is the clock line.
  • Pin 18 is the data line.

Use lpi2c to create this driver.

Aliased Type§

struct Lpi2c1 { /* private fields */ }