Searched refs:LIS2DW12_FIFO_CTRL (Results 1 – 2 of 2) sorted by relevance
| /hal_st-latest/sensor/stmemsc/lis2dw12_STdC/driver/ |
| D | lis2dw12_reg.c | 3123 ret = lis2dw12_read_reg(ctx, LIS2DW12_FIFO_CTRL, (uint8_t *) ®, 1); in lis2dw12_fifo_watermark_set() 3128 ret = lis2dw12_write_reg(ctx, LIS2DW12_FIFO_CTRL, (uint8_t *) ®, 1); in lis2dw12_fifo_watermark_set() 3147 ret = lis2dw12_read_reg(ctx, LIS2DW12_FIFO_CTRL, (uint8_t *) ®, 1); in lis2dw12_fifo_watermark_get() 3167 ret = lis2dw12_read_reg(ctx, LIS2DW12_FIFO_CTRL, (uint8_t *) ®, 1); in lis2dw12_fifo_mode_set() 3172 ret = lis2dw12_write_reg(ctx, LIS2DW12_FIFO_CTRL, (uint8_t *) ®, 1); in lis2dw12_fifo_mode_set() 3192 ret = lis2dw12_read_reg(ctx, LIS2DW12_FIFO_CTRL, (uint8_t *) ®, 1); in lis2dw12_fifo_mode_get()
|
| D | lis2dw12_reg.h | 344 #define LIS2DW12_FIFO_CTRL 0x2EU macro
|