Home
last modified time | relevance | path

Searched refs:start_time (Results 1 – 25 of 25) sorted by relevance

/bsp/hc32/tests/
A Dtest_sdram.c33 rt_uint32_t start_time; in sdram_8bit_test() local
43 start_time = rt_tick_get(); in sdram_8bit_test()
48 time_cast = rt_tick_get() - start_time; in sdram_8bit_test()
76 rt_uint32_t start_time; in sdram_16bit_test() local
86 start_time = rt_tick_get(); in sdram_16bit_test()
91 time_cast = rt_tick_get() - start_time; in sdram_16bit_test()
119 rt_uint32_t start_time; in sdram_32bit_test() local
129 start_time = rt_tick_get(); in sdram_32bit_test()
134 time_cast = rt_tick_get() - start_time; in sdram_32bit_test()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/
A Dbflb_pwm_v1.c9 uint64_t start_time; in bflb_pwm_v1_channel_init() local
17 start_time = bflb_mtimer_get_time_ms(); in bflb_pwm_v1_channel_init()
21 if ((bflb_mtimer_get_time_ms() - start_time) > 100) { in bflb_pwm_v1_channel_init()
55 uint64_t start_time; in bflb_pwm_v1_channel_deinit() local
63 start_time = bflb_mtimer_get_time_ms(); in bflb_pwm_v1_channel_deinit()
67 if ((bflb_mtimer_get_time_ms() - start_time) > 100) { in bflb_pwm_v1_channel_deinit()
99 uint32_t start_time; in bflb_pwm_v1_start() local
107 start_time = bflb_mtimer_get_time_ms(); in bflb_pwm_v1_start()
111 if ((bflb_mtimer_get_time_ms() - start_time) > 100) { in bflb_pwm_v1_start()
121 uint32_t start_time; in bflb_pwm_v1_stop() local
[all …]
A Dbflb_sec_sha.c87 uint64_t start_time; in bflb_sha1_update() local
134 start_time = bflb_mtimer_get_time_ms(); in bflb_sha1_update()
163 start_time = bflb_mtimer_get_time_ms(); in bflb_sha1_update()
174 start_time = bflb_mtimer_get_time_ms(); in bflb_sha1_update()
194 uint64_t start_time; in bflb_sha512_update() local
240 start_time = bflb_mtimer_get_time_ms(); in bflb_sha512_update()
280 start_time = bflb_mtimer_get_time_ms(); in bflb_sha512_update()
555 uint64_t start_time; in bflb_sha1_link_update() local
631 start_time = bflb_mtimer_get_time_ms(); in bflb_sha1_link_update()
657 uint64_t start_time; in bflb_sha512_link_update() local
[all …]
A Dbflb_pwm_v2.c9 uint64_t start_time; in bflb_pwm_v2_init() local
17 start_time = bflb_mtimer_get_time_ms(); in bflb_pwm_v2_init()
21 if ((bflb_mtimer_get_time_ms() - start_time) > 100) { in bflb_pwm_v2_init()
52 uint64_t start_time; in bflb_pwm_v2_deinit() local
60 start_time = bflb_mtimer_get_time_ms(); in bflb_pwm_v2_deinit()
64 if ((bflb_mtimer_get_time_ms() - start_time) > 100) { in bflb_pwm_v2_deinit()
115 uint64_t start_time; in bflb_pwm_v2_start() local
122 start_time = bflb_mtimer_get_time_ms(); in bflb_pwm_v2_start()
126 if ((bflb_mtimer_get_time_ms() - start_time) > 100) { in bflb_pwm_v2_start()
136 uint64_t start_time; in bflb_pwm_v2_stop() local
[all …]
A Dbflb_mtimer.c111 uint64_t start_time = bflb_mtimer_get_time_us(); in bflb_mtimer_delay_us() local
113 while (bflb_mtimer_get_time_us() - start_time < time) { in bflb_mtimer_delay_us()
119 uint64_t start_time = bflb_mtimer_get_time_ms(); in bflb_mtimer_delay_ms() local
121 while (bflb_mtimer_get_time_ms() - start_time < time) { in bflb_mtimer_delay_ms()
A Dbflb_sec_trng.c16 uint64_t start_time; in bflb_trng_read() local
36 start_time = bflb_mtimer_get_time_ms(); in bflb_trng_read()
38 if ((bflb_mtimer_get_time_ms() - start_time) > 100) { in bflb_trng_read()
57 start_time = bflb_mtimer_get_time_ms(); in bflb_trng_read()
59 if ((bflb_mtimer_get_time_ms() - start_time) > 100) { in bflb_trng_read()
A Dbflb_sec_aes.c141 uint64_t start_time; in bflb_aes_encrypt() local
196 start_time = bflb_mtimer_get_time_ms(); in bflb_aes_encrypt()
198 if ((bflb_mtimer_get_time_ms() - start_time) > 100) { in bflb_aes_encrypt()
213 uint64_t start_time; in bflb_aes_decrypt() local
268 start_time = bflb_mtimer_get_time_ms(); in bflb_aes_decrypt()
270 if ((bflb_mtimer_get_time_ms() - start_time) > 100) { in bflb_aes_decrypt()
317 uint64_t start_time; in bflb_aes_link_update() local
346 start_time = bflb_mtimer_get_time_ms(); in bflb_aes_link_update()
348 if ((bflb_mtimer_get_time_ms() - start_time) > 100) { in bflb_aes_link_update()
A Dbflb_adc.c574 uint64_t start_time; in bflb_adc_tsen_get_temp() local
588 start_time = bflb_mtimer_get_time_ms(); in bflb_adc_tsen_get_temp()
590 if ((bflb_mtimer_get_time_ms() - start_time) > 100) { in bflb_adc_tsen_get_temp()
606 start_time = bflb_mtimer_get_time_ms(); in bflb_adc_tsen_get_temp()
608 if ((bflb_mtimer_get_time_ms() - start_time) > 100) { in bflb_adc_tsen_get_temp()
A Dbflb_uart.c197 uint64_t start_time; in bflb_uart_putchar() local
/bsp/cvitek/c906_little/board/
A Dtick.c72 unsigned long start_time; in rt_hw_us_delay() local
76 start_time = get_ticks(); in rt_hw_us_delay()
77 end_time = start_time + us * (BSP_TIMER_CLK_FREQ / 1000000); in rt_hw_us_delay()
/bsp/renesas/rzn2l_etherkit/board/ports/hyperram/
A Ddrv_hyperram.c57 uint32_t start_time = 0, time_cast = 0; in psram_test() local
71 start_time = rt_tick_get(); in psram_test()
82 time_cast = rt_tick_get() - start_time; in psram_test()
/bsp/stm32/stm32f103-100ask-pro/board/ports/
A Ddrv_sram.c99 uint32_t start_time = 0, time_cast = 0; in external_sram_test() local
116 start_time = rt_tick_get(); in external_sram_test()
127 time_cast = rt_tick_get() - start_time; in external_sram_test()
/bsp/stm32/stm32f103-atk-warshipv3/board/ports/
A Ddrv_sram.c98 uint32_t start_time = 0, time_cast = 0; in external_sram_test() local
115 start_time = rt_tick_get(); in external_sram_test()
126 time_cast = rt_tick_get() - start_time; in external_sram_test()
/bsp/stm32/stm32f407-atk-explorer/board/ports/
A Ddrv_sram.c94 uint32_t start_time = 0, time_cast = 0; in sram_test() local
108 start_time = rt_tick_get(); in sram_test()
119 time_cast = rt_tick_get() - start_time; in sram_test()
/bsp/stm32/stm32l4r9-st-eval/board/ports/
A Ddrv_sram.c93 uint32_t start_time = 0, time_cast = 0; in sram_test() local
110 start_time = rt_tick_get(); in sram_test()
121 time_cast = rt_tick_get() - start_time; in sram_test()
/bsp/apm32/apm32e103ze-evalboard/board/ports/
A Ddrv_sdram.c190 uint32_t start_time = 0, time_cast = 0; in sdram_test() local
204 start_time = rt_tick_get(); in sdram_test()
215 time_cast = rt_tick_get() - start_time; in sdram_test()
/bsp/apm32/libraries/Drivers/drv_sdram/APM32E1/
A Ddrv_sdram.c190 uint32_t start_time = 0, time_cast = 0; in sdram_test() local
204 start_time = rt_tick_get(); in sdram_test()
215 time_cast = rt_tick_get() - start_time; in sdram_test()
/bsp/hc32/libraries/hc32_drivers/
A Ddrv_sdram.c223 rt_uint32_t start_time; in _sdram_test() local
235 start_time = rt_tick_get(); in _sdram_test()
244 time_cast = rt_tick_get() - start_time; in _sdram_test()
A Ddrv_adc.c170 uint32_t start_time = rt_tick_get(); in _adc_convert() local
180 while ((rt_tick_get() - start_time) < p_adc_dev->init.eoc_poll_time_max); in _adc_convert()
/bsp/at32/libraries/rt_drivers/
A Ddrv_sdram.c196 uint32_t start_time = 0, time_cast = 0; in sdram_sample() local
210 start_time = rt_tick_get(); in sdram_sample()
219 time_cast = rt_tick_get() - start_time; in sdram_sample()
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_sdram.c198 uint32_t start_time = 0, time_cast = 0; in sdram_test() local
212 start_time = rt_tick_get(); in sdram_test()
223 time_cast = rt_tick_get() - start_time; in sdram_test()
/bsp/apm32/apm32f407zg-evalboard/board/ports/
A Ddrv_sdram.c178 uint32_t start_time = 0, time_cast = 0; in sdram_test() local
192 start_time = rt_tick_get(); in sdram_test()
203 time_cast = rt_tick_get() - start_time; in sdram_test()
/bsp/apm32/libraries/Drivers/drv_sdram/APM32F4/
A Ddrv_sdram.c178 uint32_t start_time = 0, time_cast = 0; in sdram_test() local
192 start_time = rt_tick_get(); in sdram_test()
203 time_cast = rt_tick_get() - start_time; in sdram_test()
/bsp/gd32/arm/libraries/gd32_drivers/
A Ddrv_sdram.c261 uint32_t start_time = 0, time_cast = 0; in sdram_test() local
275 start_time = rt_tick_get(); in sdram_test()
286 time_cast = rt_tick_get() - start_time; in sdram_test()
/bsp/cvitek/drivers/
A Ddrv_sdhci.c287 int start_time = rt_tick_get_millisecond(); in sdhci_send_data_cmd() local
295 if (end_time - start_time >= 2000) in sdhci_send_data_cmd()

Completed in 53 milliseconds