Searched refs:controlArg (Results 1 – 4 of 4) sorted by relevance
72 int_fast16_t SPI_control(SPI_Handle handle, uint_fast16_t cmd, void *controlArg) in SPI_control() argument74 return (handle->fxnTablePtr->controlFxn(handle, cmd, controlArg)); in SPI_control()
76 int_fast16_t I2C_control(I2C_Handle handle, uint_fast16_t cmd, void *controlArg) in I2C_control() argument78 return (handle->fxnTablePtr->controlFxn(handle, cmd, controlArg)); in I2C_control()
627 void *controlArg);755 void *controlArg);
802 void *controlArg);