Home
last modified time | relevance | path

Searched refs:controlArg (Results 1 – 4 of 4) sorted by relevance

/hal_ti-latest/simplelink/source/ti/drivers/
DSPI.c72 int_fast16_t SPI_control(SPI_Handle handle, uint_fast16_t cmd, void *controlArg) in SPI_control() argument
74 return (handle->fxnTablePtr->controlFxn(handle, cmd, controlArg)); in SPI_control()
DI2C.c76 int_fast16_t I2C_control(I2C_Handle handle, uint_fast16_t cmd, void *controlArg) in I2C_control() argument
78 return (handle->fxnTablePtr->controlFxn(handle, cmd, controlArg)); in I2C_control()
DI2C.h627 void *controlArg);
755 void *controlArg);
DSPI.h802 void *controlArg);