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
45 * @brief Hardware access layer for managing the GPIO peripheral.
64 * @brief Macro for mapping port and pin numbers to values understandable for nrf_gpio functions.
87 …* @brief Enumerator used for selecting the pin to be pulled down or up at the time of pin configur…
97 * @brief Enumerator used for selecting output drive mode.
112 * @brief Enumerator used for selecting the pin to sense high or low level on the pin input.
122 * @brief Function for configuring the GPIO pin range as output pins with normal drive strength.
129 * @note For configuring only one pin as output, use @ref nrf_gpio_cfg_output.
135 …* @brief Function for configuring the GPIO pin range as input pins with given initial value set, h…
144 * @note For configuring only one pin as input, use @ref nrf_gpio_cfg_input.
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.
193 * @brief Function for resetting pin configuration to its default state.
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.
229 * @brief Function for configuring sense level for the given GPIO.
238 * @brief Function for setting the direction for a GPIO pin.
240 * @param pin_number Specifies the pin number for which to set the direction.
247 * @brief Function for setting a GPIO pin.
249 * Note that the pin must be configured as an output for this function to have any effect.
256 * @brief Function for clearing a GPIO pin.
258 * Note that the pin must be configured as an output for this
266 * @brief Function for toggling a GPIO pin.
268 * Note that the pin must be configured as an output for this
276 * @brief Function for writing a value to a GPIO pin.
278 * Note that the pin must be configured as an output for this
290 * @brief Function for reading the input level of a GPIO pin.
292 * Note that the pin must have input connected for the value
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.
338 * @brief Function for setting output direction on selected pins on a given port.
347 * @brief Function for setting input direction on selected pins on a given port.
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.
419 * @brief Function for reading pins state of multiple consecutive ports.
429 * @brief Function for reading latch state of multiple consecutive ports.
439 * @brief Function for reading latch state of single pin.
448 * @brief Function for clearing latch state of a single pin.
459 * @brief Function for extracting port and relative pin number from absolute pin number.
488 for (; pin_range_start <= pin_range_end; pin_range_start++) in nrf_gpio_range_cfg_output()
500 for (; pin_range_start <= pin_range_end; pin_range_start++) in nrf_gpio_range_cfg_input()
768 for (i = start_port; i < (start_port + length); i++) in nrf_gpio_ports_read()
782 for (i = start_port; i < (start_port + length); i++) in nrf_gpio_latches_read()