Searched refs:fifo_batch (Results 1 – 3 of 3) sorted by relevance
| /hal_st-latest/sensor/stmemsc/lis2dux12_STdC/driver/ |
| D | lis2dux12_reg.c | 1942 lis2dux12_fifo_batch_dec_t fifo_batch; in lis2dux12_fifo_mode_set() local 1947 ret += lis2dux12_read_reg(ctx, LIS2DUX12_FIFO_BATCH_DEC, (uint8_t *)&fifo_batch, 1); in lis2dux12_fifo_mode_set() 1972 fifo_batch.dec_ts_batch = (uint8_t)val.batch.dec_ts; in lis2dux12_fifo_mode_set() 1973 fifo_batch.bdr_xl = (uint8_t)val.batch.bdr_xl; in lis2dux12_fifo_mode_set() 1985 ret += lis2dux12_write_reg(ctx, LIS2DUX12_FIFO_BATCH_DEC, (uint8_t *)&fifo_batch, 1); in lis2dux12_fifo_mode_set() 2007 lis2dux12_fifo_batch_dec_t fifo_batch; in lis2dux12_fifo_mode_get() local 2012 ret += lis2dux12_read_reg(ctx, LIS2DUX12_FIFO_BATCH_DEC, (uint8_t *)&fifo_batch, 1); in lis2dux12_fifo_mode_get() 2035 val->batch.dec_ts = (lis2dux12_dec_ts_t)fifo_batch.dec_ts_batch; in lis2dux12_fifo_mode_get() 2036 val->batch.bdr_xl = (lis2dux12_bdr_xl_t)fifo_batch.bdr_xl; in lis2dux12_fifo_mode_get()
|
| /hal_st-latest/sensor/stmemsc/lis2duxs12_STdC/driver/ |
| D | lis2duxs12_reg.c | 1974 lis2duxs12_fifo_batch_dec_t fifo_batch; in lis2duxs12_fifo_mode_set() local 1979 ret += lis2duxs12_read_reg(ctx, LIS2DUXS12_FIFO_BATCH_DEC, (uint8_t *)&fifo_batch, 1); in lis2duxs12_fifo_mode_set() 2004 fifo_batch.dec_ts_batch = (uint8_t)val.batch.dec_ts; in lis2duxs12_fifo_mode_set() 2005 fifo_batch.bdr_xl = (uint8_t)val.batch.bdr_xl; in lis2duxs12_fifo_mode_set() 2017 ret += lis2duxs12_write_reg(ctx, LIS2DUXS12_FIFO_BATCH_DEC, (uint8_t *)&fifo_batch, 1); in lis2duxs12_fifo_mode_set() 2039 lis2duxs12_fifo_batch_dec_t fifo_batch; in lis2duxs12_fifo_mode_get() local 2044 ret += lis2duxs12_read_reg(ctx, LIS2DUXS12_FIFO_BATCH_DEC, (uint8_t *)&fifo_batch, 1); in lis2duxs12_fifo_mode_get() 2067 val->batch.dec_ts = (lis2duxs12_dec_ts_t)fifo_batch.dec_ts_batch; in lis2duxs12_fifo_mode_get() 2068 val->batch.bdr_xl = (lis2duxs12_bdr_xl_t)fifo_batch.bdr_xl; in lis2duxs12_fifo_mode_get()
|
| /hal_st-latest/sensor/stmemsc/st1vafe3bx_STdC/driver/ |
| D | st1vafe3bx_reg.c | 1934 st1vafe3bx_fifo_batch_dec_t fifo_batch; in st1vafe3bx_fifo_mode_set() local 1942 (uint8_t *)&fifo_batch, 1); in st1vafe3bx_fifo_mode_set() 1983 fifo_batch.dec_ts_batch = (uint8_t)val.batch.dec_ts; in st1vafe3bx_fifo_mode_set() 1984 fifo_batch.bdr_xl = (uint8_t)val.batch.bdr_xl; in st1vafe3bx_fifo_mode_set() 1997 (uint8_t *)&fifo_batch, 1); in st1vafe3bx_fifo_mode_set() 2023 st1vafe3bx_fifo_batch_dec_t fifo_batch; in st1vafe3bx_fifo_mode_get() local 2030 (uint8_t *)&fifo_batch, 1); in st1vafe3bx_fifo_mode_get() 2053 val->batch.dec_ts = (enum st1vafe3bx_dec_ts_t)fifo_batch.dec_ts_batch; in st1vafe3bx_fifo_mode_get() 2054 val->batch.bdr_xl = (enum st1vafe3bx_bdr_xl_t)fifo_batch.bdr_xl; in st1vafe3bx_fifo_mode_get()
|