mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-10-27 20:24:50 +08:00
feat(freertos): Add port to get freertos rate hz
This commit is contained in:
@ -233,6 +233,9 @@ void esp_mem_trace(const void *ptr, const char *trace, int no);
|
||||
*/
|
||||
bool interrupt_is_disable(void);
|
||||
|
||||
/* Get tick rate per second */
|
||||
uint32_t xPortGetTickRateHz(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user