Searched refs:interruptsEnable (Results 1 – 2 of 2) sorted by relevance
1147 …int8_t ISDS_enableInterrupts(WE_sensorInterface_t* sensorInterface, ISDS_state_t interruptsEnable);1148 …t ISDS_areInterruptsEnabled(WE_sensorInterface_t* sensorInterface, ISDS_state_t *interruptsEnable);
3906 int8_t ISDS_enableInterrupts(WE_sensorInterface_t* sensorInterface, ISDS_state_t interruptsEnable) in ISDS_enableInterrupts() argument3915 tapCfg.enInterrupts = interruptsEnable; in ISDS_enableInterrupts()3926 …_t ISDS_areInterruptsEnabled(WE_sensorInterface_t* sensorInterface, ISDS_state_t *interruptsEnable) in ISDS_areInterruptsEnabled() argument3935 *interruptsEnable = (ISDS_state_t) tapCfg.enInterrupts; in ISDS_areInterruptsEnabled()