Home
last modified time | relevance | path

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

/cmsis_6-latest/CMSIS/RTOS2/Include/
Dcmsis_os2.h222 #define osThreadProcessor(n) (1UL << (n)) ///< Thread processor number for SMP systems macro
/cmsis_6-latest/CMSIS/Documentation/Doxygen/RTOS2/src/
Dref_cmsis_os2_thread.txt366 \def osThreadProcessor(n)
370 The preprocessor macro \b osThreadProcessor constructs the value for the osThreadAttr_t::affinity_m…
931 status = osThreadSetAffinityMask(id, osThreadProcessor(1)); // run thread processor #1
1097 Use the \ref osThreadProcessor macro to create the mask value. Multiple processors can be specified…