Home
last modified time | relevance | path

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

/hal_st-latest/sensor/stmemsc/lis3dhh_STdC/driver/
Dlis3dhh_reg.c285 ret = lis3dhh_read_reg(ctx, LIS3DHH_STATUS, (uint8_t *)&status, 1); in lis3dhh_xl_data_ready_get()
304 ret = lis3dhh_read_reg(ctx, LIS3DHH_STATUS, (uint8_t *)&status, 1); in lis3dhh_xl_data_ovr_get()
565 ret = lis3dhh_read_reg(ctx, LIS3DHH_STATUS, (uint8_t *) val, 1); in lis3dhh_status_get()
Dlis3dhh_reg.h276 #define LIS3DHH_STATUS 0x27U macro