You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to get the runtime information, but I don't know what to do.
I have already
#define configGENERATE_RUN_TIME_STATS==1
#define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() ( ulHighFrequencyTimerTicks = 0UL )
#define portGET_RUN_TIME_COUNTER_VALUE() ulHighFrequencyTimerTicks
But I don't know how to set the value of ulHighFrequencyTimerTicks 。
The text was updated successfully, but these errors were encountered:
I tried to get the runtime information, but I don't know what to do.
I have already
#define configGENERATE_RUN_TIME_STATS==1
#define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() ( ulHighFrequencyTimerTicks = 0UL )
#define portGET_RUN_TIME_COUNTER_VALUE() ulHighFrequencyTimerTicks
But I don't know how to set the value of ulHighFrequencyTimerTicks 。
The text was updated successfully, but these errors were encountered: