Lines Matching full:build
84 /*! @brief ADC build-in comparer work mode configuration enumeration. */
87 adcCmpModeDisable = 0x0, /*!< ADC build-in comparator is disabled.*/
88 …adcCmpModeGreaterThanLow = 0x1, /*!< ADC build-in comparator is triggered when sample value great…
89 …adcCmpModeLessThanLow = 0x2, /*!< ADC build-in comparator is triggered when sample value less …
90 …adcCmpModeInInterval = 0x3, /*!< ADC build-in comparator is triggered when sample value in in…
91 …adcCmpModeGreaterThanHigh = 0x5, /*!< ADC build-in comparator is triggered when sample value great…
92 …adcCmpModeLessThanHigh = 0x6, /*!< ADC build-in comparator is triggered when sample value less …
93 …adcCmpModeOutOffInterval = 0x7, /*!< ADC build-in comparator is triggered when sample value out o…
171 * @brief This function Enable ADC module build-in Level Shifter.
183 * @brief This function Disable ADC module build-in Level Shifter
342 * @brief Set the work mode of ADC module build-in comparer on target logic channel.
351 * @brief Set ADC module build-in comparer high threshold on target logic channel.
360 * @brief Set ADC module build-in comparer low threshold on target logic channel.