Home
last modified time | relevance | path

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

/hal_renesas-latest/zephyr/ra/ra_cfg/fsp_cfg/
Dr_usb_host_cfg.h19 #define USBH_CFG_PHYSET_CLKSEL (0U) macro
21 #define USBH_CFG_PHYSET_CLKSEL (0x1U)
23 #define USBH_CFG_PHYSET_CLKSEL (0x2U)
25 #define USBH_CFG_PHYSET_CLKSEL (0x3U)
30 #define USBH_CFG_PHYSET_CLKSEL (-1)
/hal_renesas-latest/drivers/ra/fsp/src/r_usb_host/
Dr_usb_host.c1056 p_reg->PHYSET_b.CLKSEL = USBH_CFG_PHYSET_CLKSEL; in r_usbh_hw_init()