Lines Matching full:output

74     NRF_GPIO_PIN_DIR_OUTPUT = GPIO_PIN_CNF_DIR_Output ///< Output.
97 * @brief Enumerator used for selecting output drive mode.
122 * @brief Function for configuring the GPIO pin range as output pins with normal drive strength.
123 …* This function can be used to configure pin range as simple output with gate driving GPIO_…
129 * @note For configuring only one pin as output, use @ref nrf_gpio_cfg_output.
130 …the pin is disabled and input is disconnected from the buffer as the pins are configured as output.
172 * @brief Function for configuring the given GPIO pin number as output, hiding inner details.
173 …* This function can be used to configure a pin as simple output with gate driving GPIO_PIN_…
177 …the pin is disabled and input is disconnected from the buffer as the pins are configured as output.
249 * Note that the pin must be configured as an output for this function to have any effect.
258 * Note that the pin must be configured as an output for this
268 * Note that the pin must be configured as an output for this
278 * Note that the pin must be configured as an output for this
302 * @brief Function for reading the output level of a GPIO pin.
306 * @return 0 if the pin output level is low. Positive value if pin output is high.
338 * @brief Function for setting output direction on selected pins on a given port.
341 * @param out_mask Mask specifying the pins to set as output.
359 …sk Mask specifying the direction of pins. Bit set means that the given pin is configured as output.
369 …ration of the current direction settings. Bit set means that the given pin is configured as output.
383 * @brief Function for reading the output signals of GPIO pins of a given port.
387 * @retval Port output values.
392 * @brief Function for writing the GPIO pins output on a given port.
395 * @param value Output port mask.
423 * @param p_masks Pointer to output array where port states will be stored.
433 * @param p_masks Pointer to output array where latch states will be stored.