Home
last modified time | relevance | path

Searched refs:ep_max_packet_size (Results 1 – 6 of 6) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/lib/CMSIS/CMSIS/Driver/DriverTemplates/
H A DDriver_USBH.c87 uint16_t ep_max_packet_size, in ARM_USBH_EndpointCreate() argument
97 uint16_t ep_max_packet_size) in ARM_USBH_EndpointModify() argument
H A DDriver_USBD.c83 uint16_t ep_max_packet_size) in ARM_USBD_EndpointConfigure() argument
/dports/devel/tinygo/tinygo-0.14.1/lib/CMSIS/CMSIS/Driver/Include/
H A DDriver_USBH.h315 uint16_t ep_max_packet_size,
322 …uint16_t ep_max_packet_size); ///< Pointer to \ref ARM_USBH_PipeModify : Modify Pipe …
H A DDriver_USBD.h252 …uint16_t ep_max_packet_size); ///< Pointer to \ref ARM_USBD_EndpointConfigur…
/dports/devel/tinygo/tinygo-0.14.1/lib/CMSIS/CMSIS/Pack/Example/CMSIS_Driver/
H A DUSBD1_LPC18xx.c163 …tic int32_t USBD_EndpointConfigure (uint8_t ep_addr, uint8_t ep_type, uint16_t ep_max_packet_size);
554 uint16_t ep_max_packet_size) { in USBD_EndpointConfigure() argument
569 ep_mult = (ep_max_packet_size & ARM_USB_ENDPOINT_MICROFRAME_TRANSACTIONS_MASK) >> 11; in USBD_EndpointConfigure()
570 ep_mps = ep_max_packet_size & ARM_USB_ENDPOINT_MAX_PACKET_SIZE_MASK; in USBD_EndpointConfigure()
H A DUSBD0_LPC18xx.c164 …tic int32_t USBD_EndpointConfigure (uint8_t ep_addr, uint8_t ep_type, uint16_t ep_max_packet_size);
551 uint16_t ep_max_packet_size) { in USBD_EndpointConfigure() argument
566 ep_mult = (ep_max_packet_size & ARM_USB_ENDPOINT_MICROFRAME_TRANSACTIONS_MASK) >> 11; in USBD_EndpointConfigure()
567 ep_mps = ep_max_packet_size & ARM_USB_ENDPOINT_MAX_PACKET_SIZE_MASK; in USBD_EndpointConfigure()