Searched refs:LIS3DE_CLICK_THS (Results 1 – 2 of 2) sorted by relevance
| /hal_st-latest/sensor/stmemsc/lis3de_STdC/driver/ |
| D | lis3de_reg.c | 2118 ret = lis3de_read_reg(ctx, LIS3DE_CLICK_THS, (uint8_t *)&click_ths, 1); in lis3de_tap_threshold_set() 2123 ret = lis3de_write_reg(ctx, LIS3DE_CLICK_THS, (uint8_t *)&click_ths, 1); in lis3de_tap_threshold_set() 2143 ret = lis3de_read_reg(ctx, LIS3DE_CLICK_THS, (uint8_t *)&click_ths, 1); in lis3de_tap_threshold_get() 2166 ret = lis3de_read_reg(ctx, LIS3DE_CLICK_THS, (uint8_t *)&click_ths, 1); in lis3de_tap_notification_mode_set() 2171 ret = lis3de_write_reg(ctx, LIS3DE_CLICK_THS, (uint8_t *)&click_ths, 1); in lis3de_tap_notification_mode_set() 2194 ret = lis3de_read_reg(ctx, LIS3DE_CLICK_THS, (uint8_t *)&click_ths, 1); in lis3de_tap_notification_mode_get()
|
| D | lis3de_reg.h | 602 #define LIS3DE_CLICK_THS 0x3AU macro
|