Searched refs:swReset (Results 1 – 8 of 8) sorted by relevance
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_TIDS_2521020222501_hal/ |
D | WSEN_TIDS_2521020222501_hal.c | 95 int8_t TIDS_softReset(WE_sensorInterface_t* sensorInterface, TIDS_state_t swReset) in TIDS_softReset() argument 104 swRstReg.reset = swReset; in TIDS_softReset() 115 int8_t TIDS_getSoftResetState(WE_sensorInterface_t* sensorInterface, TIDS_state_t *swReset) in TIDS_getSoftResetState() argument 124 *swReset = (TIDS_state_t) swRstReg.reset; in TIDS_getSoftResetState()
|
D | WSEN_TIDS_2521020222501_hal.h | 134 int8_t TIDS_softReset(WE_sensorInterface_t* sensorInterface, TIDS_state_t swReset); 135 int8_t TIDS_getSoftResetState(WE_sensorInterface_t* sensorInterface, TIDS_state_t *swReset);
|
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_PADS_2511020213301_hal/ |
D | WSEN_PADS_2511020213301_hal.h | 472 int8_t PADS_softReset(WE_sensorInterface_t* sensorInterface, PADS_state_t swReset); 473 int8_t PADS_getSoftResetState(WE_sensorInterface_t* sensorInterface, PADS_state_t *swReset);
|
D | WSEN_PADS_2511020213301_hal.c | 1272 int8_t PADS_softReset(WE_sensorInterface_t* sensorInterface, PADS_state_t swReset) in PADS_softReset() argument 1281 ctrl2.softwareReset = swReset; in PADS_softReset() 1292 int8_t PADS_getSoftResetState(WE_sensorInterface_t* sensorInterface, PADS_state_t *swReset) in PADS_getSoftResetState() argument 1300 *swReset = (PADS_state_t) ctrl2.softwareReset; in PADS_getSoftResetState()
|
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/ |
D | WSEN_ITDS_2533020201601_hal.h | 699 int8_t ITDS_softReset(WE_sensorInterface_t* sensorInterface, ITDS_state_t swReset); 700 int8_t ITDS_getSoftResetState(WE_sensorInterface_t* sensorInterface, ITDS_state_t *swReset);
|
D | WSEN_ITDS_2533020201601_hal.c | 272 int8_t ITDS_softReset(WE_sensorInterface_t* sensorInterface, ITDS_state_t swReset) in ITDS_softReset() argument 281 ctrl2.softReset = swReset; in ITDS_softReset() 292 int8_t ITDS_getSoftResetState(WE_sensorInterface_t* sensorInterface, ITDS_state_t *swReset) in ITDS_getSoftResetState() argument 301 *swReset = (ITDS_state_t) ctrl2.softReset; in ITDS_getSoftResetState()
|
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/ |
D | WSEN_ISDS_2536030320001_hal.h | 993 int8_t ISDS_softReset(WE_sensorInterface_t* sensorInterface, ISDS_state_t swReset); 994 int8_t ISDS_getSoftResetState(WE_sensorInterface_t* sensorInterface, ISDS_state_t *swReset);
|
D | WSEN_ISDS_2536030320001_hal.c | 1342 int8_t ISDS_softReset(WE_sensorInterface_t* sensorInterface, ISDS_state_t swReset) in ISDS_softReset() argument 1351 ctrl3.softReset = swReset; in ISDS_softReset() 1362 int8_t ISDS_getSoftResetState(WE_sensorInterface_t* sensorInterface, ISDS_state_t *swReset) in ISDS_getSoftResetState() argument 1371 *swReset = (ISDS_state_t) ctrl3.softReset; in ISDS_getSoftResetState()
|