SmartSnippets DA1459x SDK
Files | Functions
Task Monitoring

Tools for task monitoring. More...

Files

file  task_monitoring.h
 Monitoring Task functions.
 

Functions

void tm_register_monitor_task (uint16_t id)
 Register a task to be monitored. More...
 
void tm_unregister_monitor_task (uint16_t id)
 Unregister a task from the monitoring function. More...
 
void tm_print_registered_tasks (void)
 Print the status of registered a tasks. More...
 
void tm_print_tasks_status (void)
 Print the status of a all the tasks. More...
 

Detailed Description

Tools for task monitoring.

Function Documentation

◆ tm_print_registered_tasks()

void tm_print_registered_tasks ( void  )

Print the status of registered a tasks.

◆ tm_print_tasks_status()

void tm_print_tasks_status ( void  )

Print the status of a all the tasks.

◆ tm_register_monitor_task()

void tm_register_monitor_task ( uint16_t  id)

Register a task to be monitored.

Parameters
[in]idthe id to be used for monitoring

◆ tm_unregister_monitor_task()

void tm_unregister_monitor_task ( uint16_t  id)

Unregister a task from the monitoring function.

Parameters
[in]idthe id of the monitored task