Lines Matching full:high
56 bool hi_accuracy : 1; /**< True when high accuracy (IN_EVENT) is used. */
60 /**@brief Macro for configuring a pin to use a GPIO IN or PORT EVENT to detect low-to-high transiti…
70 /**@brief Macro for configuring a pin to use a GPIO IN or PORT EVENT to detect high-to-low transiti…
90 /**@brief Macro for configuring a pin to use a GPIO IN or PORT EVENT to detect low-to-high transiti…
102 /**@brief Macro for configuring a pin to use a GPIO IN or PORT EVENT to detect high-to-low transiti…
142 /**@brief Macro for configuring a pin to use the GPIO OUT TASK to change the state from high to low.
151 /**@brief Macro for configuring a pin to use the GPIO OUT TASK to change the state from low to high.
301 * - lower accuracy but low power (high frequency clock not needed)
302 * - higher accuracy (high frequency clock required)
305 * If high-accuracy mode is used, the driver attempts to allocate one
336 * @details If the input pin is configured as high-accuracy pin, the function
342 * @param[in] int_enable True to enable the interrupt. Always valid for a high-accuracy pin.