Home
last modified time | relevance | path

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

/hal_st-3.4.0/sensor/stmemsc/lis3dsh_STdC/driver/
Dlis3dsh_reg.c261 case LIS3DSH_RESET: in lis3dsh_init_set()
262 ctrl_reg3.strt = ((uint8_t)val & (uint8_t)LIS3DSH_RESET) >> 1; in lis3dsh_init_set()
283 ctrl_reg3.strt = ((uint8_t)val & (uint8_t)LIS3DSH_RESET) >> 1; in lis3dsh_init_set()
Dlis3dsh_reg.h776 LIS3DSH_RESET = 0x02, /* Reset configuration registers */ enumerator