We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a69526 commit 73fc381Copy full SHA for 73fc381
ports/nwdaq-if-rs44/freertos-port.h
@@ -4,6 +4,8 @@
4
5
6
extern uint32_t SystemCoreClock;
7
+void port_task_timer_init(void);
8
+uint32_t port_task_timer_get_value(void);
9
#define configCPU_CLOCK_HZ (SystemCoreClock)
10
#define configTICK_RATE_HZ ((TickType_t)CONFIG_FREERTOS_TICK_RATE_HZ)
11
#define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS port_task_timer_init
0 commit comments