We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ef753 commit 57e0063Copy full SHA for 57e0063
rtos/Kernel.h
@@ -49,13 +49,15 @@ uint64_t get_ms_count();
49
@param fptr pointer to the function to be called
50
51
@note You may call this function from ISR context.
52
+ @note Bare metal profile: This API is not supported.
53
*/
54
void attach_idle_hook(void (*fptr)(void));
55
56
/** Attach a function to be called when a thread terminates.
57
58
59
60
61
62
void attach_thread_terminate_hook(void (*fptr)(osThreadId_t id));
63
0 commit comments