Home
last modified time | relevance | path

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

/hal_st-latest/sensor/stmemsc/sths34pf80_STdC/driver/
Dsths34pf80_reg.c1625 int32_t sths34pf80_func_cfg_read(const stmdev_ctx_t *ctx, uint8_t addr, uint8_t *data, uint8_t len) in sths34pf80_func_cfg_read() function
1720 ret = sths34pf80_func_cfg_read(ctx, STHS34PF80_PRESENCE_THS, &buff[0], 2); in sths34pf80_presence_threshold_get()
1779 ret = sths34pf80_func_cfg_read(ctx, STHS34PF80_MOTION_THS, &buff[0], 2); in sths34pf80_motion_threshold_get()
1838 ret = sths34pf80_func_cfg_read(ctx, STHS34PF80_TAMB_SHOCK_THS, &buff[0], 2); in sths34pf80_tambient_shock_threshold_get()
1887 ret = sths34pf80_func_cfg_read(ctx, STHS34PF80_HYST_MOTION, val, 1); in sths34pf80_motion_hysteresis_get()
1933 ret = sths34pf80_func_cfg_read(ctx, STHS34PF80_HYST_PRESENCE, val, 1); in sths34pf80_presence_hysteresis_get()
1979 ret = sths34pf80_func_cfg_read(ctx, STHS34PF80_HYST_TAMB_SHOCK, val, 1); in sths34pf80_tambient_shock_hysteresis_get()
2016 ret = sths34pf80_func_cfg_read(ctx, STHS34PF80_ALGO_CONFIG, &tmp, 1); in sths34pf80_algo_config_get()
Dsths34pf80_reg.h743 int32_t sths34pf80_func_cfg_read(const stmdev_ctx_t *ctx, uint8_t addr, uint8_t *data, uint8_t len);