Home
last modified time | relevance | path

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

/bsp/renesas/rzn2l_rsk/rzn/fsp/src/bsp/mcu/all/
A Dbsp_delay.c97 uint32_t ns_per_cycle; in R_BSP_SoftwareDelay() local
105ns_per_cycle = BSP_DELAY_NS_PER_SECOND / (cpu_hz / BSP_DELAY_SIGNIFICANT_DIGITS); /** Get the # of… in R_BSP_SoftwareDelay()
118 cycles_requested = (uint32_t) (ns_64bits / (uint64_t) ns_per_cycle); in R_BSP_SoftwareDelay()
125 … total_us = (total_us / (ns_per_cycle * BSP_DELAY_LOOP_CYCLES)) * BSP_DELAY_SIGNIFICANT_DIGITS; in R_BSP_SoftwareDelay()
/bsp/renesas/rzn2l_etherkit/rzn/fsp/src/bsp/mcu/all/
A Dbsp_delay.c97 uint32_t ns_per_cycle; in R_BSP_SoftwareDelay() local
105ns_per_cycle = BSP_DELAY_NS_PER_SECOND / (cpu_hz / BSP_DELAY_SIGNIFICANT_DIGITS); /** Get the # of… in R_BSP_SoftwareDelay()
118 cycles_requested = (uint32_t) (ns_64bits / (uint64_t) ns_per_cycle); in R_BSP_SoftwareDelay()
125 … total_us = (total_us / (ns_per_cycle * BSP_DELAY_LOOP_CYCLES)) * BSP_DELAY_SIGNIFICANT_DIGITS; in R_BSP_SoftwareDelay()
/bsp/renesas/ra6m4-cpk/ra/fsp/src/bsp/mcu/all/
A Dbsp_delay.c104 uint32_t ns_per_cycle; in R_BSP_SoftwareDelay() local
116ns_per_cycle = BSP_DELAY_NS_PER_SECOND / iclk_hz; /** Get the # of nanoseconds/cyc… in R_BSP_SoftwareDelay()
126 cycles_requested = ((uint32_t) ns_64bits / ns_per_cycle); in R_BSP_SoftwareDelay()
132 total_us = (total_us / (ns_per_cycle * BSP_DELAY_LOOP_CYCLES)); in R_BSP_SoftwareDelay()
/bsp/renesas/ra6m4-iot/ra/fsp/src/bsp/mcu/all/
A Dbsp_delay.c104 uint32_t ns_per_cycle; in R_BSP_SoftwareDelay() local
116ns_per_cycle = BSP_DELAY_NS_PER_SECOND / iclk_hz; /** Get the # of nanoseconds/cyc… in R_BSP_SoftwareDelay()
126 cycles_requested = ((uint32_t) ns_64bits / ns_per_cycle); in R_BSP_SoftwareDelay()
132 total_us = (total_us / (ns_per_cycle * BSP_DELAY_LOOP_CYCLES)); in R_BSP_SoftwareDelay()
/bsp/renesas/ra2l1-cpk/ra/fsp/src/bsp/mcu/all/
A Dbsp_delay.c104 uint32_t ns_per_cycle; in R_BSP_SoftwareDelay() local
116ns_per_cycle = BSP_DELAY_NS_PER_SECOND / iclk_hz; /** Get the # of nanoseconds/cyc… in R_BSP_SoftwareDelay()
126 cycles_requested = ((uint32_t) ns_64bits / ns_per_cycle); in R_BSP_SoftwareDelay()
132 total_us = (total_us / (ns_per_cycle * BSP_DELAY_LOOP_CYCLES)); in R_BSP_SoftwareDelay()
/bsp/renesas/ra6m3-ek/ra/fsp/src/bsp/mcu/all/
A Dbsp_delay.c104 uint32_t ns_per_cycle; in R_BSP_SoftwareDelay() local
116ns_per_cycle = BSP_DELAY_NS_PER_SECOND / iclk_hz; /** Get the # of nanoseconds/cyc… in R_BSP_SoftwareDelay()
126 cycles_requested = ((uint32_t) ns_64bits / ns_per_cycle); in R_BSP_SoftwareDelay()
132 total_us = (total_us / (ns_per_cycle * BSP_DELAY_LOOP_CYCLES)); in R_BSP_SoftwareDelay()
/bsp/renesas/rzt2m_rsk/rzt/fsp/src/bsp/mcu/all/
A Dbsp_delay.c97 uint32_t ns_per_cycle; in R_BSP_SoftwareDelay() local
105ns_per_cycle = BSP_DELAY_NS_PER_SECOND / (cpu_hz / BSP_DELAY_SIGNIFICANT_DIGITS); /** Get the # of… in R_BSP_SoftwareDelay()
118 cycles_requested = (uint32_t) (ns_64bits / (uint64_t) ns_per_cycle); in R_BSP_SoftwareDelay()
125 … total_us = (total_us / (ns_per_cycle * BSP_DELAY_LOOP_CYCLES)) * BSP_DELAY_SIGNIFICANT_DIGITS; in R_BSP_SoftwareDelay()
/bsp/renesas/ra8d1-vision-board/ra/fsp/src/bsp/mcu/all/
A Dbsp_delay.c104 uint32_t ns_per_cycle; in R_BSP_SoftwareDelay() local
116ns_per_cycle = BSP_DELAY_NS_PER_SECOND / iclk_hz; /** Get the # of nanoseconds/cyc… in R_BSP_SoftwareDelay()
126 cycles_requested = ((uint32_t) ns_64bits / ns_per_cycle); in R_BSP_SoftwareDelay()
132 total_us = (total_us / (ns_per_cycle * BSP_DELAY_LOOP_CYCLES)); in R_BSP_SoftwareDelay()
/bsp/renesas/ra6m3-hmi-board/ra/fsp/src/bsp/mcu/all/
A Dbsp_delay.c104 uint32_t ns_per_cycle; in R_BSP_SoftwareDelay() local
116ns_per_cycle = BSP_DELAY_NS_PER_SECOND / iclk_hz; /** Get the # of nanoseconds/cyc… in R_BSP_SoftwareDelay()
126 cycles_requested = ((uint32_t) ns_64bits / ns_per_cycle); in R_BSP_SoftwareDelay()
132 total_us = (total_us / (ns_per_cycle * BSP_DELAY_LOOP_CYCLES)); in R_BSP_SoftwareDelay()
/bsp/renesas/ra8d1-ek/ra/fsp/src/bsp/mcu/all/
A Dbsp_delay.c104 uint32_t ns_per_cycle; in R_BSP_SoftwareDelay() local
116ns_per_cycle = BSP_DELAY_NS_PER_SECOND / iclk_hz; /** Get the # of nanoseconds/cyc… in R_BSP_SoftwareDelay()
126 cycles_requested = ((uint32_t) ns_64bits / ns_per_cycle); in R_BSP_SoftwareDelay()
132 total_us = (total_us / (ns_per_cycle * BSP_DELAY_LOOP_CYCLES)); in R_BSP_SoftwareDelay()
/bsp/renesas/ra8m1-ek/ra/fsp/src/bsp/mcu/all/
A Dbsp_delay.c104 uint32_t ns_per_cycle; in R_BSP_SoftwareDelay() local
116ns_per_cycle = BSP_DELAY_NS_PER_SECOND / iclk_hz; /** Get the # of nanoseconds/cyc… in R_BSP_SoftwareDelay()
126 cycles_requested = ((uint32_t) ns_64bits / ns_per_cycle); in R_BSP_SoftwareDelay()
132 total_us = (total_us / (ns_per_cycle * BSP_DELAY_LOOP_CYCLES)); in R_BSP_SoftwareDelay()
/bsp/renesas/ebf_qi_min_6m5/ra/fsp/src/bsp/mcu/all/
A Dbsp_delay.c104 uint32_t ns_per_cycle; in R_BSP_SoftwareDelay() local
116ns_per_cycle = BSP_DELAY_NS_PER_SECOND / iclk_hz; /** Get the # of nanoseconds/cyc… in R_BSP_SoftwareDelay()
126 cycles_requested = ((uint32_t) ns_64bits / ns_per_cycle); in R_BSP_SoftwareDelay()
132 total_us = (total_us / (ns_per_cycle * BSP_DELAY_LOOP_CYCLES)); in R_BSP_SoftwareDelay()
/bsp/renesas/ra4m2-eco/ra/fsp/src/bsp/mcu/all/
A Dbsp_delay.c104 uint32_t ns_per_cycle; in R_BSP_SoftwareDelay() local
116ns_per_cycle = BSP_DELAY_NS_PER_SECOND / iclk_hz; /** Get the # of nanoseconds/cyc… in R_BSP_SoftwareDelay()
126 cycles_requested = ((uint32_t) ns_64bits / ns_per_cycle); in R_BSP_SoftwareDelay()
132 total_us = (total_us / (ns_per_cycle * BSP_DELAY_LOOP_CYCLES)); in R_BSP_SoftwareDelay()
/bsp/renesas/ra4e2-eco/ra/fsp/src/bsp/mcu/all/
A Dbsp_delay.c121 uint32_t ns_per_cycle; in R_BSP_SoftwareDelay() local
129ns_per_cycle = BSP_DELAY_NS_PER_SECOND / iclk_hz; /** Get the # of nanoseconds/cyc… in R_BSP_SoftwareDelay()
139 cycles_requested = ((uint32_t) ns_64bits / ns_per_cycle); in R_BSP_SoftwareDelay()
145 total_us = (total_us / (ns_per_cycle * BSP_DELAY_LOOP_CYCLES)); in R_BSP_SoftwareDelay()
/bsp/renesas/ra6e2-fpb/ra/fsp/src/bsp/mcu/all/
A Dbsp_delay.c121 uint32_t ns_per_cycle; in R_BSP_SoftwareDelay() local
129ns_per_cycle = BSP_DELAY_NS_PER_SECOND / iclk_hz; /** Get the # of nanoseconds/cyc… in R_BSP_SoftwareDelay()
139 cycles_requested = ((uint32_t) ns_64bits / ns_per_cycle); in R_BSP_SoftwareDelay()
145 total_us = (total_us / (ns_per_cycle * BSP_DELAY_LOOP_CYCLES)); in R_BSP_SoftwareDelay()
/bsp/hpmicro/libraries/hpm_sdk/components/ppi/
A Dhpm_ppi.c20 uint32_t ns_per_cycle; in ppi_ns2cycle() local
23 ns_per_cycle = 1000000000 / ppi_freq; in ppi_ns2cycle()
24 cycle = ns / ns_per_cycle; in ppi_ns2cycle()
/bsp/hpmicro/libraries/hpm_sdk/drivers/src/
A Dhpm_femc_drv.c208 uint32_t ns_per_cycle; in ns2cycle() local
211 ns_per_cycle = 1000000000 / freq_in_hz; in ns2cycle()
212 cycle = ns / ns_per_cycle; in ns2cycle()

Completed in 47 milliseconds