Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/mcu/all/
Dbsp_delay.c81 uint32_t cpu_hz; in R_BSP_SoftwareDelay() local
88cpu_hz = SystemCoreClock; /** Get the syst… in R_BSP_SoftwareDelay()
91 …ns_per_cycle = BSP_DELAY_NS_PER_SECOND / (cpu_hz / BSP_DELAY_SIGNIFICANT_DIGITS); /** Get the # of… in R_BSP_SoftwareDelay()