Searched refs:d0fifosel (Results 1 – 1 of 1) sorted by relevance
935 volatile uint16_t * d0fifosel = hs_module ? &R_USB_HS0->D0FIFOSEL : &R_USB_FS0->D0FIFOSEL; in pipe_xfer_in() local939 volatile uint16_t * d0fifosel = &R_USB_FS0->D0FIFOSEL; in pipe_xfer_in()954 …*d0fifosel = num | R_USB_FIFOSEL_MBW_16BIT | (BYTE_ORDER == BIG_ENDIAN ? R_USB_FIFOSEL_BIGEND : 0); in pipe_xfer_in()972 *d0fifosel = 0; in pipe_xfer_in()975 FSP_HARDWARE_REGISTER_WAIT((*d0fifosel & R_USB_D0FIFOSEL_CURPIPE_Msk), 0); in pipe_xfer_in()987 volatile uint16_t * d0fifosel = hs_module ? &R_USB_HS0->D0FIFOSEL : &R_USB_FS0->D0FIFOSEL; in pipe_xfer_out() local991 volatile uint16_t * d0fifosel = &R_USB_FS0->D0FIFOSEL; in pipe_xfer_out()999 *d0fifosel = num | R_USB_FIFOSEL_MBW_8BIT; in pipe_xfer_out()1023 *d0fifosel = 0; in pipe_xfer_out()1026 FSP_HARDWARE_REGISTER_WAIT((*d0fifosel & R_USB_D0FIFOSEL_CURPIPE_Msk), 0); in pipe_xfer_out()[all …]