Lines Matching full:high
102 NRF_GPIO_PIN_H0S1 = GPIO_PIN_CNF_DRIVE_H0S1, ///< !< High-drive '0', standard '1'.
103 NRF_GPIO_PIN_S0H1 = GPIO_PIN_CNF_DRIVE_S0H1, ///< !< Standard '0', high-drive '1'.
104 NRF_GPIO_PIN_H0H1 = GPIO_PIN_CNF_DRIVE_H0H1, ///< !< High drive '0', high-drive '1'.
106 NRF_GPIO_PIN_D0H1 = GPIO_PIN_CNF_DRIVE_D0H1, ///< !< Disconnect '0', high-drive '1'.
108 NRF_GPIO_PIN_H0D1 = GPIO_PIN_CNF_DRIVE_H0D1, ///< !< High-drive '0', disconnect '1'.
112 * @brief Enumerator used for selecting the pin to sense high or low level on the pin input.
118 NRF_GPIO_PIN_SENSE_HIGH = GPIO_PIN_CNF_SENSE_High, ///< Pin sense high level.
142 * @param pull_config State of the pin range pull resistor (no pull, pulled down, or pulled high).
186 * @param pull_config State of the pin range pull resistor (no pull, pulled down, or pulled high).
221 * @param pull_config State of the pin pull resistor (no pull, pulled down, or pulled high).
222 * @param sense_config Sense level of the pin (no sense, sense low, or sense high).
297 * @return 0 if the pin input level is low. Positive value if the pin is high.
306 * @return 0 if the pin output level is low. Positive value if pin output is high.
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.