Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/wireless/framework_5.3.3/OSAbstraction/Interface/
Dfsl_os_abstraction.h84 uint32_t instances; /*!< maximum number of instances of that thread function*/ member
147 #define osThreadStackDef(name, stacksize, instances) \ argument
148 uint32_t osThreadStackArray(name)[SIZE_IN_UINT32_UNITS(stacksize)*(instances)];
160 #define OSA_TASK_DEFINE(name, priority, instances, stackSz, useFloat) \ argument
161 osaThreadLink_t osThreadLink_##name[instances] = {0}; \
162 osThreadStackDef(name, stackSz, instances) \
165 (instances), \
173 #define OSA_TASK_DEFINE(name, priority, instances, stackSz, useFloat) \ argument
174 osaThreadLink_t osThreadLink_##name[instances] = {0}; \
175 osThreadStackDef(name, stackSz, instances) \
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction.h65 uint32_t instances; /*!< maximum number of instances of that thread function*/ member
218 #define osThreadStackDef(name, stacksize, instances) \ argument
219 const uint32_t osThreadStackArray(name)[SIZE_IN_UINT32_UNITS(stacksize) * (instances)];
231 #define OSA_TASK_DEFINE(name, priority, instances, stackSz, useFloat) … argument
232 …osa_thread_link_t osThreadLink_##name[instances] = {0}; …
233 …osThreadStackDef(name, stackSz, instances) osa_task_def_t os_thread_def_##name = { …
234 …(name), (priority), (instances), (stackSz), osThreadStackArray(name), osThreadLink_##nam…
238 #define OSA_TASK_DEFINE(name, priority, instances, stackSz, useFloat) … argument
239 …osa_thread_link_t osThreadLink_##name[instances] = {0}; …
240 …osThreadStackDef(name, stackSz, instances) osa_task_def_t os_thread_def_##name = { …
[all …]