Prusa MINI Firmware overview
|
Header file for usbh_pipes.c. More...
#include "usbh_core.h"
Go to the source code of this file.
Functions | |
USBH_StatusTypeDef | USBH_OpenPipe (USBH_HandleTypeDef *phost, uint8_t ch_num, uint8_t epnum, uint8_t dev_address, uint8_t speed, uint8_t ep_type, uint16_t mps) |
USBH_Open_Pipe Open a pipe. More... | |
USBH_StatusTypeDef | USBH_ClosePipe (USBH_HandleTypeDef *phost, uint8_t pipe_num) |
USBH_ClosePipe Close a pipe. More... | |
uint8_t | USBH_AllocPipe (USBH_HandleTypeDef *phost, uint8_t ep_addr) |
USBH_Alloc_Pipe Allocate a new Pipe. More... | |
USBH_StatusTypeDef | USBH_FreePipe (USBH_HandleTypeDef *phost, uint8_t idx) |
USBH_Free_Pipe Free the USB Pipe. More... | |
Header file for usbh_pipes.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.