Home
last modified time | relevance | path

Searched refs:int1_tsh_xh (Results 1 – 4 of 4) sorted by relevance

/hal_st-latest/sensor/stmemsc/a3g4250d_STdC/driver/
Da3g4250d_reg.c1420 a3g4250d_int1_tsh_xh_t int1_tsh_xh; in a3g4250d_int_x_threshold_set() local
1425 (uint8_t *)&int1_tsh_xh, 1); in a3g4250d_int_x_threshold_set()
1429 int1_tsh_xh.thsx = (uint8_t)(val / 256U) & 0x7FU; in a3g4250d_int_x_threshold_set()
1431 (uint8_t *)&int1_tsh_xh, 1); in a3g4250d_int_x_threshold_set()
1442 int1_tsh_xl.thsx = (uint8_t)(val - (int1_tsh_xh.thsx * 256U)); in a3g4250d_int_x_threshold_set()
1460 a3g4250d_int1_tsh_xh_t int1_tsh_xh; in a3g4250d_int_x_threshold_get() local
1465 (uint8_t *)&int1_tsh_xh, 1); in a3g4250d_int_x_threshold_get()
1471 *val = int1_tsh_xh.thsx; in a3g4250d_int_x_threshold_get()
Da3g4250d_reg.h477 a3g4250d_int1_tsh_xh_t int1_tsh_xh; member
/hal_st-latest/sensor/stmemsc/i3g4250d_STdC/driver/
Di3g4250d_reg.c1495 i3g4250d_int1_tsh_xh_t int1_tsh_xh; in i3g4250d_int_x_threshold_set() local
1500 (uint8_t *)&int1_tsh_xh, 1); in i3g4250d_int_x_threshold_set()
1504 int1_tsh_xh.thsx = (uint8_t)(val / 256U) & 0x7FU; in i3g4250d_int_x_threshold_set()
1506 (uint8_t *)&int1_tsh_xh, 1); in i3g4250d_int_x_threshold_set()
1517 int1_tsh_xl.thsx = (uint8_t)(val - (int1_tsh_xh.thsx * 256U)); in i3g4250d_int_x_threshold_set()
1535 i3g4250d_int1_tsh_xh_t int1_tsh_xh; in i3g4250d_int_x_threshold_get() local
1540 (uint8_t *)&int1_tsh_xh, 1); in i3g4250d_int_x_threshold_get()
1546 *val = int1_tsh_xh.thsx; in i3g4250d_int_x_threshold_get()
Di3g4250d_reg.h480 i3g4250d_int1_tsh_xh_t int1_tsh_xh; member