Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_PADS_2511020213301_hal/
DWSEN_PADS_2511020213301_hal.h192 …uint8_t boot : 1; /**< BOOT: Reboot memory content. 0: normal mode; 1: reboot memory… member
461 int8_t PADS_getBootStatus(WE_sensorInterface_t* sensorInterface, PADS_state_t *boot);
DWSEN_PADS_2511020213301_hal.c1102 ctrl2.boot = reboot; in PADS_reboot()
1121 *reboot = (PADS_state_t) ctrl2.boot; in PADS_isRebooting()
1132 int8_t PADS_getBootStatus(WE_sensorInterface_t* sensorInterface, PADS_state_t *boot) in PADS_getBootStatus() argument
1141 *boot = (PADS_state_t) int_source_reg.bootOn; in PADS_getBootStatus()
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/
DWSEN_ITDS_2533020201601_hal.h128 …uint8_t boot : 1; /**< BOOT: Set this bit to 1 to initiate boot sequence. 0: normal mo… member
DWSEN_ITDS_2533020201601_hal.c241 ctrl2.boot = reboot; in ITDS_reboot()
261 *rebooting = (ITDS_state_t) ctrl2.boot; in ITDS_isRebooting()
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h257 …uint8_t boot : 1; /**< Set this bit to 1 to initiate boot sequence. 0: normal … member
DWSEN_ISDS_2536030320001_hal.c1591 ctrl3.boot = reboot; in ISDS_reboot()
1611 *rebooting = (ISDS_state_t) ctrl3.boot; in ISDS_isRebooting()