Home
last modified time | relevance | path

Searched refs:one_shot (Results 1 – 24 of 24) sorted by relevance

/hal_st-3.6.0/sensor/stmemsc/stts22h_STdC/driver/
Dstts22h_reg.h200 uint8_t one_shot : 1; member
214 uint8_t one_shot : 1;
Dstts22h_reg.c182 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/
Dlps33k_reg.h206 uint8_t one_shot : 1; member
220 uint8_t one_shot : 1;
Dlps33k_reg.c310 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/
Dhts221_reg.h217 uint8_t one_shot : 1; member
225 uint8_t one_shot : 1;
Dhts221_reg.c380 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/
Dlps25hb_reg.h224 uint8_t one_shot : 1; member
240 uint8_t one_shot : 1;
Dlps25hb_reg.c471 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/
Dlps33w_reg.h231 uint8_t one_shot : 1; member
247 uint8_t one_shot : 1;
Dlps33w_reg.c495 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/
Dlps27hhtw_reg.h269 uint8_t one_shot : 1; member
285 uint8_t one_shot : 1;
Dlps27hhtw_reg.c380 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/
Dlps27hhw_reg.h269 uint8_t one_shot : 1; member
285 uint8_t one_shot : 1;
Dlps27hhw_reg.c369 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/
Dlps33hw_reg.h231 uint8_t one_shot : 1; member
247 uint8_t one_shot : 1;
Dlps33hw_reg.c497 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/
Dlps22hb_reg.h231 uint8_t one_shot : 1; member
247 uint8_t one_shot : 1;
Dlps22hb_reg.c497 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/
Dlps22hh_reg.h268 uint8_t one_shot : 1; member
284 uint8_t one_shot : 1;
Dlps22hh_reg.c360 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/
Dlps22ch_reg.h268 uint8_t one_shot : 1; member
284 uint8_t one_shot : 1;
Dlps22ch_reg.c360 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/
Dsths34pf80_reg.h283 uint8_t one_shot : 1; member
293 uint8_t one_shot : 1;
Dsths34pf80_reg.c593 ctrl2.one_shot = ((uint8_t)val & 0x1U); in sths34pf80_tmos_one_shot_set()
615 switch (ctrl2.one_shot) in sths34pf80_tmos_one_shot_get()