Home
last modified time | relevance | path

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

/hal_st-latest/sensor/stmemsc/lis2dux12_STdC/driver/
Dlis2dux12_reg.c2851 ret = lis2dux12_read_reg(ctx, LIS2DUX12_WAKE_UP_THS, (uint8_t *)&wup_ths, 1); in lis2dux12_wakeup_config_set()
2882 ret += lis2dux12_write_reg(ctx, LIS2DUX12_WAKE_UP_THS, (uint8_t *)&wup_ths, 1); in lis2dux12_wakeup_config_set()
2910 ret = lis2dux12_read_reg(ctx, LIS2DUX12_WAKE_UP_THS, (uint8_t *)&wup_ths, 1); in lis2dux12_wakeup_config_get()
Dlis2dux12_reg.h415 #define LIS2DUX12_WAKE_UP_THS 0x1CU macro