Lines Matching full:configuration
87 …ief Enumerator used for selecting the pin to be pulled down or up at the time of pin configuration.
152 * @brief Pin configuration function.
154 * The main pin configuration function.
159 * @param pull Pull configuration.
160 * @param drive Drive configuration.
193 * @brief Function for resetting pin configuration to its default state.
232 * @param sense_config Sense configuration.
311 * @brief Function for reading the sense configuration of a GPIO pin.
315 * @retval Sense configuration.
320 * @brief Function for reading the direction configuration of a GPIO pin.
324 * @retval Direction configuration.
329 * @brief Function for reading the pull configuration of a GPIO pin.
333 * @retval Pull configuration.
356 * @brief Function for writing the direction configuration of GPIO pins in a given port.
365 * @brief Function for reading the direction configuration of a GPIO port.
369 …* @retval Pin configuration of the current direction settings. Bit set means that the given pin is…