Raspberry Pio Pico Drivers project
|
I2C Master Controller. More...
Go to the source code of this file.
Data Structures | |
class | rpp_driver::I2cMaster |
I2C Master controller class. More... | |
class | rpp_driver::MockI2cMaster |
Mock class for test. More... | |
Namespaces | |
namespace | rpp_driver |
Collection of the RP2040/RP2350 control. | |
Macros | |
#define | PICO_ERROR_GENERIC -1 |
Alternate definition of the return value on error for Google Test build. | |
#define | GPIO_FUNC_I2C 11 |
Typedefs | |
typedef int | i2c_inst_t |
Alternate definition for unit test. | |
I2C Master Controller.
I2C master Implementation.
#define GPIO_FUNC_I2C 11 |
Alternate definition of the return value on error for I2C function number for GPIO.