| /bsp/renesas/ra4e2-eco/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_delay.c | 91 uint32_t total_us = (delay * units); /** Convert the requested time to microseconds. */ in R_BSP_SoftwareDelay() local 106 uint64_t loops_required_u64 = ((uint64_t) total_us) * cycles_per_us; in R_BSP_SoftwareDelay() 133 ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_NS_PER_US; /* Convert to ns. */ in R_BSP_SoftwareDelay() 145 total_us = (total_us / (ns_per_cycle * BSP_DELAY_LOOP_CYCLES)); in R_BSP_SoftwareDelay() 146 ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_NS_PER_US; /* Convert to ns. */ in R_BSP_SoftwareDelay()
|
| /bsp/renesas/ra6e2-fpb/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_delay.c | 91 uint32_t total_us = (delay * units); /** Convert the requested time to microseconds. */ in R_BSP_SoftwareDelay() local 106 uint64_t loops_required_u64 = ((uint64_t) total_us) * cycles_per_us; in R_BSP_SoftwareDelay() 133 ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_NS_PER_US; // Convert to ns. in R_BSP_SoftwareDelay() 145 total_us = (total_us / (ns_per_cycle * BSP_DELAY_LOOP_CYCLES)); in R_BSP_SoftwareDelay() 146 ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_NS_PER_US; // Convert to ns. in R_BSP_SoftwareDelay()
|
| /bsp/renesas/rzn2l_rsk/rzn/fsp/src/bsp/mcu/all/ |
| A D | bsp_delay.c | 99 …uint32_t total_us = (delay * units); /** Convert the … in R_BSP_SoftwareDelay() local 109 …ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_NS_PER_US; // Convert to ns. in R_BSP_SoftwareDelay() 125 … total_us = (total_us / (ns_per_cycle * BSP_DELAY_LOOP_CYCLES)) * BSP_DELAY_SIGNIFICANT_DIGITS; in R_BSP_SoftwareDelay() 126 ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_NS_PER_US; // Convert to ns. in R_BSP_SoftwareDelay()
|
| /bsp/renesas/rzn2l_etherkit/rzn/fsp/src/bsp/mcu/all/ |
| A D | bsp_delay.c | 99 …uint32_t total_us = (delay * units); /** Convert the … in R_BSP_SoftwareDelay() local 109 …ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_NS_PER_US; // Convert to ns. in R_BSP_SoftwareDelay() 125 … total_us = (total_us / (ns_per_cycle * BSP_DELAY_LOOP_CYCLES)) * BSP_DELAY_SIGNIFICANT_DIGITS; in R_BSP_SoftwareDelay() 126 ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_NS_PER_US; // Convert to ns. in R_BSP_SoftwareDelay()
|
| /bsp/renesas/ra6m4-cpk/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_delay.c | 106 …uint32_t total_us = (delay * units); /** Convert the requested time t… in R_BSP_SoftwareDelay() local 120 ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_NS_PER_US; // Convert to ns. in R_BSP_SoftwareDelay() 132 total_us = (total_us / (ns_per_cycle * BSP_DELAY_LOOP_CYCLES)); in R_BSP_SoftwareDelay() 133 ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_NS_PER_US; // Convert to ns. in R_BSP_SoftwareDelay()
|
| /bsp/renesas/ra6m4-iot/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_delay.c | 106 …uint32_t total_us = (delay * units); /** Convert the requested time t… in R_BSP_SoftwareDelay() local 120 ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_NS_PER_US; // Convert to ns. in R_BSP_SoftwareDelay() 132 total_us = (total_us / (ns_per_cycle * BSP_DELAY_LOOP_CYCLES)); in R_BSP_SoftwareDelay() 133 ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_NS_PER_US; // Convert to ns. in R_BSP_SoftwareDelay()
|
| /bsp/renesas/ra2l1-cpk/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_delay.c | 106 …uint32_t total_us = (delay * units); /** Convert the requested time t… in R_BSP_SoftwareDelay() local 120 ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_NS_PER_US; // Convert to ns. in R_BSP_SoftwareDelay() 132 total_us = (total_us / (ns_per_cycle * BSP_DELAY_LOOP_CYCLES)); in R_BSP_SoftwareDelay() 133 ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_NS_PER_US; // Convert to ns. in R_BSP_SoftwareDelay()
|
| /bsp/renesas/ra6m3-ek/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_delay.c | 106 …uint32_t total_us = (delay * units); /** Convert the requested time t… in R_BSP_SoftwareDelay() local 120 ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_NS_PER_US; // Convert to ns. in R_BSP_SoftwareDelay() 132 total_us = (total_us / (ns_per_cycle * BSP_DELAY_LOOP_CYCLES)); in R_BSP_SoftwareDelay() 133 ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_NS_PER_US; // Convert to ns. in R_BSP_SoftwareDelay()
|
| /bsp/renesas/rzt2m_rsk/rzt/fsp/src/bsp/mcu/all/ |
| A D | bsp_delay.c | 99 …uint32_t total_us = (delay * units); /** Convert the … in R_BSP_SoftwareDelay() local 109 …ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_NS_PER_US; // Convert to ns. in R_BSP_SoftwareDelay() 125 … total_us = (total_us / (ns_per_cycle * BSP_DELAY_LOOP_CYCLES)) * BSP_DELAY_SIGNIFICANT_DIGITS; in R_BSP_SoftwareDelay() 126 ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_NS_PER_US; // Convert to ns. in R_BSP_SoftwareDelay()
|
| /bsp/renesas/ra8d1-vision-board/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_delay.c | 106 …uint32_t total_us = (delay * units); /** Convert the requested time t… in R_BSP_SoftwareDelay() local 120 ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_NS_PER_US; // Convert to ns. in R_BSP_SoftwareDelay() 132 total_us = (total_us / (ns_per_cycle * BSP_DELAY_LOOP_CYCLES)); in R_BSP_SoftwareDelay() 133 ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_NS_PER_US; // Convert to ns. in R_BSP_SoftwareDelay()
|
| /bsp/renesas/ra6m3-hmi-board/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_delay.c | 106 …uint32_t total_us = (delay * units); /** Convert the requested time t… in R_BSP_SoftwareDelay() local 120 ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_NS_PER_US; // Convert to ns. in R_BSP_SoftwareDelay() 132 total_us = (total_us / (ns_per_cycle * BSP_DELAY_LOOP_CYCLES)); in R_BSP_SoftwareDelay() 133 ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_NS_PER_US; // Convert to ns. in R_BSP_SoftwareDelay()
|
| /bsp/renesas/ra8d1-ek/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_delay.c | 106 …uint32_t total_us = (delay * units); /** Convert the requested time t… in R_BSP_SoftwareDelay() local 120 ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_NS_PER_US; // Convert to ns. in R_BSP_SoftwareDelay() 132 total_us = (total_us / (ns_per_cycle * BSP_DELAY_LOOP_CYCLES)); in R_BSP_SoftwareDelay() 133 ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_NS_PER_US; // Convert to ns. in R_BSP_SoftwareDelay()
|
| /bsp/renesas/ra8m1-ek/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_delay.c | 106 …uint32_t total_us = (delay * units); /** Convert the requested time t… in R_BSP_SoftwareDelay() local 120 ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_NS_PER_US; // Convert to ns. in R_BSP_SoftwareDelay() 132 total_us = (total_us / (ns_per_cycle * BSP_DELAY_LOOP_CYCLES)); in R_BSP_SoftwareDelay() 133 ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_NS_PER_US; // Convert to ns. in R_BSP_SoftwareDelay()
|
| /bsp/renesas/ebf_qi_min_6m5/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_delay.c | 106 …uint32_t total_us = (delay * units); /** Convert the requested time t… in R_BSP_SoftwareDelay() local 120 ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_NS_PER_US; // Convert to ns. in R_BSP_SoftwareDelay() 132 total_us = (total_us / (ns_per_cycle * BSP_DELAY_LOOP_CYCLES)); in R_BSP_SoftwareDelay() 133 ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_NS_PER_US; // Convert to ns. in R_BSP_SoftwareDelay()
|
| /bsp/renesas/ra4m2-eco/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_delay.c | 106 …uint32_t total_us = (delay * units); /** Convert the requested time t… in R_BSP_SoftwareDelay() local 120 ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_NS_PER_US; // Convert to ns. in R_BSP_SoftwareDelay() 132 total_us = (total_us / (ns_per_cycle * BSP_DELAY_LOOP_CYCLES)); in R_BSP_SoftwareDelay() 133 ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_NS_PER_US; // Convert to ns. in R_BSP_SoftwareDelay()
|