Searched refs:st1vafe3bx_write_reg (Results 1 – 2 of 2) sorted by relevance
| /hal_st-latest/sensor/stmemsc/st1vafe3bx_STdC/driver/ |
| D | st1vafe3bx_reg.c | 70 int32_t __weak st1vafe3bx_write_reg(const stmdev_ctx_t *ctx, uint8_t reg, in st1vafe3bx_write_reg() function 177 ret += st1vafe3bx_write_reg(ctx, ST1VAFE3BX_CTRL4, (uint8_t *)&ctrl4, 1); in st1vafe3bx_init_set() 210 ret += st1vafe3bx_write_reg(ctx, ST1VAFE3BX_CTRL1, (uint8_t *)&ctrl1, 1); in st1vafe3bx_init_set() 246 ret += st1vafe3bx_write_reg(ctx, ST1VAFE3BX_CTRL4, (uint8_t *)&ctrl4, 1); in st1vafe3bx_init_set() 247 ret += st1vafe3bx_write_reg(ctx, ST1VAFE3BX_CTRL1, (uint8_t *)&ctrl1, 1); in st1vafe3bx_init_set() 254 ret += st1vafe3bx_write_reg(ctx, ST1VAFE3BX_CTRL4, (uint8_t *)&ctrl4, 1); in st1vafe3bx_init_set() 255 ret += st1vafe3bx_write_reg(ctx, ST1VAFE3BX_CTRL1, (uint8_t *)&ctrl1, 1); in st1vafe3bx_init_set() 265 ret += st1vafe3bx_write_reg(ctx, ST1VAFE3BX_CTRL4, (uint8_t *)&ctrl4, 1); in st1vafe3bx_init_set() 266 ret += st1vafe3bx_write_reg(ctx, ST1VAFE3BX_CTRL1, (uint8_t *)&ctrl1, 1); in st1vafe3bx_init_set() 269 ret += st1vafe3bx_write_reg(ctx, ST1VAFE3BX_AH_BIO_CFG2, in st1vafe3bx_init_set() [all …]
|
| D | st1vafe3bx_reg.h | 1995 int32_t st1vafe3bx_write_reg(const stmdev_ctx_t *ctx, uint8_t reg,
|