Searched refs:LIS2DUXS12_INTERRUPT_CFG (Results 1 – 2 of 2) sorted by relevance
| /hal_st-latest/sensor/stmemsc/lis2duxs12_STdC/driver/ |
| D | lis2duxs12_reg.c | 1808 ret = lis2duxs12_read_reg(ctx, LIS2DUXS12_INTERRUPT_CFG, (uint8_t *)&interrupt_cfg, 1); in lis2duxs12_int_config_set() 1833 ret = lis2duxs12_write_reg(ctx, LIS2DUXS12_INTERRUPT_CFG, (uint8_t *)&interrupt_cfg, 1); in lis2duxs12_int_config_set() 1852 ret = lis2duxs12_read_reg(ctx, LIS2DUXS12_INTERRUPT_CFG, (uint8_t *)&interrupt_cfg, 1); in lis2duxs12_int_config_get() 2999 ret += lis2duxs12_read_reg(ctx, LIS2DUXS12_INTERRUPT_CFG, (uint8_t *)&int_cfg, 1); in lis2duxs12_wakeup_config_set() 3030 ret += lis2duxs12_write_reg(ctx, LIS2DUXS12_INTERRUPT_CFG, (uint8_t *)&int_cfg, 1); in lis2duxs12_wakeup_config_set() 3058 ret += lis2duxs12_read_reg(ctx, LIS2DUXS12_INTERRUPT_CFG, (uint8_t *)&int_cfg, 1); in lis2duxs12_wakeup_config_get() 3219 ret = lis2duxs12_read_reg(ctx, LIS2DUXS12_INTERRUPT_CFG, (uint8_t *)&int_cfg, 1); in lis2duxs12_timestamp_set() 3224 ret = lis2duxs12_write_reg(ctx, LIS2DUXS12_INTERRUPT_CFG, (uint8_t *)&int_cfg, 1); in lis2duxs12_timestamp_set() 3243 ret = lis2duxs12_read_reg(ctx, LIS2DUXS12_INTERRUPT_CFG, (uint8_t *)&int_cfg, 1); in lis2duxs12_timestamp_get()
|
| D | lis2duxs12_reg.h | 377 #define LIS2DUXS12_INTERRUPT_CFG 0x17U macro
|