Home
last modified time | relevance | path

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

/hal_st-latest/sensor/stmemsc/st1vafe3bx_STdC/driver/
Dst1vafe3bx_reg.c49 int32_t __weak st1vafe3bx_read_reg(const stmdev_ctx_t *ctx, uint8_t reg, in st1vafe3bx_read_reg() function
141 ret = st1vafe3bx_read_reg(ctx, ST1VAFE3BX_WHO_AM_I, val, 1); in st1vafe3bx_device_id_get()
165 ret = st1vafe3bx_read_reg(ctx, ST1VAFE3BX_CTRL1, (uint8_t *)&ctrl1, 1); in st1vafe3bx_init_set()
166 ret += st1vafe3bx_read_reg(ctx, ST1VAFE3BX_CTRL4, (uint8_t *)&ctrl4, 1); in st1vafe3bx_init_set()
167 ret += st1vafe3bx_read_reg(ctx, ST1VAFE3BX_AH_BIO_CFG2, in st1vafe3bx_init_set()
169 ret += st1vafe3bx_read_reg(ctx, ST1VAFE3BX_AH_BIO_CFG3, in st1vafe3bx_init_set()
171 ret += st1vafe3bx_read_reg(ctx, ST1VAFE3BX_CTRL3, (uint8_t *)&ctrl3, 1); in st1vafe3bx_init_set()
185 ret = st1vafe3bx_read_reg(ctx, ST1VAFE3BX_CTRL4, (uint8_t *)&ctrl4, 1); in st1vafe3bx_init_set()
330 ret += st1vafe3bx_read_reg(ctx, ST1VAFE3BX_CTRL1, (uint8_t *)&ctrl1, 1); in st1vafe3bx_smart_power_set()
356 ret = st1vafe3bx_read_reg(ctx, ST1VAFE3BX_CTRL1, (uint8_t *)&ctrl1, 1); in st1vafe3bx_smart_power_get()
[all …]
Dst1vafe3bx_reg.h1992 int32_t st1vafe3bx_read_reg(const stmdev_ctx_t *ctx, uint8_t reg,