Lines Matching full:range
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_…
125 …* @param pin_range_start Specifies the start number (inclusive) in the range of pin numbers to be …
127 …* @param pin_range_end Specifies the end number (inclusive) in the range of pin numbers to be conf…
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.
138 …* @param pin_range_start Specifies the start number (inclusive) in the range of pin numbers to be …
140 …* @param pin_range_end Specifies the end number (inclusive) in the range of pin numbers to be conf…
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).
217 * This function can be used to configure pin range as simple input.