Configurations#

Macros#

#define

Enable async mode.

#define

Enable heap usage statistic.

#define

Enable manual thread registering.

#define

Maximum registerable thread count.

#define

RTT Log channel for app os statistics.

#define

App OS statistic thread stack size in word.

#define

App OS statistic thread priority.

#define

Enable thread stack usage statistic.

#define

App OS statistic update period time.

#define

Enable verbose mode.

Macro Definition Documentation#

APP_OS_STAT_ASYNC_MODE_ENABLED#

#define APP_OS_STAT_ASYNC_MODE_ENABLED
Value:
0U

Enable async mode.


Definition at line 54 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/app_os_stat/config/app_os_stat_config.h

APP_OS_STAT_HEAP_ENABLED#

#define APP_OS_STAT_HEAP_ENABLED
Value:
1U

Enable heap usage statistic.


Definition at line 82 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/app_os_stat/config/app_os_stat_config.h

APP_OS_STAT_MANUAL_REGISTER_THREADS#

#define APP_OS_STAT_MANUAL_REGISTER_THREADS
Value:
0U

Enable manual thread registering.


Definition at line 86 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/app_os_stat/config/app_os_stat_config.h

APP_OS_STAT_MAX_THREAD_CNT#

#define APP_OS_STAT_MAX_THREAD_CNT
Value:
20U

Maximum registerable thread count.


Definition at line 70 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/app_os_stat/config/app_os_stat_config.h

APP_OS_STAT_RTT_LOG_CHANNEL#

#define APP_OS_STAT_RTT_LOG_CHANNEL
Value:
0U

RTT Log channel for app os statistics.


Definition at line 74 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/app_os_stat/config/app_os_stat_config.h

APP_OS_STAT_STACK_SIZE_WORD#

#define APP_OS_STAT_STACK_SIZE_WORD
Value:
256U

App OS statistic thread stack size in word.


Definition at line 62 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/app_os_stat/config/app_os_stat_config.h

APP_OS_STAT_THREAD_PRIO#

#define APP_OS_STAT_THREAD_PRIO
Value:
osPriorityHigh

App OS statistic thread priority.


Definition at line 58 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/app_os_stat/config/app_os_stat_config.h

APP_OS_STAT_THREAD_STACK_ENABLED#

#define APP_OS_STAT_THREAD_STACK_ENABLED
Value:
1U

Enable thread stack usage statistic.


Definition at line 78 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/app_os_stat/config/app_os_stat_config.h

APP_OS_STAT_UPDATE_PERIOD_TIME_MS#

#define APP_OS_STAT_UPDATE_PERIOD_TIME_MS
Value:
1000U

App OS statistic update period time.


Definition at line 66 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/app_os_stat/config/app_os_stat_config.h

APP_OS_STAT_VERBOSE_MODE_ENABLED#

#define APP_OS_STAT_VERBOSE_MODE_ENABLED
Value:
0U

Enable verbose mode.


Definition at line 47 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/app_os_stat/config/app_os_stat_config.h