mirror of https://github.com/ARMmbed/mbed-os.git
Add the Doxygen note to non-supported RTOS kernel APIs.
parent
28ef7535e3
commit
57e0063e8d
|
|
@ -49,6 +49,7 @@ uint64_t get_ms_count();
|
||||||
@param fptr pointer to the function to be called
|
@param fptr pointer to the function to be called
|
||||||
|
|
||||||
@note You may call this function from ISR context.
|
@note You may call this function from ISR context.
|
||||||
|
@note Bare metal profile: This API is not supported.
|
||||||
*/
|
*/
|
||||||
void attach_idle_hook(void (*fptr)(void));
|
void attach_idle_hook(void (*fptr)(void));
|
||||||
|
|
||||||
|
|
@ -56,6 +57,7 @@ void attach_idle_hook(void (*fptr)(void));
|
||||||
@param fptr pointer to the function to be called
|
@param fptr pointer to the function to be called
|
||||||
|
|
||||||
@note You may call this function from ISR context.
|
@note You may call this function from ISR context.
|
||||||
|
@note Bare metal profile: This API is not supported.
|
||||||
*/
|
*/
|
||||||
void attach_thread_terminate_hook(void (*fptr)(osThreadId_t id));
|
void attach_thread_terminate_hook(void (*fptr)(osThreadId_t id));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue