Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_usb_device/
Dr_usb_device_define.h695 #define R_USB_FIFOSEL_MBW_8BIT (0U << R_USB_CFIFOSEL_MBW_Pos) /* 8-bit width */ macro
756 #define R_USB_FIFOSEL_MBW_8BIT (0U << R_USB_CFIFOSEL_MBW_Pos) /* 8-bit width */ macro
Dr_usb_device.c999 *d0fifosel = num | R_USB_FIFOSEL_MBW_8BIT; in pipe_xfer_out()
1155 *cfifosel = R_USB_FIFOSEL_MBW_8BIT; in process_pipe0_xfer()