Searched refs:temp_l_limit (Results 1 – 2 of 2) sorted by relevance
537 stts22h_temp_l_limit_t temp_l_limit; in stts22h_temp_trshld_low_set() local541 (uint8_t *)&temp_l_limit, 1); in stts22h_temp_trshld_low_set()545 temp_l_limit.tll = val; in stts22h_temp_trshld_low_set()547 (uint8_t *)&temp_l_limit, 1); in stts22h_temp_trshld_low_set()563 stts22h_temp_l_limit_t temp_l_limit; in stts22h_temp_trshld_low_get() local567 (uint8_t *)&temp_l_limit, 1); in stts22h_temp_trshld_low_get()568 *val = temp_l_limit.tll; in stts22h_temp_trshld_low_get()
252 stts22h_temp_l_limit_t temp_l_limit; member