![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
This file includes the BOT protocol related functions. More...
Go to the source code of this file.
Functions | |
USBH_StatusTypeDef | USBH_MSC_BOT_REQ_Reset (USBH_HandleTypeDef *phost) |
USBH_MSC_BOT_REQ_Reset The function the MSC BOT Reset request. More... | |
USBH_StatusTypeDef | USBH_MSC_BOT_REQ_GetMaxLUN (USBH_HandleTypeDef *phost, uint8_t *Maxlun) |
USBH_MSC_BOT_REQ_GetMaxLUN The function the MSC BOT GetMaxLUN request. More... | |
USBH_StatusTypeDef | USBH_MSC_BOT_Init (USBH_HandleTypeDef *phost) |
USBH_MSC_BOT_Init The function Initializes the BOT protocol. More... | |
USBH_StatusTypeDef | USBH_MSC_BOT_Process (USBH_HandleTypeDef *phost, uint8_t lun) |
USBH_MSC_BOT_Process The function handle the BOT protocol. More... | |
This file includes the BOT protocol related functions.
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 usbh_msc_bot.c.