Lines Matching full:given

135 …* @brief Function for configuring the GPIO pin range as input pins with given initial value set, h…
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.
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.
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.
359 …* @param dir_mask Mask specifying the direction of pins. Bit set means that the given pin is confi…
369 …* @retval Pin configuration of the current direction settings. Bit set means that the given pin is…
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.
487 /*lint -e{845} // A zero has been given as right argument to operator '|'" */ in nrf_gpio_range_cfg_output()
499 /*lint -e{845} // A zero has been given as right argument to operator '|'" */ in nrf_gpio_range_cfg_input()
564 /*lint -e{845} // A zero has been given as right argument to operator '|'" */ in nrf_gpio_cfg_watcher()
574 /*lint -e{845} // A zero has been given as right argument to operator '|'" */ in nrf_gpio_input_disconnect()
599 /*lint -e{845} // A zero has been given as right argument to operator '|'" */ in nrf_gpio_cfg_sense_set()