Home
last modified time | relevance | path

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

/hal_st-3.7.0/sensor/stmemsc/lis2ds12_STdC/driver/
Dlis2ds12_reg.c3299 ret = lis2ds12_read_reg(ctx, LIS2DS12_SM_THS, (uint8_t *)&sm_ths, 1); in lis2ds12_motion_threshold_set()
3305 ret = lis2ds12_write_reg(ctx, LIS2DS12_SM_THS, (uint8_t *)&sm_ths, 1); in lis2ds12_motion_threshold_set()
3337 ret = lis2ds12_read_reg(ctx, LIS2DS12_SM_THS, (uint8_t *)&sm_ths, 1); in lis2ds12_motion_threshold_get()
Dlis2ds12_reg.h802 #define LIS2DS12_SM_THS 0x34U macro