Prusa MINI Firmware overview
Collaboration diagram for Time:

Functions

u32_t sys_now (void)
 Returns the current time in milliseconds when LWIP_TIMERS == 1 and NO_SYS == 1. More...
 

Detailed Description

Function Documentation

◆ sys_now()

u32_t sys_now ( void  )

Returns the current time in milliseconds when LWIP_TIMERS == 1 and NO_SYS == 1.

Returns the current time in milliseconds, may be the same as sys_jiffies or at least based on it.

Parameters
None
Return values
Time
617  {
618  return HAL_GetTick();
Here is the call graph for this function:
HAL_GetTick
uint32_t HAL_GetTick(void)
Provides a tick value in millisecond.
Definition: stm32f4xx_hal.c:339