Lines Matching +full:hysteresis +full:- +full:mode
4 * SPDX-License-Identifier: Apache-2.0
76 /** Speed mode selection */
78 /** Low-power mode */
80 /** Normal mode */
82 /** High-speed mode */
99 * @brief Single-ended mode configuration structure
102 * @note Hysteresis down in volts = ((th_down + 1) / 64) * ref
103 * @note Hysteresis up in volts = ((th_up + 1) / 64) * ref
108 /** Speed mode selection */
116 /** Hysteresis down threshold configuration */
118 /** Hysteresis up threshold configuration */
123 * @brief Configure comparator in single-ended mode
126 * @param config Single-ended mode configuration
129 * @retval negative errno-code otherwise
134 /** Differential mode configuration structure */
138 /** Speed mode selection */
144 /** Hysteresis configuration */
149 * @brief Configure comparator in differential mode
152 * @param config Differential mode configuration
155 * @retval negative errno-code otherwise