Searched refs:addr (Results 1 – 2 of 2) sorted by relevance
| /hal_st-latest/sensor/stmemsc/sths34pf80_STdC/driver/ |
| D | sths34pf80_reg.c | 1573 int32_t sths34pf80_func_cfg_write(const stmdev_ctx_t *ctx, uint8_t addr, uint8_t *data, uint8_t len) in sths34pf80_func_cfg_write() argument 1594 ret += sths34pf80_write_reg(ctx, STHS34PF80_FUNC_CFG_ADDR, &addr, 1); in sths34pf80_func_cfg_write() 1625 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() argument 1649 reg_addr = addr + i; in sths34pf80_func_cfg_read() 2187 uint8_t addr = STHS34PF80_RESET_ALGO; in sths34pf80_reset_algo_bit_set() local 2188 ret += sths34pf80_write_reg(ctx, STHS34PF80_FUNC_CFG_ADDR, &addr, 1); in sths34pf80_reset_algo_bit_set()
|
| D | sths34pf80_reg.h | 741 int32_t sths34pf80_func_cfg_write(const stmdev_ctx_t *ctx, uint8_t addr, uint8_t *data, 743 int32_t sths34pf80_func_cfg_read(const stmdev_ctx_t *ctx, uint8_t addr, uint8_t *data, uint8_t len);
|