Searched refs:oneShot (Results 1 – 6 of 6) sorted by relevance
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_TIDS_2521020222501_hal/ |
D | WSEN_TIDS_2521020222501_hal.c | 256 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()
|
D | WSEN_TIDS_2521020222501_hal.h | 150 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/ |
D | WSEN_HIDS_2525020210001_hal.h | 261 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);
|
D | WSEN_HIDS_2525020210001_hal.c | 341 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/ |
D | WSEN_PADS_2511020213301_hal.h | 478 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);
|
D | WSEN_PADS_2511020213301_hal.c | 1350 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()
|