Lines Matching full:with
23 Each RTOS that is compliant with CMSIS-RTOS shall provide a specific \b cmsis_os.h header file that…
35 All definitions are prefixed with \b os to give an unique name space for CMSIS-RTOS functions.
39 Definitions that are marked with <b>CAN BE CHANGED</b> can be adapted towards the needs of the actu…
42 Definitions that are marked with <b>MUST REMAIN UNCHANGED</b> cannot be altered. Otherwise the CMSI…
59 If this is impossible, the CMSIS-RTOS rejects calls by nested ISR functions with the status code \b…
64 With <b>\#define osObjectsExternal</b> objects are defined as external symbols. This allows to crea…
159 …osErrorISRRecursive = 0x83, ///< function called multiple times from ISR with same obje…
292 /// Start the RTOS Kernel with executing the specified thread.
293 /// \param[in] thread_def thread definition referenced with \ref osThread.
307 /// Create a Thread Definition with function, priority, and stack requirements.
332 /// \param[in] thread_def thread definition referenced with \ref osThread.
410 /// \param[in] timer_def timer object referenced with \ref osTimer.
483 /// \param[in] mutex_def mutex definition referenced with \ref osMutex.
531 /// \param[in] semaphore_def semaphore definition referenced with \ref osSemaphore.
538 /// \param[in] semaphore_id semaphore object referenced with \ref osSemaphore.
545 /// \param[in] semaphore_id semaphore object referenced with \ref osSemaphore.
579 /// \param[in] pool_def memory pool definition referenced with \ref osPool.
585 /// \param[in] pool_id memory pool ID obtain referenced with \ref osPoolCreate.
591 /// \param[in] pool_id memory pool ID obtain referenced with \ref osPoolCreate.
597 /// \param[in] pool_id memory pool ID obtain referenced with \ref osPoolCreate.
633 /// \param[in] queue_def queue definition referenced with \ref osMessageQ.
640 /// \param[in] queue_id message queue ID obtained with \ref osMessageCreate.
648 /// \param[in] queue_id message queue ID obtained with \ref osMessageCreate.
684 /// \param[in] queue_def reference to the mail queue definition obtain with \ref osMailQ
691 /// \param[in] queue_id mail queue ID obtained with \ref osMailCreate.
693 /// \return pointer to memory block that can be filled with mail or NULL in case error.
698 /// \param[in] queue_id mail queue ID obtained with \ref osMailCreate.
700 /// \return pointer to memory block that can shall filled with mail or NULL in case error.
705 /// \param[in] queue_id mail queue ID obtained with \ref osMailCreate.
706 /// \param[in] mail memory block previously allocated with \ref osMailAlloc or \ref os…
712 /// \param[in] queue_id mail queue ID obtained with \ref osMailCreate.
719 /// \param[in] queue_id mail queue ID obtained with \ref osMailCreate.
720 /// \param[in] mail pointer to the memory block that was obtained with \ref osMailGet.