6 * There are a diverse range of different situations where a precise timing is a necessity\n
7 * To have a general heart beat (1 mili-second) for all different parts of the code, a timer in the micro-controller on which <b>FH</b> source code is ported, shall be utilized\n
8 * <b>FH_GlobalTimeCounter</b> here shall be incremented every <b>1 mili-second</b> in an interested timer <b>ISR</b> (Interrupt Service Routine) by <b>FH</b> user\n
9 * For this to happen, <b>FH_GlobalTimerCount.h</b> shall be included in the interested timer <b>ISR</b> (Interrupt Service Routine) file
10 *
11 * @warning If <b>FH</b> user would not increment the <b>FH_GlobalTimeCounter</b> in a timer <b>ISR</b> (Interrupt Service Routine) every 1 mili-second, the related commands (which require timing) will have malfunction
12 *
13 * @attention <b>FH</b> user could left this file intact but shall include <b>FH_GlobalTimerCount.h</b> in the interested timer <b>ISR</b> (Interrupt Service Routine) file
41 There are a diverse range of different situations where a precise timing is a necessity\n
42 To have a general heart beat (1 mili-second) for all different parts of the code, a timer in the micro-controller on which <b>FH</b> source code is ported, shall be utilized\n
43 <b>FH_GlobalTimeCounter</b> here shall be incremented every <b>1 mili-second</b> in an interested timer <b>ISR</b> (Interrupt Service Routine) by <b>FH</b> user\n
44 For this to happen, <b>FH_GlobalTimerCount.h</b> shall be included in the interested timer <b>ISR</b> (Interrupt Service Routine) file
45
46 @warning If <b>FH</b> user would not increment the <b>FH_GlobalTimeCounter</b> in a timer <b>ISR</b> (Interrupt Service Routine) every 1 mili-second, the related commands (which require timing) will have malfunction
51 * @brief This function resets the <b>FH_GlobalTimeCounter</b> if need be\n
52 * <b>FH_GlobalTimeCounter</b> here shall be incremented every <b>1 mili-second</b> in an interested timer <b>ISR</b> (Interrupt Service Routine) by <b>FH</b> user\n
53 * For this to happen, <b>FH_GlobalTimerCount.h</b> shall be included in the interested timer <b>ISR</b> (Interrupt Service Routine) file
54 *
55 * @param None
56 *
57 * @return None
58 *
59 * @note
60 * Since the mere heart beat of the <b>FH</b> code is <b>FH_GlobalTimeCounter</b> and it is getting incremented every 1 mili-second, it is normally required to reset it to start a new time calculation