Searched refs:fifoTemp (Results 1 – 2 of 2) sorted by relevance
917 int8_t ISDS_enableFifoTemperature(WE_sensorInterface_t* sensorInterface, ISDS_state_t fifoTemp);918 …nt8_t ISDS_isFifoTemperatureEnabled(WE_sensorInterface_t* sensorInterface, ISDS_state_t *fifoTemp);
171 int8_t ISDS_enableFifoTemperature(WE_sensorInterface_t* sensorInterface, ISDS_state_t fifoTemp) in ISDS_enableFifoTemperature() argument180 fifoCtrl2.enFifoTemperature = fifoTemp; in ISDS_enableFifoTemperature()191 int8_t ISDS_isFifoTemperatureEnabled(WE_sensorInterface_t* sensorInterface, ISDS_state_t *fifoTemp) in ISDS_isFifoTemperatureEnabled() argument200 *fifoTemp = (ISDS_state_t) fifoCtrl2.enFifoTemperature; in ISDS_isFifoTemperatureEnabled()