Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_usb_device/
Dr_usb_device.c935 volatile uint16_t * d0fifosel = hs_module ? &R_USB_HS0->D0FIFOSEL : &R_USB_FS0->D0FIFOSEL; in pipe_xfer_in() local
939 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() local
991 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 …]