Expand description
§I2C Driver
Provides a hardware abstraction layer for Inter-Integrated Circuit (I2C) communication on STM32 microcontrollers.
This module defines the I2C trait and supporting types for master/slave communication, bus speed configuration, and address handling across different STM32 families.
Modules§
Structs§
Enums§
- BusSpeed
- Defines the possible bus speeds for I2C communication.
Traits§
- I2c
- A trait that defines a standard interface for an I2C driver.