Home
last modified time | relevance | path

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

/hal_st-latest/sensor/stmemsc/lis3dhh_STdC/driver/
Dlis3dhh_reg.c933 ret = lis3dhh_read_reg(ctx, LIS3DHH_INT2_CTRL, (uint8_t *)&int2_ctrl, 1); in lis3dhh_fifo_threshold_on_int2_set()
938 ret = lis3dhh_write_reg(ctx, LIS3DHH_INT2_CTRL, (uint8_t *)&int2_ctrl, 1); in lis3dhh_fifo_threshold_on_int2_set()
958 ret = lis3dhh_read_reg(ctx, LIS3DHH_INT2_CTRL, (uint8_t *)&int2_ctrl, 1); in lis3dhh_fifo_threshold_on_int2_get()
977 ret = lis3dhh_read_reg(ctx, LIS3DHH_INT2_CTRL, (uint8_t *)&int2_ctrl, 1); in lis3dhh_fifo_full_on_int2_set()
982 ret = lis3dhh_write_reg(ctx, LIS3DHH_INT2_CTRL, (uint8_t *)&int2_ctrl, 1); in lis3dhh_fifo_full_on_int2_set()
1001 ret = lis3dhh_read_reg(ctx, LIS3DHH_INT2_CTRL, (uint8_t *)&int2_ctrl, 1); in lis3dhh_fifo_full_on_int2_get()
1020 ret = lis3dhh_read_reg(ctx, LIS3DHH_INT2_CTRL, (uint8_t *)&int2_ctrl, 1); in lis3dhh_fifo_ovr_on_int2_set()
1025 ret = lis3dhh_write_reg(ctx, LIS3DHH_INT2_CTRL, (uint8_t *)&int2_ctrl, 1); in lis3dhh_fifo_ovr_on_int2_set()
1044 ret = lis3dhh_read_reg(ctx, LIS3DHH_INT2_CTRL, (uint8_t *)&int2_ctrl, 1); in lis3dhh_fifo_ovr_on_int2_get()
1063 ret = lis3dhh_read_reg(ctx, LIS3DHH_INT2_CTRL, (uint8_t *)&int2_ctrl, 1); in lis3dhh_boot_on_int2_set()
[all …]
Dlis3dhh_reg.h224 #define LIS3DHH_INT2_CTRL 0x22U macro