Home
last modified time | relevance | path

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

/hal_renesas-latest/zephyr/ra/ra_cfg/fsp_cfg/
Dr_usb_device_cfg.h13 #define USBHS_PHY_CLOCK_SOURCE_IS_XTAL (DT_ENUM_IDX_OR(DT_NODELABEL(usbhs_phy), phys_clock_src, … macro
18 #if USBHS_PHY_CLOCK_SOURCE_IS_XTAL
Dr_usb_host_cfg.h15 #define USBHS_PHY_CLOCK_SOURCE_IS_XTAL (DT_ENUM_IDX_OR(DT_INST(0, renesas_ra_usbphyc), phys_cloc… macro
17 #if USBHS_PHY_CLOCK_SOURCE_IS_XTAL
/hal_renesas-latest/drivers/ra/fsp/src/r_usb_device/
Dr_usb_device.c1535 physet |= (USBHS_PHY_CLOCK_SOURCE_IS_XTAL == 0) ? R_USB_PHYSET_HSEB_Msk : 0; in physical_init()
1539 #if USBHS_PHY_CLOCK_SOURCE_IS_XTAL in physical_init()
/hal_renesas-latest/drivers/ra/fsp/src/r_usb_host/
Dr_usb_host.c1053 #if !USBHS_PHY_CLOCK_SOURCE_IS_XTAL in r_usbh_hw_init()