GeMRTOS
|
Related Functions | |
(Note that these are not member functions.) |
|
related |
This function is called when a frozzen event happened.
gk_FROZEN_CALLBACK
Definition at line 924 of file grtosuserfunctions.c.
|
related |
This function is called when a time event happened. It has to resolve according the event type.
gk_TIME_CALLBACK
[in] | pevent | Pointer to the ECB of the event time happened |
<
Definition at line 829 of file grtosuserfunctions.c.
|
related |
GRTOS_CMD_FRZ_TM_THR_GET Returns the value of the Frozen Time Threshold (R_FRZ_TM_THR) register of the GRTOS controller.
ONLY for use in critical section
[in] | None |
Definition at line 152 of file grtos_regs.h.
|
related |
GRTOS_CMD_SYS_TM_GET Returns the value of System TIME (R_FRZ_CNT + R_TM_CNT)
ONLY for use in critical section
Definition at line 123 of file grtos_regs.h.
|
related |
GRTOS_GET_INTERVAL Reset the Interval Time Counter, returning the last value.
GRTOS_GET_INTERVAL
Definition at line 141 of file grtos_regs.h.
|
related |
GRTOS_now Return the current system time.
ONLY for critical section use
Definition at line 97 of file grtos_regs.h.
|
related |
Returns the value in the frozen threshold register (R_FRZ_TM_THR)
gu_get_frozen_threshold
FOr use in user mode
Definition at line 770 of file grtosuserfunctions.c.
|
related |
Returns the Next Occurrence Time.
gu_Get_Next_Occurrence_Time
Definition at line 2892 of file listfunctions.c.