Home
last modified time | relevance | path

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

/hal_st-latest/sensor/stmemsc/lis3dh_STdC/driver/
Dlis3dh_reg.c2259 ret = lis3dh_read_reg(ctx, LIS3DH_CLICK_THS, (uint8_t *)&click_ths, 1); in lis3dh_tap_threshold_set()
2264 ret = lis3dh_write_reg(ctx, LIS3DH_CLICK_THS, (uint8_t *)&click_ths, 1); in lis3dh_tap_threshold_set()
2284 ret = lis3dh_read_reg(ctx, LIS3DH_CLICK_THS, (uint8_t *)&click_ths, 1); in lis3dh_tap_threshold_get()
2307 ret = lis3dh_read_reg(ctx, LIS3DH_CLICK_THS, (uint8_t *)&click_ths, 1); in lis3dh_tap_notification_mode_set()
2312 ret = lis3dh_write_reg(ctx, LIS3DH_CLICK_THS, (uint8_t *)&click_ths, 1); in lis3dh_tap_notification_mode_set()
2335 ret = lis3dh_read_reg(ctx, LIS3DH_CLICK_THS, (uint8_t *)&click_ths, 1); in lis3dh_tap_notification_mode_get()
Dlis3dh_reg.h616 #define LIS3DH_CLICK_THS 0x3AU macro