Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/mcu/all/
Dbsp_delay.c85 …uint32_t total_us = (delay * units); /** Convert the … in R_BSP_SoftwareDelay() local
95 …ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_NS_PER_US; // Convert to ns. in R_BSP_SoftwareDelay()
111total_us = (total_us / (ns_per_cycle * BSP_DELAY_LOOP_CYCLES)) * BSP_DELAY_SIGNIFICANT_DIGITS; in R_BSP_SoftwareDelay()
112 ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_NS_PER_US; // Convert to ns. in R_BSP_SoftwareDelay()
/hal_renesas-latest/drivers/rz/fsp/src/rzg/bsp/mcu/all/
Dbsp_delay.c82 uint32_t total_us = (delay * units); in R_BSP_SoftwareDelay() local
87 ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_UNIT_CONV_US_TO_NS; in R_BSP_SoftwareDelay()
99total_us = (total_us / ((us_per_cycle * BSP_DELAY_LOOP_CYCLES) / BSP_DELAY_UNIT_CONV_US_TO_NS)); in R_BSP_SoftwareDelay()
100 ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_UNIT_CONV_US_TO_NS; // Convert to ns. in R_BSP_SoftwareDelay()
/hal_renesas-latest/drivers/ra/fsp/src/bsp/mcu/all/
Dbsp_delay.c92 …uint32_t total_us = (delay * units); /** Convert the requested time t… in R_BSP_SoftwareDelay() local
106 ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_NS_PER_US; // Convert to ns. in R_BSP_SoftwareDelay()
118 total_us = (total_us / (ns_per_cycle * BSP_DELAY_LOOP_CYCLES)); in R_BSP_SoftwareDelay()
119 ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_NS_PER_US; // Convert to ns. in R_BSP_SoftwareDelay()