Searched refs:PADS_fifoMode_t (Results 1 – 2 of 2) sorted by relevance
380 } PADS_fifoMode_t; typedef486 int8_t PADS_setFifoMode(WE_sensorInterface_t* sensorInterface, PADS_fifoMode_t fifoMode);487 int8_t PADS_getFifoMode(WE_sensorInterface_t* sensorInterface, PADS_fifoMode_t *fifoMode);
1434 int8_t PADS_setFifoMode(WE_sensorInterface_t* sensorInterface, PADS_fifoMode_t fifoMode) in PADS_setFifoMode()1454 int8_t PADS_getFifoMode(WE_sensorInterface_t* sensorInterface, PADS_fifoMode_t *fifoMode) in PADS_getFifoMode()1463 *fifoMode = (PADS_fifoMode_t) fifoCtrlReg.fifoMode; in PADS_getFifoMode()