Home
last modified time | relevance | path

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

/hal_st-latest/sensor/stmemsc/lis2hh12_STdC/driver/
Dlis2hh12_reg.c1538 ret = lis2hh12_read_reg(ctx, LIS2HH12_CTRL7, (uint8_t *)&ctrl7, 1); in lis2hh12_pin_notification_set()
1543 ret = lis2hh12_write_reg(ctx, LIS2HH12_CTRL7, (uint8_t *)&ctrl7, 1); in lis2hh12_pin_notification_set()
1563 ret = lis2hh12_read_reg(ctx, LIS2HH12_CTRL7, (uint8_t *)&ctrl7, 1); in lis2hh12_pin_notification_get()
1695 ret = lis2hh12_read_reg(ctx, LIS2HH12_CTRL7, (uint8_t *)&ctrl7, 1); in lis2hh12_xl_trshld_mode_set()
1700 ret = lis2hh12_write_reg(ctx, LIS2HH12_CTRL7, (uint8_t *)&ctrl7, 1); in lis2hh12_xl_trshld_mode_set()
1720 ret = lis2hh12_read_reg(ctx, LIS2HH12_CTRL7, (uint8_t *)&ctrl7, 1); in lis2hh12_xl_trshld_mode_get()
2147 ret = lis2hh12_read_reg(ctx, LIS2HH12_CTRL7, (uint8_t *)&ctrl7, 1); in lis2hh12_6d_mode_set()
2152 ret = lis2hh12_write_reg(ctx, LIS2HH12_CTRL7, (uint8_t *)&ctrl7, 1); in lis2hh12_6d_mode_set()
2196 ret = lis2hh12_read_reg(ctx, LIS2HH12_CTRL7, (uint8_t *)&ctrl7, 1); in lis2hh12_6d_mode_get()
Dlis2hh12_reg.h329 #define LIS2HH12_CTRL7 0x26U macro