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_STAT_THREAD_PRIO osPriorityHigh
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_ENABLEDValue:
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_ENABLEDValue:
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_THREADSValue:
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_CNTValue:
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_CHANNELValue:
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_WORDValue:
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_PRIOValue:
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_ENABLEDValue:
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_MSValue:
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_ENABLEDValue:
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