Searched refs:total_us (Results 1 – 3 of 3) sorted by relevance
85 …uint32_t total_us = (delay * units); /** Convert the … in R_BSP_SoftwareDelay() local95 …ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_NS_PER_US; // Convert to ns. in R_BSP_SoftwareDelay()111 … total_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()
82 uint32_t total_us = (delay * units); in R_BSP_SoftwareDelay() local87 ns_64bits = (uint64_t) total_us * (uint64_t) BSP_DELAY_UNIT_CONV_US_TO_NS; in R_BSP_SoftwareDelay()99 … total_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()
92 …uint32_t total_us = (delay * units); /** Convert the requested time t… in R_BSP_SoftwareDelay() local106 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()