Lines Matching full:task
130 nrf_gpiote_polarity_t action; /**< Configuration of the pin task. */
132 bool task_pin; /**< True if the pin is controlled by a GPIOTE task. */
142 /**@brief Macro for configuring a pin to use the GPIO OUT TASK to change the state from high to low.
143 * @details The task will clear the pin. Therefore, the pin is set initially. */
151 /**@brief Macro for configuring a pin to use the GPIO OUT TASK to change the state from low to high.
152 * @details The task will set the pin. Therefore, the pin is cleared initially. */
160 /**@brief Macro for configuring a pin to use the GPIO OUT TASK to toggle the pin state.
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.
272 * @return Address of OUT task.
278 * @brief Function for getting the address of a configurable GPIOTE task.
282 * @return Address of SET task.
289 * @brief Function for getting the address of a configurable GPIOTE task.
293 * @return Address of CLR task.
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.