Lines Matching full:input
50 /**@brief Input pin configuration. */
55 …bool is_watcher : 1; /**< True when the input pin is tracking an output pin.…
299 * @brief Function for initializing a GPIOTE input pin.
300 * @details The input pin can act in two ways:
326 * @brief Function for uninitializing a GPIOTE input pin.
327 * @details The driver frees the GPIOTE channel if the input pin was using one.
334 * @brief Function for enabling sensing of a GPIOTE input pin.
336 * @details If the input pin is configured as high-accuracy pin, the function
347 * @brief Function for disabling a GPIOTE input pin.
354 * @brief Function for checking if a GPIOTE input pin is set.
358 * @retval true If the input pin is set.
359 * @retval false If the input pin is not set.
364 * @brief Function for getting the address of a GPIOTE input pin event.