Lines Matching +full:high +full:- +full:frequency
2 * Copyright (c) 2015 - 2018, Nordic Semiconductor ASA
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.
365 …* @details If the pin is configured to use low-accuracy mode, the address of the PORT event is ret…