Home
last modified time | relevance | path

Searched refs:DPB_ENABLE (Results 1 – 3 of 3) 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()
640 if (DPB_ENABLE == 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()
716 if (DPB_ENABLE == core_ep->dpb_enable) in MSS_USB_CIF_rx_ep_configure()
Dmss_usb_common_cif.h33 #define DPB_ENABLE 1u macro
Dmss_usb_device.c427 txep_ptr->dpb_enable = DPB_ENABLE; in MSS_USBD_tx_ep_configure()
522 rxep_ptr->dpb_enable = DPB_ENABLE; in MSS_USBD_rx_ep_configure()
616 if(DPB_ENABLE == txep_ptr->dpb_enable) in MSS_USBD_tx_ep_write()