Lines Matching full:use
5 * Redistribution and use in source and binary forms, with or without
25 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
60 /**@brief Macro for configuring a pin to use a GPIO IN or PORT EVENT to detect low-to-high transiti…
61 * @details Set hi_accu to true to use IN_EVENT. */
70 /**@brief Macro for configuring a pin to use a GPIO IN or PORT EVENT to detect high-to-low transiti…
71 * @details Set hi_accu to true to use IN_EVENT. */
80 /**@brief Macro for configuring a pin to use a GPIO IN or PORT EVENT to detect any change on the pi…
81 * @details Set hi_accu to true to use IN_EVENT.*/
90 /**@brief Macro for configuring a pin to use a GPIO IN or PORT EVENT to detect low-to-high transiti…
91 * @details Set hi_accu to true to use IN_EVENT.
102 /**@brief Macro for configuring a pin to use a GPIO IN or PORT EVENT to detect high-to-low transiti…
103 * @details Set hi_accu to true to use IN_EVENT.
114 /**@brief Macro for configuring a pin to use a GPIO IN or PORT EVENT to detect any change on the pi…
115 * @details Set hi_accu to true to use IN_EVENT.
135 /**@brief Macro for configuring a pin to use as output. GPIOTE is not used for the pin. */
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.
160 /**@brief Macro for configuring a pin to use the GPIO OUT TASK to toggle the pin state.
365 …* @details If the pin is configured to use low-accuracy mode, the address of the PORT event is ret…