Lines Matching full:gpio
57 bool skip_gpio_setup : 1; /**< Do not change GPIO configuration */
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…
92 * @note This macro prepares configuration that skips GPIO setup. */
102 /**@brief Macro for configuring a pin to use a GPIO IN or PORT EVENT to detect high-to-low transiti…
104 * @note This macro prepares configuration that skips GPIO setup. */
114 /**@brief Macro for configuring a pin to use a GPIO IN or PORT EVENT to detect any change on the pi…
116 * @note This macro prepares configuration that skips GPIO setup. */
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.
337 * enables an IN_EVENT. Otherwise, the function enables the GPIO sense mechanism.