Home
last modified time | relevance | path

Searched refs:oneShot (Results 1 – 6 of 6) sorted by relevance

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_TIDS_2521020222501_hal/
DWSEN_TIDS_2521020222501_hal.c256 int8_t TIDS_enableOneShot(WE_sensorInterface_t* sensorInterface, TIDS_state_t oneShot) in TIDS_enableOneShot() argument
265 ctrlReg.oneShotBit = oneShot; in TIDS_enableOneShot()
276 int8_t TIDS_isOneShotEnabled(WE_sensorInterface_t* sensorInterface, TIDS_state_t *oneShot) in TIDS_isOneShotEnabled() argument
285 *oneShot = (TIDS_state_t) ctrlReg.oneShotBit; in TIDS_isOneShotEnabled()
DWSEN_TIDS_2521020222501_hal.h150 int8_t TIDS_enableOneShot(WE_sensorInterface_t* sensorInterface, TIDS_state_t oneShot);
151 int8_t TIDS_isOneShotEnabled(WE_sensorInterface_t* sensorInterface, TIDS_state_t *oneShot);
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_HIDS_2525020210001_hal/
DWSEN_HIDS_2525020210001_hal.h261 int8_t HIDS_enableOneShot(WE_sensorInterface_t* sensorInterface, HIDS_state_t oneShot);
262 int8_t HIDS_isOneShotEnabled(WE_sensorInterface_t* sensorInterface, HIDS_state_t *oneShot);
DWSEN_HIDS_2525020210001_hal.c341 int8_t HIDS_enableOneShot(WE_sensorInterface_t* sensorInterface, HIDS_state_t oneShot) in HIDS_enableOneShot() argument
350 ctrlReg2.oneShotBit = oneShot; in HIDS_enableOneShot()
361 int8_t HIDS_isOneShotEnabled(WE_sensorInterface_t* sensorInterface, HIDS_state_t *oneShot) in HIDS_isOneShotEnabled() argument
370 *oneShot = (HIDS_state_t) ctrlReg2.oneShotBit; in HIDS_isOneShotEnabled()
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_PADS_2511020213301_hal/
DWSEN_PADS_2511020213301_hal.h478 int8_t PADS_enableOneShot(WE_sensorInterface_t* sensorInterface, PADS_state_t oneShot);
479 int8_t PADS_isOneShotEnabled(WE_sensorInterface_t* sensorInterface, PADS_state_t *oneShot);
DWSEN_PADS_2511020213301_hal.c1350 int8_t PADS_enableOneShot(WE_sensorInterface_t* sensorInterface, PADS_state_t oneShot) in PADS_enableOneShot() argument
1359 ctrl2.oneShotBit = oneShot; in PADS_enableOneShot()
1370 int8_t PADS_isOneShotEnabled(WE_sensorInterface_t* sensorInterface, PADS_state_t *oneShot) in PADS_isOneShotEnabled() argument
1379 *oneShot = (PADS_state_t)ctrl2.oneShotBit; in PADS_isOneShotEnabled()