Searched refs:lpf1 (Results 1 – 2 of 2) sorted by relevance
/hal_st-3.7.0/sensor/stmemsc/sths34pf80_STdC/driver/ |
D | sths34pf80_reg.c | 920 sths34pf80_lpf1_t lpf1; in sths34pf80_lpf_m_bandwidth_set() local 923 ret = sths34pf80_read_reg(ctx, STHS34PF80_LPF1, (uint8_t *)&lpf1, 1); in sths34pf80_lpf_m_bandwidth_set() 927 lpf1.lpf_m = ((uint8_t)val & 0x7U); in sths34pf80_lpf_m_bandwidth_set() 928 ret = sths34pf80_write_reg(ctx, STHS34PF80_LPF1, (uint8_t *)&lpf1, 1); in sths34pf80_lpf_m_bandwidth_set() 944 sths34pf80_lpf1_t lpf1; in sths34pf80_lpf_m_bandwidth_get() local 947 ret = sths34pf80_read_reg(ctx, STHS34PF80_LPF1, (uint8_t *)&lpf1, 1); in sths34pf80_lpf_m_bandwidth_get() 949 switch ((lpf1.lpf_m)) in sths34pf80_lpf_m_bandwidth_get() 996 sths34pf80_lpf1_t lpf1; in sths34pf80_lpf_p_m_bandwidth_set() local 999 ret = sths34pf80_read_reg(ctx, STHS34PF80_LPF1, (uint8_t *)&lpf1, 1); in sths34pf80_lpf_p_m_bandwidth_set() 1003 lpf1.lpf_p_m = ((uint8_t)val & 0x7U); in sths34pf80_lpf_p_m_bandwidth_set() [all …]
|
D | sths34pf80_reg.h | 527 sths34pf80_lpf1_t lpf1; member
|