3.1.1 PAL_GetCurrentTime Function
C
uint32_t PAL_GetCurrentTime( void )
Summary
Gets current time
Description
This function returns the current time.
Precondition
None
Parameters
None
Returns
Returns the current time
Example
uint32_t currTime ; currTime = PAL_GetCurrentTimer(); return currTime;
Remarks
None