TMPM4KxA Group Peripheral Driver User Manual  V1.0.4.0
Functions
HAL Exported Functions

Functions

void hal_inc_tick (void)
 Increment a tick value. More...
 
uint32_t hal_get_tick (void)
 Provides a tick value. More...
 

Detailed Description

Function Documentation

◆ hal_get_tick()

uint32_t hal_get_tick ( void  )

Provides a tick value.

Parameters
-
Returns
Tick value.
Return values
-
Note
-

◆ hal_inc_tick()

void hal_inc_tick ( void  )

Increment a tick value.

Parameters
-
Return values
-
Note
Please call by user.
In the sample, this variable is incremented each 1ms timer interrupt.