modm API documentation
modm::platform::I2c Struct Reference
Inheritance diagram for modm::platform::I2c:
modm::platform::I2cMaster

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: