Lines Matching full:pins
122 * @brief Function for configuring the GPIO pin range as output pins with normal drive strength.
130 …y on the pin is disabled and input is disconnected from the buffer as the pins are configured as o…
135 …* @brief Function for configuring the GPIO pin range as input pins with given initial value set, h…
177 …y on the pin is disabled and input is disconnected from the buffer as the pins are configured as o…
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.
347 * @brief Function for setting input direction on selected pins on a given port.
350 * @param in_mask Mask specifying the pins to set as input.
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…
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.
404 * @param set_mask Mask with pins to set as logical high level.
410 * @brief Function for setting low level on selected GPIO pins of a given port.
413 * @param clr_mask Mask with pins to set as logical low level.
419 * @brief Function for reading pins state of multiple consecutive ports.