Lines Matching full:as

19  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
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.
135 …* @brief Function for configuring the GPIO pin range as input pins with given initial value set, h…
136 * This function can be used to configure pin range as simple input.
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.
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.
182 * @brief Function for configuring the given GPIO pin number as input, hiding inner details.
183 * This function can be used to configure a pin as simple input.
200 * @brief Function for configuring the given GPIO pin number as a watcher. Only input is connected.
216 * @brief Function for configuring the given GPIO pin number as input, hiding inner details.
217 * This function can be used to configure pin range as simple input.
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
341 * @param out_mask Mask specifying the pins to set as output.
350 * @param in_mask Mask specifying the pins to set as input.
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.
404 * @param set_mask Mask with pins to set as logical high level.
413 * @param clr_mask Mask with pins to set as logical low level.
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()