/hal_st-3.6.0/sensor/stmemsc/stts22h_STdC/driver/ |
D | stts22h_reg.h | 200 uint8_t one_shot : 1; member 214 uint8_t one_shot : 1;
|
D | stts22h_reg.c | 182 ctrl.one_shot = (uint8_t)val & 0x01U; in stts22h_temp_data_rate_set() 209 switch (ctrl.one_shot | (ctrl.freerun << 1) | (ctrl.low_odr_start << in stts22h_temp_data_rate_get()
|
/hal_st-3.6.0/sensor/stmemsc/lps33k_STdC/driver/ |
D | lps33k_reg.h | 206 uint8_t one_shot : 1; member 220 uint8_t one_shot : 1;
|
D | lps33k_reg.c | 310 ctrl_reg2.one_shot = val; in lps33k_one_shoot_trigger_set() 331 *val = ctrl_reg2.one_shot; in lps33k_one_shoot_trigger_get()
|
/hal_st-3.6.0/sensor/stmemsc/hts221_STdC/driver/ |
D | hts221_reg.h | 217 uint8_t one_shot : 1; member 225 uint8_t one_shot : 1;
|
D | hts221_reg.c | 380 reg.one_shot = val; in hts221_one_shoot_trigger_set() 401 *val = reg.one_shot; in hts221_one_shoot_trigger_get()
|
/hal_st-3.6.0/sensor/stmemsc/lps25hb_STdC/driver/ |
D | lps25hb_reg.h | 224 uint8_t one_shot : 1; member 240 uint8_t one_shot : 1;
|
D | lps25hb_reg.c | 471 reg.one_shot = val; in lps25hb_one_shoot_trigger_set() 492 *val = reg.one_shot; in lps25hb_one_shoot_trigger_get()
|
/hal_st-3.6.0/sensor/stmemsc/lps33w_STdC/driver/ |
D | lps33w_reg.h | 231 uint8_t one_shot : 1; member 247 uint8_t one_shot : 1;
|
D | lps33w_reg.c | 495 ctrl_reg2.one_shot = val; in lps33w_one_shoot_trigger_set() 516 *val = ctrl_reg2.one_shot; in lps33w_one_shoot_trigger_get()
|
/hal_st-3.6.0/sensor/stmemsc/lps27hhtw_STdC/driver/ |
D | lps27hhtw_reg.h | 269 uint8_t one_shot : 1; member 285 uint8_t one_shot : 1;
|
D | lps27hhtw_reg.c | 380 ctrl_reg2.one_shot = ((uint8_t)val & 0x08U) >> 3; in lps27hhtw_data_rate_set() 417 switch (((ctrl_reg2.low_noise_en << 4) + (ctrl_reg2.one_shot << 3) + in lps27hhtw_data_rate_get()
|
/hal_st-3.6.0/sensor/stmemsc/lps27hhw_STdC/driver/ |
D | lps27hhw_reg.h | 269 uint8_t one_shot : 1; member 285 uint8_t one_shot : 1;
|
D | lps27hhw_reg.c | 369 ctrl_reg2.one_shot = ((uint8_t)val & 0x08U) >> 3; in lps27hhw_data_rate_set() 405 switch (((ctrl_reg2.low_noise_en << 4) + (ctrl_reg2.one_shot << 3) + in lps27hhw_data_rate_get()
|
/hal_st-3.6.0/sensor/stmemsc/lps33hw_STdC/driver/ |
D | lps33hw_reg.h | 231 uint8_t one_shot : 1; member 247 uint8_t one_shot : 1;
|
D | lps33hw_reg.c | 497 ctrl_reg2.one_shot = val; in lps33hw_one_shoot_trigger_set() 518 *val = ctrl_reg2.one_shot; in lps33hw_one_shoot_trigger_get()
|
/hal_st-3.6.0/sensor/stmemsc/lps22hb_STdC/driver/ |
D | lps22hb_reg.h | 231 uint8_t one_shot : 1; member 247 uint8_t one_shot : 1;
|
D | lps22hb_reg.c | 497 ctrl_reg2.one_shot = val; in lps22hb_one_shoot_trigger_set() 518 *val = ctrl_reg2.one_shot; in lps22hb_one_shoot_trigger_get()
|
/hal_st-3.6.0/sensor/stmemsc/lps22hh_STdC/driver/ |
D | lps22hh_reg.h | 268 uint8_t one_shot : 1; member 284 uint8_t one_shot : 1;
|
D | lps22hh_reg.c | 360 ctrl_reg2.one_shot = ((uint8_t)val & 0x08U) >> 3; in lps22hh_data_rate_set() 392 switch (((ctrl_reg2.low_noise_en << 4) + (ctrl_reg2.one_shot << 3) + in lps22hh_data_rate_get()
|
/hal_st-3.6.0/sensor/stmemsc/lps22ch_STdC/driver/ |
D | lps22ch_reg.h | 268 uint8_t one_shot : 1; member 284 uint8_t one_shot : 1;
|
D | lps22ch_reg.c | 360 ctrl_reg2.one_shot = ((uint8_t)val & 0x08U) >> 3; in lps22ch_data_rate_set() 392 switch (((ctrl_reg2.low_noise_en << 4) + (ctrl_reg2.one_shot << 3) + in lps22ch_data_rate_get()
|
/hal_st-3.6.0/sensor/stmemsc/sths34pf80_STdC/driver/ |
D | sths34pf80_reg.h | 283 uint8_t one_shot : 1; member 293 uint8_t one_shot : 1;
|
D | sths34pf80_reg.c | 593 ctrl2.one_shot = ((uint8_t)val & 0x1U); in sths34pf80_tmos_one_shot_set() 615 switch (ctrl2.one_shot) in sths34pf80_tmos_one_shot_get()
|