modm API documentation
Main Page
Modules
Classes
Class List
Class Index
Class Hierarchy
Class Members
Public Types
|
List of all members
modm::platform::I2c Struct Reference
Platform HAL
»
Inter-Integrated Circuit (I²C)
Inheritance diagram for modm::platform::I2c:
Public Types
enum
Prescaler
: uint8_t {
Div1
= 0,
Div4
= (1 << TWPS0),
Div16
= (1 << TWPS1),
Div64
= (1 << TWPS1) | (1 << TWPS0) }
The documentation for this struct was generated from the following file:
platform/i2c/i2c.hpp
modm
platform
I2c
Generated by
1.4.2