Lines Matching full:for

21  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
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…
80 /**@brief Macro for configuring a pin to use a GPIO IN or PORT EVENT to detect any change on the pi…
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…
114 /**@brief Macro for configuring a pin to use a GPIO IN or PORT EVENT to detect any change on the pi…
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.
181 * @brief Function for initializing the GPIOTE module.
192 * @brief Function for checking if the GPIOTE module is initialized.
203 * @brief Function for uninitializing the GPIOTE module.
208 * @brief Function for initializing a GPIOTE output pin.
225 * @brief Function for uninitializing a GPIOTE output pin.
233 * @brief Function for setting a GPIOTE output pin.
240 * @brief Function for clearing a GPIOTE output pin.
247 * @brief Function for toggling a GPIOTE output pin.
254 * @brief Function for enabling a GPIOTE output pin task.
261 * @brief Function for disabling a GPIOTE output pin task.
268 * @brief Function for getting the address of a configurable GPIOTE task.
278 * @brief Function for getting the address of a configurable GPIOTE task.
289 * @brief Function for getting the address of a configurable GPIOTE task.
299 * @brief Function for initializing a GPIOTE input pin.
311 * For more information about SENSE functionality, refer to Product Specification.
326 * @brief Function for uninitializing a GPIOTE input pin.
334 * @brief Function for enabling sensing of a GPIOTE input pin.
342 * @param[in] int_enable True to enable the interrupt. Always valid for a high-accuracy pin.
347 * @brief Function for disabling a GPIOTE input pin.
354 * @brief Function for checking if a GPIOTE input pin is set.
364 * @brief Function for getting the address of a GPIOTE input pin event.
372 * @brief Function for forcing a specific state on the pin configured as task.
380 * @brief Function for triggering the task OUT manually.
388 * @brief Function for triggering the task SET manually.
397 * @brief Function for triggering the task CLR manually.