Home
last modified time | relevance | path

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

/hal_st-3.7.0/sensor/stmemsc/iis2dh_STdC/driver/
Diis2dh_reg.c2218 ret = iis2dh_read_reg(ctx, IIS2DH_CLICK_THS, (uint8_t *)&click_ths, 1); in iis2dh_tap_threshold_set()
2223 ret = iis2dh_write_reg(ctx, IIS2DH_CLICK_THS, (uint8_t *)&click_ths, 1); in iis2dh_tap_threshold_set()
2243 ret = iis2dh_read_reg(ctx, IIS2DH_CLICK_THS, (uint8_t *)&click_ths, 1); in iis2dh_tap_threshold_get()
Diis2dh_reg.h591 #define IIS2DH_CLICK_THS 0x3AU macro