Searched refs:instances (Results 1 – 4 of 4) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wireless/framework_5.3.3/OSAbstraction/Interface/ |
| D | fsl_os_abstraction.h | 84 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-latest/mcux/mcux-sdk/components/osa/ |
| D | fsl_os_abstraction.h | 72 uint32_t instances; /*!< maximum number of instances of that thread function*/ member 271 #define osThreadStackDef(name, stacksize, instances) \ argument 272 const uint32_t osThreadStackArray(name)[SIZE_IN_UINT32_UNITS(stacksize) * (instances)]; 284 #define OSA_TASK_DEFINE(name, priority, instances, stackSz, useFloat) … argument 285 …osa_thread_link_t osThreadLink_##name[instances] = {0}; … 286 …osThreadStackDef(name, stackSz, instances) osa_task_def_t os_thread_def_##name = { … 287 …(name), (priority), (instances), (stackSz), (uint8_t *) osThreadStackArray(name), osThre… 291 #define OSA_TASK_DEFINE(name, priority, instances, stackSz, useFloat) … argument 292 …osa_thread_link_t osThreadLink_##name[instances] = {0}; … 293 …osThreadStackDef(name, stackSz, instances) osa_task_def_t os_thread_def_##name = { … [all …]
|
| /hal_nxp-latest/s32/ |
| D | README | 57 - Set the number of UART LINFlexD instances configured that bases on the number of 59 - Set the number of SPI instances configured that bases on the number of devicetree SPI
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/rpmsg_lite/ |
| D | README.md | 125 …instances are running in parallel but different shared memory arrangement (vring size & alignment,…
|