Home
last modified time | relevance | path

Searched refs:COMMON_TASK_MAX_MSGQ_COUNT (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/components/common_task/
Dfsl_component_common_task.h32 #ifndef COMMON_TASK_MAX_MSGQ_COUNT
33 #define COMMON_TASK_MAX_MSGQ_COUNT (8U) macro
Dfsl_component_common_task.c31 OSA_MSGQ_HANDLE_DEFINE(msgqhandle, COMMON_TASK_MAX_MSGQ_COUNT, sizeof(void *));
81 …OSA_MsgQCreate((osa_msgq_handle_t)s_commonTaskState->msgqhandle, COMMON_TASK_MAX_MSGQ_COUNT, sizeo… in COMMON_TASK_init()