Home
last modified time | relevance | path

Searched refs:t_now (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/amp_adapter/platform/linux/peripheral/
A Daos_hal_uart.c148 time_t t_begin, t_now; in aos_hal_uart_recv_II() local
160 t_now = clock(); in aos_hal_uart_recv_II()
161 if (difftime(t_now, t_begin) > timeout) { in aos_hal_uart_recv_II()
/AliOS-Things-master/components/amp_adapter/platform/aos/network/
A Daos_tcp.c27 static uint64_t aliot_platform_time_left(uint64_t t_end, uint64_t t_now) in aliot_platform_time_left() argument
31 if (t_end > t_now) { in aliot_platform_time_left()
32 t_left = t_end - t_now; in aliot_platform_time_left()

Completed in 4 milliseconds