Home
last modified time | relevance | path

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

/hal_st-latest/sensor/stmemsc/lis2hh12_STdC/driver/
Dlis2hh12_reg.c1875 int32_t lis2hh12_xl_trshld_set(const stmdev_ctx_t *ctx, uint8_t ig1_x, in lis2hh12_xl_trshld_set() argument
1881 ret = lis2hh12_write_reg(ctx, LIS2HH12_IG_THS_X1, &ig1_x, 1); in lis2hh12_xl_trshld_set()
1909 int32_t lis2hh12_xl_trshld_get(const stmdev_ctx_t *ctx, uint8_t *ig1_x, in lis2hh12_xl_trshld_get() argument
1915 ret = lis2hh12_read_reg(ctx, LIS2HH12_IG_THS_X1, ig1_x, 1); in lis2hh12_xl_trshld_get()
Dlis2hh12_reg.h902 int32_t lis2hh12_xl_trshld_set(const stmdev_ctx_t *ctx, uint8_t ig1_x,
905 int32_t lis2hh12_xl_trshld_get(const stmdev_ctx_t *ctx, uint8_t *ig1_x,