Home
last modified time | relevance | path

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

/hal_st-3.6.0/sensor/stmemsc/lis2ds12_STdC/driver/
Dlis2ds12_reg.c174 (uint8_t *) & (val->func_ck_gate), 1); in lis2ds12_all_sources_get()
2946 lis2ds12_func_ck_gate_t func_ck_gate; in lis2ds12_pedo_step_detect_flag_get() local
2950 (uint8_t *)&func_ck_gate, 1); in lis2ds12_pedo_step_detect_flag_get()
2951 *val = func_ck_gate.step_detect; in lis2ds12_pedo_step_detect_flag_get()
3222 lis2ds12_func_ck_gate_t func_ck_gate; in lis2ds12_motion_data_ready_flag_get() local
3226 (uint8_t *)&func_ck_gate, 1); in lis2ds12_motion_data_ready_flag_get()
3227 *val = func_ck_gate.sig_mot_detect; in lis2ds12_motion_data_ready_flag_get()
3373 lis2ds12_func_ck_gate_t func_ck_gate; in lis2ds12_tilt_data_ready_flag_get() local
3377 (uint8_t *)&func_ck_gate, 1); in lis2ds12_tilt_data_ready_flag_get()
3378 *val = func_ck_gate.tilt_int; in lis2ds12_tilt_data_ready_flag_get()
Dlis2ds12_reg.h876 lis2ds12_func_ck_gate_t func_ck_gate; member
930 lis2ds12_func_ck_gate_t func_ck_gate; member