Home
last modified time | relevance | path

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

/hal_renesas-latest/zephyr/ra/ra_cfg/fsp_cfg/
Dr_usb_host_cfg.h33 #define USBH_CFG_BUS_WAIT_CYCLES (DT_PROP_OR(DT_NODELABEL(usbhs), bus_wait_cycles, 9) - 2) macro
/hal_renesas-latest/drivers/ra/fsp/src/r_usb_host/
Dr_usb_host.c912 p_reg->BUSWAIT = USBH_CFG_BUS_WAIT_CYCLES; in R_USBH_Enable()