Home
last modified time | relevance | path

Searched refs:swReset (Results 1 – 8 of 8) sorted by relevance

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_TIDS_2521020222501_hal/
DWSEN_TIDS_2521020222501_hal.c95 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()
DWSEN_TIDS_2521020222501_hal.h134 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/
DWSEN_PADS_2511020213301_hal.h472 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);
DWSEN_PADS_2511020213301_hal.c1272 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/
DWSEN_ITDS_2533020201601_hal.h699 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);
DWSEN_ITDS_2533020201601_hal.c272 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/
DWSEN_ISDS_2536030320001_hal.h993 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);
DWSEN_ISDS_2536030320001_hal.c1342 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()