![]() |
![]() |
|
MSPM0GX51X TI-Driver Library
2.05.00.05
|
Holder of common helper functions for the I2C driver.
#include <stdbool.h>#include <stddef.h>#include <stdint.h>#include <ti/driverlib/dl_i2c.h>#include <ti/drivers/I2C.h>

Go to the source code of this file.
Functions | |
| void | I2CSupport_controllerFinish (I2C_HWAttrs const *hwAttrs) |
| Function to send a finish command to the controller module. More... | |
| void | I2CSupport_powerSetConstraint (void) |
| Function to set power constraint. | |
| void | I2CSupport_powerRelConstraint (void) |
| Function to release power constraint. | |
| int_fast16_t | I2CSupport_primeTransfer (I2C_Handle handle, I2C_Transaction *transaction) |
| Function to initialize transfers. More... | |