Home
last modified time | relevance | path

Searched refs:temp_l_limit (Results 1 – 2 of 2) sorted by relevance

/hal_st-latest/sensor/stmemsc/stts22h_STdC/driver/
Dstts22h_reg.c537 stts22h_temp_l_limit_t temp_l_limit; in stts22h_temp_trshld_low_set() local
541 (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() local
567 (uint8_t *)&temp_l_limit, 1); in stts22h_temp_trshld_low_get()
568 *val = temp_l_limit.tll; in stts22h_temp_trshld_low_get()
Dstts22h_reg.h252 stts22h_temp_l_limit_t temp_l_limit; member