Home
last modified time | relevance | path

Searched refs:dec_ts (Results 1 – 6 of 6) sorted by relevance

/hal_st-latest/sensor/stmemsc/lis2dux12_STdC/driver/
Dlis2dux12_reg.c1970 if (val.batch.dec_ts != LIS2DUX12_DEC_TS_OFF) in lis2dux12_fifo_mode_set()
1972 fifo_batch.dec_ts_batch = (uint8_t)val.batch.dec_ts; in lis2dux12_fifo_mode_set()
2035 val->batch.dec_ts = (lis2dux12_dec_ts_t)fifo_batch.dec_ts_batch; in lis2dux12_fifo_mode_get()
2151 data->cfg_chg.dec_ts = (fifo_raw[1] >> 3) & 0x3U; in lis2dux12_fifo_data_get()
Dlis2dux12_reg.h2403 lis2dux12_dec_ts_t dec_ts; /* decimation for timestamp batching*/ member
2455 uint8_t dec_ts : 2; /* Timestamp decimator value */ member
/hal_st-latest/sensor/stmemsc/lis2duxs12_STdC/driver/
Dlis2duxs12_reg.c2002 if (val.batch.dec_ts != LIS2DUXS12_DEC_TS_OFF) in lis2duxs12_fifo_mode_set()
2004 fifo_batch.dec_ts_batch = (uint8_t)val.batch.dec_ts; in lis2duxs12_fifo_mode_set()
2067 val->batch.dec_ts = (lis2duxs12_dec_ts_t)fifo_batch.dec_ts_batch; in lis2duxs12_fifo_mode_get()
2194 data->cfg_chg.dec_ts = (fifo_raw[1] >> 3) & 0x3U; in lis2duxs12_fifo_data_get()
Dlis2duxs12_reg.h2435 lis2duxs12_dec_ts_t dec_ts; /* decimation for timestamp batching*/ member
2495 uint8_t dec_ts : 2; /* Timestamp decimator value */ member
/hal_st-latest/sensor/stmemsc/st1vafe3bx_STdC/driver/
Dst1vafe3bx_reg.c1981 if (val.batch.dec_ts != ST1VAFE3BX_DEC_TS_OFF) in st1vafe3bx_fifo_mode_set()
1983 fifo_batch.dec_ts_batch = (uint8_t)val.batch.dec_ts; in st1vafe3bx_fifo_mode_set()
2053 val->batch.dec_ts = (enum st1vafe3bx_dec_ts_t)fifo_batch.dec_ts_batch; in st1vafe3bx_fifo_mode_get()
2142 data->cfg_chg.dec_ts = (fifo_raw[1] >> 3) & 0x3U; in st1vafe3bx_fifo_data_get()
Dst1vafe3bx_reg.h2343 } dec_ts; /* decimation for timestamp batching*/ member
2412 uint8_t dec_ts : 2; /* Timestamp decimator value */ member