Header file for usbd_core.c. More...
Go to the source code of this file.
Enumerations | |
enum | USBD_Status { USBD_OK = 0, USBD_BUSY, USBD_FAIL } |
Functions | |
USBD_Status | USBD_ClrCfg (USB_OTG_CORE_HANDLE *pdev, uint8_t cfgidx) |
USBD_ClrCfg Clear current configuration. More... | |
USBD_Status | USBD_DeInit (USB_OTG_CORE_HANDLE *pdev) |
USBD_DeInit Re-Initialize the device library. More... | |
void | USBD_Init (USB_OTG_CORE_HANDLE *pdev, USB_OTG_CORE_ID_TypeDef coreID, USBD_DEVICE *pDevice, USBD_Class_cb_TypeDef *class_cb, USBD_Usr_cb_TypeDef *usr_cb) |
USBD_Init Initializes the device stack and load the class driver. More... | |
USBD_Status | USBD_SetCfg (USB_OTG_CORE_HANDLE *pdev, uint8_t cfgidx) |
USBD_SetCfg Configure device and start the interface. More... | |
Header file for usbd_core.c.
Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); You may not use this file except in compliance with the License. You may obtain a copy of the License at:
http://www.st.com/software_license_agreement_liberty_v2
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file usbd_core.h.