Microchip® Advanced Software Framework

sam/drivers/flashcalw/flash_example3/time_tick.h File Reference

Time tick functions.

Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.

Functions

uint32_t time_tick_calc_delay (uint32_t tick_start, uint32_t tick_end)
 Calculate the delay (ms) between two ticks. More...
 
uint32_t time_tick_get (void)
 Get current time tick. More...
 
void time_tick_init (uint32_t mck)
 Initialize for 1ms time tick. More...
 

uint32_t time_tick_calc_delay ( uint32_t  tick_start,
uint32_t  tick_end 
)

Calculate the delay (ms) between two ticks.

Parameters
tick_startStart tick number.
tick_endEnd tick number.
Returns
the timing in ms between the both ticks
uint32_t time_tick_get ( void  )

Get current time tick.

void time_tick_init ( uint32_t  mck)

Initialize for 1ms time tick.

Returns
true if initialization is OK, else false.

References Assert, g_ms_ticks, and TICK_US.

Referenced by main().