Home
last modified time | relevance | path

Searched refs:INPUT (Results 1 – 5 of 5) sorted by relevance

/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_comp.h591 #define IS_COMP_INVERTINGINPUT(INPUT) (((INPUT) == COMP_INVERTINGINPUT_1_4VREFINT) || \ argument
592 ((INPUT) == COMP_INVERTINGINPUT_1_2VREFINT) || \
593 ((INPUT) == COMP_INVERTINGINPUT_3_4VREFINT) || \
594 ((INPUT) == COMP_INVERTINGINPUT_VREFINT) || \
595 ((INPUT) == COMP_INVERTINGINPUT_DAC1) || \
596 ((INPUT) == COMP_INVERTINGINPUT_DAC1SWITCHCLOSED) || \
597 ((INPUT) == COMP_INVERTINGINPUT_DAC2) || \
598 ((INPUT) == COMP_INVERTINGINPUT_IO1))
600 #define IS_COMP_NONINVERTINGINPUT(INPUT) (((INPUT) == COMP_NONINVERTINGINPUT_IO1) || \ argument
601 ((INPUT) == COMP_NONINVERTINGINPUT_DAC1SWITCHCLOSED))
/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_spdifrx.h81 #define IS_SPDIFRX_INPUT_SELECT(INPUT) (((INPUT) == SPDIFRX_Input_IN1) || \ argument
82 ((INPUT) == SPDIFRX_Input_IN2) || \
83 ((INPUT) == SPDIFRX_Input_IN3) || \
84 ((INPUT) == SPDIFRX_Input_IN0))
A Dstm32f4xx_dfsdm.h135 #define IS_DFSDM_Input_MODE(INPUT) (((INPUT) == DFSDM_Input_External) || \ argument
136 ((INPUT) == DFSDM_Input_ADC) || \
137 ((INPUT) == DFSDM_Input_Internal))
/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_spdifrx.h499 #define IS_SPDIFRX_INPUT_SELECT(INPUT) (((INPUT) == SPDIFRX_INPUT_IN1) || \ argument
500 ((INPUT) == SPDIFRX_INPUT_IN2) || \
501 ((INPUT) == SPDIFRX_INPUT_IN3) || \
502 ((INPUT) == SPDIFRX_INPUT_IN0))
/external/platform/nrfx/doc/
A Dnrfx.doxyfile785 # The INPUT tag is used to specify the files and/or directories that contain
793 INPUT = ../helpers \
811 # If the value of the INPUT tag contains directories, you can use the
835 # excluded from the INPUT source files. This way you can easily exclude a
836 # subdirectory from a directory tree whose root is specified with the INPUT tag.
850 # If the value of the INPUT tag contains directories, you can use the
1017 # - Make sure the INPUT points to the root of the source tree
1052 # specified with INPUT and INCLUDE_PATH.

Completed in 15 milliseconds