Prusa MINI Firmware overview
|
This file includes the BOT protocol related functions. More...
Functions | |
static USBH_StatusTypeDef | USBH_MSC_BOT_Abort (USBH_HandleTypeDef *phost, uint8_t lun, uint8_t dir) |
USBH_MSC_BOT_Abort The function handle the BOT Abort process. More... | |
static BOT_CSWStatusTypeDef | USBH_MSC_DecodeCSW (USBH_HandleTypeDef *phost) |
USBH_MSC_BOT_DecodeCSW This function decodes the CSW received by the device and updates the same to upper layer. More... | |
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.