Home
last modified time | relevance | path

Searched refs:rt_uint8_t (Results 1 – 5 of 5) sorted by relevance

/include/
A Drtsched.h23 typedef rt_uint8_t rt_sched_thread_status_t;
35 rt_uint8_t current_priority; /**< current priority */
36 rt_uint8_t init_priority; /**< initialized priority */
38 rt_uint8_t number; /**< priority low number */
39 rt_uint8_t high_mask; /**< priority high mask */
53 rt_uint8_t stat; /**< thread status */
63 rt_uint8_t oncpu; /**< process on cpu */
124 rt_uint8_t rt_sched_thread_get_stat(struct rt_thread *thread);
125 rt_uint8_t rt_sched_thread_get_curr_prio(struct rt_thread *thread);
126 rt_uint8_t rt_sched_thread_get_init_prio(struct rt_thread *thread);
[all …]
A Drtthread.h119 rt_uint8_t flag);
126 rt_uint8_t flag);
427 rt_uint8_t flag);
460 rt_uint8_t rt_mutex_setprioceiling(rt_mutex_t mutex, rt_uint8_t priority);
502 rt_uint8_t opt,
507 rt_uint8_t opt,
512 rt_uint8_t opt,
533 rt_uint8_t flag);
587 rt_uint8_t flag);
593 rt_uint8_t flag);
[all …]
A Drtdef.h697 rt_uint8_t irq_switch_flag:1;
698 rt_uint8_t sched_lock_flag:1;
700 rt_uint8_t critical_switch_flag:1;
703 rt_uint8_t current_priority;
707 rt_uint8_t ready_table[32];
885 rt_uint8_t event_info;
1034 rt_uint8_t reserved; /**< reserved field */
1186 rt_uint8_t owner_thread_name[4]; /**< owner thread name */
1393 rt_uint8_t ref_count; /**< reference count */
1395 rt_uint8_t master_id; /**< 0 - 255 */
[all …]
A Drthw.h46 #define HWREG8(x) (*((volatile rt_uint8_t *)(x)))
97 rt_uint8_t *rt_hw_stack_init(void *entry,
99 rt_uint8_t *stack_addr,
A Drttypes.h48 typedef uint8_t rt_uint8_t; /**< 8bit unsigned integer type */ typedef
57 typedef unsigned char rt_uint8_t; /**< 8bit unsigned integer type */ typedef

Completed in 12 milliseconds