Home
last modified time | relevance | path

Searched refs:DP (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/boards/frdmk32l3a6/project_template/cm4/
Dpin_mux.h477 #define BOARD_INITUSBPINS_USB0_DP_SIGNAL DP /*!<@brief Signal name */
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ohci.h259 volatile uint32_t DP : 2U; /*!< Direction/PID */ member
Dusb_host_ohci.c1110 … if ((0U != gtd->CBP) && (USB_HOST_OHCI_GTD_DP_SETUP != gtd->stateUnion.stateBitField.DP)) in USB_HostOhciTdDoneHandle()
1550 gtd->stateUnion.stateBitField.DP = dirPid; in USB_HostOhciFillGtd()