Searched refs:LIS2DTW12_FIFO_CTRL (Results 1 – 2 of 2) sorted by relevance
| /hal_st-latest/sensor/stmemsc/lis2dtw12_STdC/driver/ |
| D | lis2dtw12_reg.c | 3115 ret = lis2dtw12_read_reg(ctx, LIS2DTW12_FIFO_CTRL, (uint8_t *) ®, 1); in lis2dtw12_fifo_watermark_set() 3120 ret = lis2dtw12_write_reg(ctx, LIS2DTW12_FIFO_CTRL, (uint8_t *) ®, 1); in lis2dtw12_fifo_watermark_set() 3139 ret = lis2dtw12_read_reg(ctx, LIS2DTW12_FIFO_CTRL, (uint8_t *) ®, 1); in lis2dtw12_fifo_watermark_get() 3159 ret = lis2dtw12_read_reg(ctx, LIS2DTW12_FIFO_CTRL, (uint8_t *) ®, 1); in lis2dtw12_fifo_mode_set() 3164 ret = lis2dtw12_write_reg(ctx, LIS2DTW12_FIFO_CTRL, (uint8_t *) ®, 1); in lis2dtw12_fifo_mode_set() 3184 ret = lis2dtw12_read_reg(ctx, LIS2DTW12_FIFO_CTRL, (uint8_t *) ®, 1); in lis2dtw12_fifo_mode_get()
|
| D | lis2dtw12_reg.h | 343 #define LIS2DTW12_FIFO_CTRL 0x2EU macro
|