Lines Matching full:gpio

42  * @defgroup nrf_gpio_hal GPIO HAL
45 * @brief Hardware access layer for managing the GPIO peripheral.
122 * @brief Function for configuring the GPIO pin range as output pins with normal drive strength.
135 …* @brief Function for configuring the GPIO pin range as input pins with given initial value set, h…
145 …* Sense capability on the pin is disabled and input is connected to buffer so that the GPIO
172 * @brief Function for configuring the given GPIO pin number as output, hiding inner details.
182 * @brief Function for configuring the given GPIO pin number as input, hiding inner details.
188 …* @note Sense capability on the pin is disabled and input is connected to buffer so that the GPIO
200 * @brief Function for configuring the given GPIO pin number as a watcher. Only input is connected.
208 * @brief Function for disconnecting input for the given GPIO.
216 * @brief Function for configuring the given GPIO pin number as input, hiding inner details.
218 …y on the pin is configurable and input is connected to buffer so that the GPIO->IN register is rea…
229 * @brief Function for configuring sense level for the given GPIO.
238 * @brief Function for setting the direction for a GPIO pin.
247 * @brief Function for setting a GPIO pin.
256 * @brief Function for clearing a GPIO pin.
266 * @brief Function for toggling a GPIO pin.
276 * @brief Function for writing a value to a GPIO pin.
290 * @brief Function for reading the input level of a GPIO pin.
302 * @brief Function for reading the output level of a GPIO pin.
311 * @brief Function for reading the sense configuration of a GPIO pin.
320 * @brief Function for reading the direction configuration of a GPIO pin.
329 * @brief Function for reading the pull configuration of a GPIO pin.
356 * @brief Function for writing the direction configuration of GPIO pins in a given port.
365 * @brief Function for reading the direction configuration of a GPIO port.
374 * @brief Function for reading the input signals of GPIO pins on a given port.
383 * @brief Function for reading the output signals of GPIO pins of a given port.
392 * @brief Function for writing the GPIO pins output on a given port.
401 * @brief Function for setting high level on selected GPIO pins of a given port.
410 * @brief Function for setting low level on selected GPIO pins of a given port.