Searched refs:HCHCTL_EPTYPE (Results 1 – 3 of 3) sorted by relevance
383 #define HCHCTL_EPTYPE BITS(18, 19) /*!< endpoint type */ macro438 #define PIPE_CTL_EPTYPE(x) (((uint32_t)(x) << 18) & HCHCTL_EPTYPE) /*!< endpoint type */
278 uint8_t ep_type = (uint8_t)((pp_reg->HCHCTL & HCHCTL_EPTYPE) >> 18U); in usbh_int_pipe_in()442 if ((uint8_t)USB_EPTYPE_BULK == ((pp_reg->HCHCTL & HCHCTL_EPTYPE) >> 18U)) { in usbh_int_pipe_out()
374 uint8_t ep_type = (uint8_t)((pp_ctl & HCHCTL_EPTYPE) >> 18U); in usb_pipe_halt()
Completed in 8 milliseconds