Home
last modified time | relevance | path

Searched refs:operation (Results 1 – 16 of 16) sorted by relevance

/hal_st-latest/sensor/stmemsc/ilps28qsw_STdC/driver/
Dilps28qsw_reg.c877 fifo_ctrl.f_mode = (uint8_t)val->operation & 0x03U; in ilps28qsw_fifo_mode_set()
878 fifo_ctrl.trig_modes = ((uint8_t)val->operation & 0x04U) >> 2; in ilps28qsw_fifo_mode_set()
922 val->operation = ILPS28QSW_BYPASS; in ilps28qsw_fifo_mode_get()
925 val->operation = ILPS28QSW_FIFO; in ilps28qsw_fifo_mode_get()
928 val->operation = ILPS28QSW_STREAM; in ilps28qsw_fifo_mode_get()
931 val->operation = ILPS28QSW_STREAM_TO_FIFO; in ilps28qsw_fifo_mode_get()
934 val->operation = ILPS28QSW_BYPASS_TO_STREAM; in ilps28qsw_fifo_mode_get()
937 val->operation = ILPS28QSW_BYPASS_TO_FIFO; in ilps28qsw_fifo_mode_get()
940 val->operation = ILPS28QSW_BYPASS; in ilps28qsw_fifo_mode_get()
Dilps28qsw_reg.h650 ilps28qsw_operation_t operation; member
/hal_st-latest/sensor/stmemsc/lps22df_STdC/driver/
Dlps22df_reg.c812 fifo_ctrl.f_mode = (uint8_t)val->operation & 0x03U; in lps22df_fifo_mode_set()
813 fifo_ctrl.trig_modes = ((uint8_t)val->operation & 0x04U) >> 2; in lps22df_fifo_mode_set()
857 val->operation = LPS22DF_BYPASS; in lps22df_fifo_mode_get()
860 val->operation = LPS22DF_FIFO; in lps22df_fifo_mode_get()
863 val->operation = LPS22DF_STREAM; in lps22df_fifo_mode_get()
866 val->operation = LPS22DF_STREAM_TO_FIFO; in lps22df_fifo_mode_get()
869 val->operation = LPS22DF_BYPASS_TO_STREAM; in lps22df_fifo_mode_get()
872 val->operation = LPS22DF_BYPASS_TO_FIFO; in lps22df_fifo_mode_get()
875 val->operation = LPS22DF_BYPASS; in lps22df_fifo_mode_get()
Dlps22df_reg.h669 lps22df_operation_t operation; member
/hal_st-latest/sensor/stmemsc/lps28dfw_STdC/driver/
Dlps28dfw_reg.c772 fifo_ctrl.f_mode = (uint8_t)val->operation & 0x03U; in lps28dfw_fifo_mode_set()
773 fifo_ctrl.trig_modes = ((uint8_t)val->operation & 0x04U) >> 2; in lps28dfw_fifo_mode_set()
817 val->operation = LPS28DFW_BYPASS; in lps28dfw_fifo_mode_get()
820 val->operation = LPS28DFW_FIFO; in lps28dfw_fifo_mode_get()
823 val->operation = LPS28DFW_STREAM; in lps28dfw_fifo_mode_get()
826 val->operation = LPS28DFW_STREAM_TO_FIFO; in lps28dfw_fifo_mode_get()
829 val->operation = LPS28DFW_BYPASS_TO_STREAM; in lps28dfw_fifo_mode_get()
832 val->operation = LPS28DFW_BYPASS_TO_FIFO; in lps28dfw_fifo_mode_get()
835 val->operation = LPS28DFW_BYPASS; in lps28dfw_fifo_mode_get()
Dlps28dfw_reg.h673 lps28dfw_operation_t operation; member
/hal_st-latest/sensor/stmemsc/ilps22qs_STdC/driver/
Dilps22qs_reg.c950 fifo_ctrl.f_mode = (uint8_t)val->operation & 0x03U; in ilps22qs_fifo_mode_set()
951 fifo_ctrl.trig_modes = ((uint8_t)val->operation & 0x04U) >> 2; in ilps22qs_fifo_mode_set()
995 val->operation = ILPS22QS_BYPASS; in ilps22qs_fifo_mode_get()
998 val->operation = ILPS22QS_FIFO; in ilps22qs_fifo_mode_get()
1001 val->operation = ILPS22QS_STREAM; in ilps22qs_fifo_mode_get()
1004 val->operation = ILPS22QS_STREAM_TO_FIFO; in ilps22qs_fifo_mode_get()
1007 val->operation = ILPS22QS_BYPASS_TO_STREAM; in ilps22qs_fifo_mode_get()
1010 val->operation = ILPS22QS_BYPASS_TO_FIFO; in ilps22qs_fifo_mode_get()
1013 val->operation = ILPS22QS_BYPASS; in ilps22qs_fifo_mode_get()
Dilps22qs_reg.h652 ilps22qs_operation_t operation; member
/hal_st-latest/sensor/stmemsc/lis2du12_STdC/driver/
Dlis2du12_reg.c791 fifo_ctrl.f_mode = (uint8_t) val->operation; in lis2du12_fifo_mode_set()
836 val->operation = LIS2DU12_BYPASS; in lis2du12_fifo_mode_get()
839 val->operation = LIS2DU12_FIFO; in lis2du12_fifo_mode_get()
842 val->operation = LIS2DU12_STREAM; in lis2du12_fifo_mode_get()
845 val->operation = LIS2DU12_STREAM_TO_FIFO; in lis2du12_fifo_mode_get()
848 val->operation = LIS2DU12_BYPASS_TO_STREAM; in lis2du12_fifo_mode_get()
851 val->operation = LIS2DU12_BYPASS_TO_FIFO; in lis2du12_fifo_mode_get()
854 val->operation = LIS2DU12_BYPASS; in lis2du12_fifo_mode_get()
Dlis2du12_reg.h903 lis2du12_fifo_operation_t operation; member
/hal_st-latest/sensor/stmemsc/lis2dux12_STdC/driver/
Dlis2dux12_reg.c1953 if (val.operation != LIS2DUX12_FIFO_OFF) in lis2dux12_fifo_mode_set()
1956 fifo_ctrl.fifo_mode = ((uint8_t)val.operation & 0x7U); in lis2dux12_fifo_mode_set()
2020 val->operation = LIS2DUX12_FIFO_OFF; in lis2dux12_fifo_mode_get()
2024 val->operation = (lis2dux12_operation_t)fifo_ctrl.fifo_mode; in lis2dux12_fifo_mode_get()
Dlis2dux12_reg.h2396 lis2dux12_operation_t operation; member
/hal_st-latest/sensor/stmemsc/lis2duxs12_STdC/driver/
Dlis2duxs12_reg.c1985 if (val.operation != LIS2DUXS12_FIFO_OFF) in lis2duxs12_fifo_mode_set()
1988 fifo_ctrl.fifo_mode = ((uint8_t)val.operation & 0x7U); in lis2duxs12_fifo_mode_set()
2052 val->operation = LIS2DUXS12_FIFO_OFF; in lis2duxs12_fifo_mode_get()
2056 val->operation = (lis2duxs12_operation_t)fifo_ctrl.fifo_mode; in lis2duxs12_fifo_mode_get()
Dlis2duxs12_reg.h2428 lis2duxs12_operation_t operation; member
/hal_st-latest/sensor/stmemsc/st1vafe3bx_STdC/driver/
Dst1vafe3bx_reg.c1950 if (val.operation != ST1VAFE3BX_FIFO_OFF) in st1vafe3bx_fifo_mode_set()
1953 fifo_ctrl.fifo_mode = ((uint8_t)val.operation & 0x7U); in st1vafe3bx_fifo_mode_set()
2038 val->operation = ST1VAFE3BX_FIFO_OFF; in st1vafe3bx_fifo_mode_get()
2042 val->operation = (enum st1vafe3bx_operation_t)fifo_ctrl.fifo_mode; in st1vafe3bx_fifo_mode_get()
Dst1vafe3bx_reg.h2323 } operation; member