Lines Matching full:configuration
13 * @brief Get configuration descriptor bConfigurationValue value
15 * @param[in] cfg_nd Pointer to a configuration node structure
27 * @brief Set configuration descriptor bConfigurationValue value
29 * @param[in] cfg_nd Pointer to a configuration node structure
40 * @brief Get configuration node
42 * Get configuration node with desired configuration number.
45 * @param[in] speed Speed the configuration number applies to
46 * @param[in] cfg Configuration number (bConfigurationValue)
48 * @return pointer to configuration node or NULL if does not exist
55 * @brief Get selected configuration node
57 * Get configuration node based on configuration selected by the host.
61 * @return pointer to configuration node or NULL if does not exist
66 * @brief Check whether a configuration exist
69 * @param[in] speed Speed at which the configuration should be checked
70 * @param[in] cfg Configuration number (bConfigurationValue)
72 * @return True if a configuration exist.
79 * @brief Setup new USB device configuration
81 * This function disables all active endpoints of current configuration
82 * and enables all interface alternate 0 endpoints of a new configuration.
83 * Determined to be called Set Configuration request.
86 * @param[in] new_cfg New configuration number (bConfigurationValue)