| /bsp/renesas/rzn2l_rsk/rzn/fsp/src/bsp/mcu/all/ |
| A D | bsp_delay.c | 97 uint32_t ns_per_cycle; in R_BSP_SoftwareDelay() local 105 …ns_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 D | bsp_delay.c | 97 uint32_t ns_per_cycle; in R_BSP_SoftwareDelay() local 105 …ns_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 D | bsp_delay.c | 104 uint32_t ns_per_cycle; in R_BSP_SoftwareDelay() local 116 …ns_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 D | bsp_delay.c | 104 uint32_t ns_per_cycle; in R_BSP_SoftwareDelay() local 116 …ns_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 D | bsp_delay.c | 104 uint32_t ns_per_cycle; in R_BSP_SoftwareDelay() local 116 …ns_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 D | bsp_delay.c | 104 uint32_t ns_per_cycle; in R_BSP_SoftwareDelay() local 116 …ns_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 D | bsp_delay.c | 97 uint32_t ns_per_cycle; in R_BSP_SoftwareDelay() local 105 …ns_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 D | bsp_delay.c | 104 uint32_t ns_per_cycle; in R_BSP_SoftwareDelay() local 116 …ns_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 D | bsp_delay.c | 104 uint32_t ns_per_cycle; in R_BSP_SoftwareDelay() local 116 …ns_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 D | bsp_delay.c | 104 uint32_t ns_per_cycle; in R_BSP_SoftwareDelay() local 116 …ns_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 D | bsp_delay.c | 104 uint32_t ns_per_cycle; in R_BSP_SoftwareDelay() local 116 …ns_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 D | bsp_delay.c | 104 uint32_t ns_per_cycle; in R_BSP_SoftwareDelay() local 116 …ns_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 D | bsp_delay.c | 104 uint32_t ns_per_cycle; in R_BSP_SoftwareDelay() local 116 …ns_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 D | bsp_delay.c | 121 uint32_t ns_per_cycle; in R_BSP_SoftwareDelay() local 129 …ns_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 D | bsp_delay.c | 121 uint32_t ns_per_cycle; in R_BSP_SoftwareDelay() local 129 …ns_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 D | hpm_ppi.c | 20 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 D | hpm_femc_drv.c | 208 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()
|