Home
last modified time | relevance | path

Searched refs:dpb_enable (Results 1 – 4 of 4) sorted by relevance

/hal_microchip-latest/mpfs/drivers/mss/mss_usb/
Dmss_usb_common_cif.c629 if (DPB_ENABLE == core_ep->dpb_enable) in MSS_USB_CIF_tx_ep_configure()
636 core_ep->dpb_enable); in MSS_USB_CIF_tx_ep_configure()
640 if (DPB_ENABLE == core_ep->dpb_enable) in MSS_USB_CIF_tx_ep_configure()
644 else if (DPB_DISABLE == core_ep->dpb_enable) in MSS_USB_CIF_tx_ep_configure()
704 if (DPB_ENABLE == core_ep->dpb_enable) in MSS_USB_CIF_rx_ep_configure()
711 core_ep->dpb_enable); in MSS_USB_CIF_rx_ep_configure()
716 if (DPB_ENABLE == core_ep->dpb_enable) in MSS_USB_CIF_rx_ep_configure()
720 else if (DPB_DISABLE == core_ep->dpb_enable) in MSS_USB_CIF_rx_ep_configure()
Dmss_usb_device.c427 txep_ptr->dpb_enable = DPB_ENABLE; in MSS_USBD_tx_ep_configure()
431 txep_ptr->dpb_enable = DPB_DISABLE; in MSS_USBD_tx_ep_configure()
522 rxep_ptr->dpb_enable = DPB_ENABLE; in MSS_USBD_rx_ep_configure()
526 rxep_ptr->dpb_enable = DPB_DISABLE; in MSS_USBD_rx_ep_configure()
616 if(DPB_ENABLE == txep_ptr->dpb_enable) in MSS_USBD_tx_ep_write()
Dmss_usb_common_cif.h222 uint8_t dpb_enable; /*0 or 1*/ member
Dmss_usb_host.c337 txep_ptr->dpb_enable = DPB_DISABLE; in MSS_USBH_configure_out_pipe()
403 rxep_ptr->dpb_enable = DPB_DISABLE; in MSS_USBH_configure_in_pipe()