Home
last modified time | relevance | path

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

/hal_st-latest/sensor/stmemsc/stts22h_STdC/driver/
Dstts22h_reg.c491 stts22h_temp_h_limit_t temp_h_limit; in stts22h_temp_trshld_high_set() local
495 (uint8_t *)&temp_h_limit, 1); in stts22h_temp_trshld_high_set()
499 temp_h_limit.thl = val; in stts22h_temp_trshld_high_set()
501 (uint8_t *)&temp_h_limit, 1); in stts22h_temp_trshld_high_set()
517 stts22h_temp_h_limit_t temp_h_limit; in stts22h_temp_trshld_high_get() local
521 (uint8_t *)&temp_h_limit, 1); in stts22h_temp_trshld_high_get()
522 *val = temp_h_limit.thl; in stts22h_temp_trshld_high_get()
Dstts22h_reg.h251 stts22h_temp_h_limit_t temp_h_limit; member