Searched refs:boot (Results 1 – 6 of 6) sorted by relevance
192 …uint8_t boot : 1; /**< BOOT: Reboot memory content. 0: normal mode; 1: reboot memory… member461 int8_t PADS_getBootStatus(WE_sensorInterface_t* sensorInterface, PADS_state_t *boot);
1102 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() argument1141 *boot = (PADS_state_t) int_source_reg.bootOn; in PADS_getBootStatus()
128 …uint8_t boot : 1; /**< BOOT: Set this bit to 1 to initiate boot sequence. 0: normal mo… member
241 ctrl2.boot = reboot; in ITDS_reboot()261 *rebooting = (ITDS_state_t) ctrl2.boot; in ITDS_isRebooting()
257 …uint8_t boot : 1; /**< Set this bit to 1 to initiate boot sequence. 0: normal … member
1591 ctrl3.boot = reboot; in ISDS_reboot()1611 *rebooting = (ISDS_state_t) ctrl3.boot; in ISDS_isRebooting()