Searched refs:int0BootStatus (Results 1 – 2 of 2) sorted by relevance
951 …t8_t ISDS_enableBootStatusINT0(WE_sensorInterface_t* sensorInterface, ISDS_state_t int0BootStatus);952 … ISDS_isBootStatusINT0Enabled(WE_sensorInterface_t* sensorInterface, ISDS_state_t *int0BootStatus);
665 int8_t ISDS_enableBootStatusINT0(WE_sensorInterface_t* sensorInterface, ISDS_state_t int0BootStatus) in ISDS_enableBootStatusINT0() argument674 int0Ctrl.int0Boot = (uint8_t) int0BootStatus; in ISDS_enableBootStatusINT0()685 …t ISDS_isBootStatusINT0Enabled(WE_sensorInterface_t* sensorInterface, ISDS_state_t *int0BootStatus) in ISDS_isBootStatusINT0Enabled() argument694 *int0BootStatus = (ISDS_state_t) int0Ctrl.int0Boot; in ISDS_isBootStatusINT0Enabled()