UCOS_TI_LM3S_Keil
 全部 结构体 文件 函数 变量 类型定义 宏定义 
os_cfg.h 文件参考

浏览源代码.

宏定义

#define OS_APP_HOOKS_EN   1u /* Application-defined hooks are called from the uC/OS-II hooks */
 
#define OS_ARG_CHK_EN   1u /* Enable (1) or Disable (0) argument checking */
 
#define OS_CPU_HOOKS_EN   1u /* uC/OS-II hooks are found in the processor port files */
 
#define OS_DEBUG_EN   0u /* Enable(1) debug variables */
 
#define OS_EVENT_MULTI_EN   1u /* Include code for OSEventPendMulti() */
 
#define OS_EVENT_NAME_EN   1u /* Enable names for Sem, Mutex, Mbox and Q */
 
#define OS_LOWEST_PRIO   31u /* Defines the lowest priority that can be assigned ... */
 
#define OS_MAX_EVENTS   100u /* Max. number of event control blocks in your application */
 
#define OS_MAX_FLAGS   5u /* Max. number of Event Flag Groups in your application */
 
#define OS_MAX_MEM_PART   5u /* Max. number of memory partitions */
 
#define OS_MAX_QS   4u /* Max. number of queue control blocks in your application */
 
#define OS_MAX_TASKS   20u /* Max. number of tasks in your application, MUST be >= 2 */
 
#define OS_SCHED_LOCK_EN   1u /* Include code for OSSchedLock() and OSSchedUnlock() */
 
#define OS_TICK_STEP_EN   0u /* Enable tick stepping feature for uC/OS-View */
 
#define OS_TICKS_PER_SEC   1000u /* Set the number of ticks in one second */
 
#define OS_TASK_TMR_STK_SIZE   128u /* Timer task stack size (# of OS_STK wide entries) */
 
#define OS_TASK_STAT_STK_SIZE   128u /* Statistics task stack size (# of OS_STK wide entries) */
 
#define OS_TASK_IDLE_STK_SIZE   128u /* Idle task stack size (# of OS_STK wide entries) */
 
#define OS_TASK_TMR_PRIO   (OS_LOWEST_PRIO - 2) /* The priority of the Timer management task */
 
#define OS_TASK_CHANGE_PRIO_EN   1u /* Include code for OSTaskChangePrio() */
 
#define OS_TASK_CREATE_EN   1u /* Include code for OSTaskCreate() */
 
#define OS_TASK_CREATE_EXT_EN   1u /* Include code for OSTaskCreateExt() */
 
#define OS_TASK_DEL_EN   1u /* Include code for OSTaskDel() */
 
#define OS_TASK_NAME_EN   1u /* Enable task names */
 
#define OS_TASK_PROFILE_EN   1u /* Include variables in OS_TCB for profiling */
 
#define OS_TASK_QUERY_EN   1u /* Include code for OSTaskQuery() */
 
#define OS_TASK_STAT_EN   1u /* Enable (1) or Disable(0) the statistics task */
 
#define OS_TASK_STAT_STK_CHK_EN   1u /* Check task stacks from statistic task */
 
#define OS_TASK_SUSPEND_EN   1u /* Include code for OSTaskSuspend() and OSTaskResume() */
 
#define OS_TASK_SW_HOOK_EN   1u /* Include code for OSTaskSwHook() */
 
#define OS_TASK_REG_TBL_SIZE   5u /* Size of task variables array (#of INT32U entries) */
 
#define OS_FLAG_EN   1u /* Enable (1) or Disable (0) code generation for EVENT FLAGS */
 
#define OS_FLAG_ACCEPT_EN   1u /* Include code for OSFlagAccept() */
 
#define OS_FLAG_DEL_EN   1u /* Include code for OSFlagDel() */
 
#define OS_FLAG_NAME_EN   1u /* Enable names for event flag group */
 
#define OS_FLAG_QUERY_EN   1u /* Include code for OSFlagQuery() */
 
#define OS_FLAG_WAIT_CLR_EN   1u /* Include code for Wait on Clear EVENT FLAGS */
 
#define OS_FLAGS_NBITS   16u /* Size in #bits of OS_FLAGS data type (8, 16 or 32) */
 
#define OS_MBOX_EN   1u /* Enable (1) or Disable (0) code generation for MAILBOXES */
 
#define OS_MBOX_ACCEPT_EN   1u /* Include code for OSMboxAccept() */
 
#define OS_MBOX_DEL_EN   1u /* Include code for OSMboxDel() */
 
#define OS_MBOX_PEND_ABORT_EN   1u /* Include code for OSMboxPendAbort() */
 
#define OS_MBOX_POST_EN   1u /* Include code for OSMboxPost() */
 
#define OS_MBOX_POST_OPT_EN   1u /* Include code for OSMboxPostOpt() */
 
#define OS_MBOX_QUERY_EN   1u /* Include code for OSMboxQuery() */
 
#define OS_MEM_EN   1u /* Enable (1) or Disable (0) code generation for MEMORY MANAGER */
 
#define OS_MEM_NAME_EN   1u /* Enable memory partition names */
 
#define OS_MEM_QUERY_EN   1u /* Include code for OSMemQuery() */
 
#define OS_MUTEX_EN   1u /* Enable (1) or Disable (0) code generation for MUTEX */
 
#define OS_MUTEX_ACCEPT_EN   1u /* Include code for OSMutexAccept() */
 
#define OS_MUTEX_DEL_EN   1u /* Include code for OSMutexDel() */
 
#define OS_MUTEX_QUERY_EN   1u /* Include code for OSMutexQuery() */
 
#define OS_Q_EN   1u /* Enable (1) or Disable (0) code generation for QUEUES */
 
#define OS_Q_ACCEPT_EN   1u /* Include code for OSQAccept() */
 
#define OS_Q_DEL_EN   1u /* Include code for OSQDel() */
 
#define OS_Q_FLUSH_EN   1u /* Include code for OSQFlush() */
 
#define OS_Q_PEND_ABORT_EN   1u /* Include code for OSQPendAbort() */
 
#define OS_Q_POST_EN   1u /* Include code for OSQPost() */
 
#define OS_Q_POST_FRONT_EN   1u /* Include code for OSQPostFront() */
 
#define OS_Q_POST_OPT_EN   1u /* Include code for OSQPostOpt() */
 
#define OS_Q_QUERY_EN   1u /* Include code for OSQQuery() */
 
#define OS_SEM_EN   1u /* Enable (1) or Disable (0) code generation for SEMAPHORES */
 
#define OS_SEM_ACCEPT_EN   1u /* Include code for OSSemAccept() */
 
#define OS_SEM_DEL_EN   1u /* Include code for OSSemDel() */
 
#define OS_SEM_PEND_ABORT_EN   1u /* Include code for OSSemPendAbort() */
 
#define OS_SEM_QUERY_EN   1u /* Include code for OSSemQuery() */
 
#define OS_SEM_SET_EN   1u /* Include code for OSSemSet() */
 
#define OS_TIME_DLY_HMSM_EN   1u /* Include code for OSTimeDlyHMSM() */
 
#define OS_TIME_DLY_RESUME_EN   1u /* Include code for OSTimeDlyResume() */
 
#define OS_TIME_GET_SET_EN   1u /* Include code for OSTimeGet() and OSTimeSet() */
 
#define OS_TIME_TICK_HOOK_EN   1u /* Include code for OSTimeTickHook() */
 
#define OS_TMR_EN   1u /* Enable (1) or Disable (0) code generation for TIMERS */
 
#define OS_TMR_CFG_MAX   16u /* Maximum number of timers */
 
#define OS_TMR_CFG_NAME_EN   1u /* Determine timer names */
 
#define OS_TMR_CFG_WHEEL_SIZE   8u /* Size of timer wheel (#Spokes) */
 
#define OS_TMR_CFG_TICKS_PER_SEC   10u /* Rate at which timer management task runs (Hz) */
 

宏定义说明

#define OS_APP_HOOKS_EN   1u /* Application-defined hooks are called from the uC/OS-II hooks */

在文件 os_cfg.h30 行定义.

#define OS_ARG_CHK_EN   1u /* Enable (1) or Disable (0) argument checking */

在文件 os_cfg.h31 行定义.

#define OS_CPU_HOOKS_EN   1u /* uC/OS-II hooks are found in the processor port files */

在文件 os_cfg.h32 行定义.

#define OS_DEBUG_EN   0u /* Enable(1) debug variables */

在文件 os_cfg.h34 行定义.

#define OS_EVENT_MULTI_EN   1u /* Include code for OSEventPendMulti() */

在文件 os_cfg.h36 行定义.

#define OS_EVENT_NAME_EN   1u /* Enable names for Sem, Mutex, Mbox and Q */

在文件 os_cfg.h37 行定义.

#define OS_LOWEST_PRIO   31u /* Defines the lowest priority that can be assigned ... */

在文件 os_cfg.h39 行定义.

#define OS_MAX_EVENTS   100u /* Max. number of event control blocks in your application */

在文件 os_cfg.h42 行定义.

#define OS_MAX_FLAGS   5u /* Max. number of Event Flag Groups in your application */

在文件 os_cfg.h43 行定义.

#define OS_MAX_MEM_PART   5u /* Max. number of memory partitions */

在文件 os_cfg.h44 行定义.

#define OS_MAX_QS   4u /* Max. number of queue control blocks in your application */

在文件 os_cfg.h45 行定义.

#define OS_MAX_TASKS   20u /* Max. number of tasks in your application, MUST be >= 2 */

在文件 os_cfg.h46 行定义.

#define OS_SCHED_LOCK_EN   1u /* Include code for OSSchedLock() and OSSchedUnlock() */

在文件 os_cfg.h48 行定义.

#define OS_TICK_STEP_EN   0u /* Enable tick stepping feature for uC/OS-View */

在文件 os_cfg.h50 行定义.

#define OS_TICKS_PER_SEC   1000u /* Set the number of ticks in one second */

在文件 os_cfg.h51 行定义.

#define OS_TASK_TMR_STK_SIZE   128u /* Timer task stack size (# of OS_STK wide entries) */

在文件 os_cfg.h55 行定义.

#define OS_TASK_STAT_STK_SIZE   128u /* Statistics task stack size (# of OS_STK wide entries) */

在文件 os_cfg.h56 行定义.

#define OS_TASK_IDLE_STK_SIZE   128u /* Idle task stack size (# of OS_STK wide entries) */

在文件 os_cfg.h57 行定义.

#define OS_TASK_TMR_PRIO   (OS_LOWEST_PRIO - 2) /* The priority of the Timer management task */

在文件 os_cfg.h63 行定义.

#define OS_TASK_CHANGE_PRIO_EN   1u /* Include code for OSTaskChangePrio() */

在文件 os_cfg.h66 行定义.

#define OS_TASK_CREATE_EN   1u /* Include code for OSTaskCreate() */

在文件 os_cfg.h67 行定义.

#define OS_TASK_CREATE_EXT_EN   1u /* Include code for OSTaskCreateExt() */

在文件 os_cfg.h68 行定义.

#define OS_TASK_DEL_EN   1u /* Include code for OSTaskDel() */

在文件 os_cfg.h69 行定义.

#define OS_TASK_NAME_EN   1u /* Enable task names */

在文件 os_cfg.h70 行定义.

#define OS_TASK_PROFILE_EN   1u /* Include variables in OS_TCB for profiling */

在文件 os_cfg.h71 行定义.

#define OS_TASK_QUERY_EN   1u /* Include code for OSTaskQuery() */

在文件 os_cfg.h72 行定义.

#define OS_TASK_STAT_EN   1u /* Enable (1) or Disable(0) the statistics task */

在文件 os_cfg.h73 行定义.

#define OS_TASK_STAT_STK_CHK_EN   1u /* Check task stacks from statistic task */

在文件 os_cfg.h74 行定义.

#define OS_TASK_SUSPEND_EN   1u /* Include code for OSTaskSuspend() and OSTaskResume() */

在文件 os_cfg.h75 行定义.

#define OS_TASK_SW_HOOK_EN   1u /* Include code for OSTaskSwHook() */

在文件 os_cfg.h76 行定义.

#define OS_TASK_REG_TBL_SIZE   5u /* Size of task variables array (#of INT32U entries) */

在文件 os_cfg.h77 行定义.

#define OS_FLAG_EN   1u /* Enable (1) or Disable (0) code generation for EVENT FLAGS */

在文件 os_cfg.h81 行定义.

#define OS_FLAG_ACCEPT_EN   1u /* Include code for OSFlagAccept() */

在文件 os_cfg.h82 行定义.

#define OS_FLAG_DEL_EN   1u /* Include code for OSFlagDel() */

在文件 os_cfg.h83 行定义.

#define OS_FLAG_NAME_EN   1u /* Enable names for event flag group */

在文件 os_cfg.h84 行定义.

#define OS_FLAG_QUERY_EN   1u /* Include code for OSFlagQuery() */

在文件 os_cfg.h85 行定义.

#define OS_FLAG_WAIT_CLR_EN   1u /* Include code for Wait on Clear EVENT FLAGS */

在文件 os_cfg.h86 行定义.

#define OS_FLAGS_NBITS   16u /* Size in #bits of OS_FLAGS data type (8, 16 or 32) */

在文件 os_cfg.h87 行定义.

#define OS_MBOX_EN   1u /* Enable (1) or Disable (0) code generation for MAILBOXES */

在文件 os_cfg.h91 行定义.

#define OS_MBOX_ACCEPT_EN   1u /* Include code for OSMboxAccept() */

在文件 os_cfg.h92 行定义.

#define OS_MBOX_DEL_EN   1u /* Include code for OSMboxDel() */

在文件 os_cfg.h93 行定义.

#define OS_MBOX_PEND_ABORT_EN   1u /* Include code for OSMboxPendAbort() */

在文件 os_cfg.h94 行定义.

#define OS_MBOX_POST_EN   1u /* Include code for OSMboxPost() */

在文件 os_cfg.h95 行定义.

#define OS_MBOX_POST_OPT_EN   1u /* Include code for OSMboxPostOpt() */

在文件 os_cfg.h96 行定义.

#define OS_MBOX_QUERY_EN   1u /* Include code for OSMboxQuery() */

在文件 os_cfg.h97 行定义.

#define OS_MEM_EN   1u /* Enable (1) or Disable (0) code generation for MEMORY MANAGER */

在文件 os_cfg.h101 行定义.

#define OS_MEM_NAME_EN   1u /* Enable memory partition names */

在文件 os_cfg.h102 行定义.

#define OS_MEM_QUERY_EN   1u /* Include code for OSMemQuery() */

在文件 os_cfg.h103 行定义.

#define OS_MUTEX_EN   1u /* Enable (1) or Disable (0) code generation for MUTEX */

在文件 os_cfg.h107 行定义.

#define OS_MUTEX_ACCEPT_EN   1u /* Include code for OSMutexAccept() */

在文件 os_cfg.h108 行定义.

#define OS_MUTEX_DEL_EN   1u /* Include code for OSMutexDel() */

在文件 os_cfg.h109 行定义.

#define OS_MUTEX_QUERY_EN   1u /* Include code for OSMutexQuery() */

在文件 os_cfg.h110 行定义.

#define OS_Q_EN   1u /* Enable (1) or Disable (0) code generation for QUEUES */

在文件 os_cfg.h114 行定义.

#define OS_Q_ACCEPT_EN   1u /* Include code for OSQAccept() */

在文件 os_cfg.h115 行定义.

#define OS_Q_DEL_EN   1u /* Include code for OSQDel() */

在文件 os_cfg.h116 行定义.

#define OS_Q_FLUSH_EN   1u /* Include code for OSQFlush() */

在文件 os_cfg.h117 行定义.

#define OS_Q_PEND_ABORT_EN   1u /* Include code for OSQPendAbort() */

在文件 os_cfg.h118 行定义.

#define OS_Q_POST_EN   1u /* Include code for OSQPost() */

在文件 os_cfg.h119 行定义.

#define OS_Q_POST_FRONT_EN   1u /* Include code for OSQPostFront() */

在文件 os_cfg.h120 行定义.

#define OS_Q_POST_OPT_EN   1u /* Include code for OSQPostOpt() */

在文件 os_cfg.h121 行定义.

#define OS_Q_QUERY_EN   1u /* Include code for OSQQuery() */

在文件 os_cfg.h122 行定义.

#define OS_SEM_EN   1u /* Enable (1) or Disable (0) code generation for SEMAPHORES */

在文件 os_cfg.h126 行定义.

#define OS_SEM_ACCEPT_EN   1u /* Include code for OSSemAccept() */

在文件 os_cfg.h127 行定义.

#define OS_SEM_DEL_EN   1u /* Include code for OSSemDel() */

在文件 os_cfg.h128 行定义.

#define OS_SEM_PEND_ABORT_EN   1u /* Include code for OSSemPendAbort() */

在文件 os_cfg.h129 行定义.

#define OS_SEM_QUERY_EN   1u /* Include code for OSSemQuery() */

在文件 os_cfg.h130 行定义.

#define OS_SEM_SET_EN   1u /* Include code for OSSemSet() */

在文件 os_cfg.h131 行定义.

#define OS_TIME_DLY_HMSM_EN   1u /* Include code for OSTimeDlyHMSM() */

在文件 os_cfg.h135 行定义.

#define OS_TIME_DLY_RESUME_EN   1u /* Include code for OSTimeDlyResume() */

在文件 os_cfg.h136 行定义.

#define OS_TIME_GET_SET_EN   1u /* Include code for OSTimeGet() and OSTimeSet() */

在文件 os_cfg.h137 行定义.

#define OS_TIME_TICK_HOOK_EN   1u /* Include code for OSTimeTickHook() */

在文件 os_cfg.h138 行定义.

#define OS_TMR_EN   1u /* Enable (1) or Disable (0) code generation for TIMERS */

在文件 os_cfg.h142 行定义.

#define OS_TMR_CFG_MAX   16u /* Maximum number of timers */

在文件 os_cfg.h143 行定义.

#define OS_TMR_CFG_NAME_EN   1u /* Determine timer names */

在文件 os_cfg.h144 行定义.

#define OS_TMR_CFG_WHEEL_SIZE   8u /* Size of timer wheel (#Spokes) */

在文件 os_cfg.h145 行定义.

#define OS_TMR_CFG_TICKS_PER_SEC   10u /* Rate at which timer management task runs (Hz) */

在文件 os_cfg.h146 行定义.