Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_usb_device/
Dr_usb_device_define.h102 #define R_USB_DVSTCTR0_RHST_Pos (0UL) /* RHST (Bit 0) */ macro
685 #define R_USB_DVSTCTR0_RHST_LS (1U << R_USB_DVSTCTR0_RHST_Pos) /* Low-speed connecti…
686 #define R_USB_DVSTCTR0_RHST_FS (2U << R_USB_DVSTCTR0_RHST_Pos) /* Full-speed connect…
687 #define R_USB_DVSTCTR0_RHST_HS (3U << R_USB_DVSTCTR0_RHST_Pos) /* Full-speed connect…
746 #define R_USB_DVSTCTR0_RHST_LS (1U << R_USB_DVSTCTR0_RHST_Pos) /* Low-speed connectio…
747 #define R_USB_DVSTCTR0_RHST_FS (2U << R_USB_DVSTCTR0_RHST_Pos) /* Full-speed connecti…
748 #define R_USB_DVSTCTR0_RHST_HS (3U << R_USB_DVSTCTR0_RHST_Pos) /* Full-speed connecti…
Dr_usb_device.c1366 case (1 << R_USB_DVSTCTR0_RHST_Pos): in usbfs_module_bus_reset()
1372 case (2 << R_USB_DVSTCTR0_RHST_Pos): in usbfs_module_bus_reset()
1378 case (3 << R_USB_DVSTCTR0_RHST_Pos): in usbfs_module_bus_reset()
1438 case (1 << R_USB_DVSTCTR0_RHST_Pos): in usbhs_module_bus_reset()
1444 case (2 << R_USB_DVSTCTR0_RHST_Pos): in usbhs_module_bus_reset()
1450 case (3 << R_USB_DVSTCTR0_RHST_Pos): in usbhs_module_bus_reset()