Searched refs:int1Boot (Results 1 – 2 of 2) sorted by relevance
747 int8_t ITDS_enableBootStatusINT1(WE_sensorInterface_t* sensorInterface, ITDS_state_t int1Boot);748 …int8_t ITDS_isBootStatusINT1Enabled(WE_sensorInterface_t* sensorInterface, ITDS_state_t *int1Boot);
1125 int8_t ITDS_enableBootStatusINT1(WE_sensorInterface_t* sensorInterface, ITDS_state_t int1Boot) in ITDS_enableBootStatusINT1() argument1134 ctrl5.bootStatusINT1 = int1Boot; in ITDS_enableBootStatusINT1()1145 int8_t ITDS_isBootStatusINT1Enabled(WE_sensorInterface_t* sensorInterface, ITDS_state_t *int1Boot) in ITDS_isBootStatusINT1Enabled() argument1154 *int1Boot = (ITDS_state_t) ctrl5.bootStatusINT1; in ITDS_isBootStatusINT1Enabled()