MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / sys_now

Function sys_now

components/net/lwip/port/sys_arch.c:558–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556}
557
558u32_t sys_now(void)
559{
560 return rt_tick_get_millisecond();
561}
562
563rt_weak void mem_init(void)
564{

Callers

nothing calls this directly

Calls 1

rt_tick_get_millisecondFunction · 0.85

Tested by

no test coverage detected