Home
last modified time | relevance | path

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

/bsp/renesas/rzn2l_rsk/rzn/fsp/src/bsp/mcu/all/
A Dbsp_delay.c95 uint32_t cpu_hz; in R_BSP_SoftwareDelay() local
102cpu_hz = SystemCoreClock; /** Get the syst… in R_BSP_SoftwareDelay()
105 …ns_per_cycle = BSP_DELAY_NS_PER_SECOND / (cpu_hz / BSP_DELAY_SIGNIFICANT_DIGITS); /** Get the # of… in R_BSP_SoftwareDelay()
/bsp/renesas/rzn2l_etherkit/rzn/fsp/src/bsp/mcu/all/
A Dbsp_delay.c95 uint32_t cpu_hz; in R_BSP_SoftwareDelay() local
102cpu_hz = SystemCoreClock; /** Get the syst… in R_BSP_SoftwareDelay()
105 …ns_per_cycle = BSP_DELAY_NS_PER_SECOND / (cpu_hz / BSP_DELAY_SIGNIFICANT_DIGITS); /** Get the # of… in R_BSP_SoftwareDelay()
/bsp/renesas/rzt2m_rsk/rzt/fsp/src/bsp/mcu/all/
A Dbsp_delay.c95 uint32_t cpu_hz; in R_BSP_SoftwareDelay() local
102cpu_hz = SystemCoreClock; /** Get the syst… in R_BSP_SoftwareDelay()
105 …ns_per_cycle = BSP_DELAY_NS_PER_SECOND / (cpu_hz / BSP_DELAY_SIGNIFICANT_DIGITS); /** Get the # of… in R_BSP_SoftwareDelay()

Completed in 10 milliseconds