/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_TIDS_2521020222501_hal/ |
D | WSEN_TIDS_2521020222501_hal.c | 175 int8_t TIDS_enableBlockDataUpdate(WE_sensorInterface_t* sensorInterface, TIDS_state_t bdu) in TIDS_enableBlockDataUpdate() argument 184 ctrlReg.blockDataUpdate = bdu; in TIDS_enableBlockDataUpdate() 195 int8_t TIDS_isBlockDataUpdateEnabled(WE_sensorInterface_t* sensorInterface, TIDS_state_t *bdu) in TIDS_isBlockDataUpdateEnabled() argument 204 *bdu = (TIDS_state_t) ctrlReg.blockDataUpdate; in TIDS_isBlockDataUpdateEnabled()
|
D | WSEN_TIDS_2521020222501_hal.h | 142 int8_t TIDS_enableBlockDataUpdate(WE_sensorInterface_t* sensorInterface, TIDS_state_t bdu); 143 int8_t TIDS_isBlockDataUpdateEnabled(WE_sensorInterface_t* sensorInterface, TIDS_state_t *bdu);
|
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_HIDS_2525020210001_hal/ |
D | WSEN_HIDS_2525020210001_hal.h | 104 …uint8_t bdu : 1; /**< BDU: Block data update. 0 - continuous update; 1 - output regis… member 255 int8_t HIDS_enableBlockDataUpdate(WE_sensorInterface_t* sensorInterface, HIDS_state_t bdu); 256 int8_t HIDS_isBlockDataUpdateEnabled(WE_sensorInterface_t* sensorInterface, HIDS_state_t *bdu);
|
D | WSEN_HIDS_2525020210001_hal.c | 258 int8_t HIDS_enableBlockDataUpdate(WE_sensorInterface_t* sensorInterface, HIDS_state_t bdu) in HIDS_enableBlockDataUpdate() argument 267 ctrlReg1.bdu = bdu; in HIDS_enableBlockDataUpdate() 278 int8_t HIDS_isBlockDataUpdateEnabled(WE_sensorInterface_t* sensorInterface, HIDS_state_t *bdu) in HIDS_isBlockDataUpdateEnabled() argument 287 *bdu = (HIDS_state_t) ctrlReg1.bdu; in HIDS_isBlockDataUpdateEnabled()
|
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_PADS_2511020213301_hal/ |
D | WSEN_PADS_2511020213301_hal.h | 456 int8_t PADS_enableBlockDataUpdate(WE_sensorInterface_t* sensorInterface, PADS_state_t bdu); 457 int8_t PADS_isBlockDataUpdateEnabled(WE_sensorInterface_t* sensorInterface, PADS_state_t *bdu);
|
D | WSEN_PADS_2511020213301_hal.c | 1053 int8_t PADS_enableBlockDataUpdate(WE_sensorInterface_t* sensorInterface, PADS_state_t bdu) in PADS_enableBlockDataUpdate() argument 1062 ctrl1.blockDataUpdate = bdu; in PADS_enableBlockDataUpdate() 1073 int8_t PADS_isBlockDataUpdateEnabled(WE_sensorInterface_t* sensorInterface, PADS_state_t *bdu) in PADS_isBlockDataUpdateEnabled() argument 1082 *bdu = (PADS_state_t) ctrl1.blockDataUpdate; in PADS_isBlockDataUpdateEnabled()
|
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/ |
D | WSEN_ITDS_2533020201601_hal.h | 703 int8_t ITDS_enableBlockDataUpdate(WE_sensorInterface_t* sensorInterface, ITDS_state_t bdu); 704 int8_t ITDS_isBlockDataUpdateEnabled(WE_sensorInterface_t* sensorInterface, ITDS_state_t *bdu);
|
D | WSEN_ITDS_2533020201601_hal.c | 353 int8_t ITDS_enableBlockDataUpdate(WE_sensorInterface_t* sensorInterface, ITDS_state_t bdu) in ITDS_enableBlockDataUpdate() argument 362 ctrl2.blockDataUpdate = bdu; in ITDS_enableBlockDataUpdate() 373 int8_t ITDS_isBlockDataUpdateEnabled(WE_sensorInterface_t* sensorInterface, ITDS_state_t *bdu) in ITDS_isBlockDataUpdateEnabled() argument 381 *bdu = (ITDS_state_t) ctrl2.blockDataUpdate; in ITDS_isBlockDataUpdateEnabled()
|
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/ |
D | WSEN_ISDS_2536030320001_hal.h | 1003 int8_t ISDS_enableBlockDataUpdate(WE_sensorInterface_t* sensorInterface, ISDS_state_t bdu); 1004 int8_t ISDS_isBlockDataUpdateEnabled(WE_sensorInterface_t* sensorInterface, ISDS_state_t *bdu);
|
D | WSEN_ISDS_2536030320001_hal.c | 1542 int8_t ISDS_enableBlockDataUpdate(WE_sensorInterface_t* sensorInterface, ISDS_state_t bdu) in ISDS_enableBlockDataUpdate() argument 1551 ctrl3.blockDataUpdate = bdu; in ISDS_enableBlockDataUpdate() 1562 int8_t ISDS_isBlockDataUpdateEnabled(WE_sensorInterface_t* sensorInterface, ISDS_state_t *bdu) in ISDS_isBlockDataUpdateEnabled() argument 1571 *bdu = (ISDS_state_t) ctrl3.blockDataUpdate; in ISDS_isBlockDataUpdateEnabled()
|