Searched refs:INPUT (Results 1 – 5 of 5) sorted by relevance
591 #define IS_COMP_INVERTINGINPUT(INPUT) (((INPUT) == COMP_INVERTINGINPUT_1_4VREFINT) || \ argument592 ((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) || \ argument601 ((INPUT) == COMP_NONINVERTINGINPUT_DAC1SWITCHCLOSED))
81 #define IS_SPDIFRX_INPUT_SELECT(INPUT) (((INPUT) == SPDIFRX_Input_IN1) || \ argument82 ((INPUT) == SPDIFRX_Input_IN2) || \83 ((INPUT) == SPDIFRX_Input_IN3) || \84 ((INPUT) == SPDIFRX_Input_IN0))
135 #define IS_DFSDM_Input_MODE(INPUT) (((INPUT) == DFSDM_Input_External) || \ argument136 ((INPUT) == DFSDM_Input_ADC) || \137 ((INPUT) == DFSDM_Input_Internal))
499 #define IS_SPDIFRX_INPUT_SELECT(INPUT) (((INPUT) == SPDIFRX_INPUT_IN1) || \ argument500 ((INPUT) == SPDIFRX_INPUT_IN2) || \501 ((INPUT) == SPDIFRX_INPUT_IN3) || \502 ((INPUT) == SPDIFRX_INPUT_IN0))
785 # The INPUT tag is used to specify the files and/or directories that contain793 INPUT = ../helpers \811 # If the value of the INPUT tag contains directories, you can use the835 # excluded from the INPUT source files. This way you can easily exclude a836 # 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 the1017 # - Make sure the INPUT points to the root of the source tree1052 # specified with INPUT and INCLUDE_PATH.
Completed in 15 milliseconds