RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
载入中...
搜索中...
未找到
hardware.h
浏览该文件的文档.
1/*
2 * This file is only used for doxygen document generation.
3 */
4
19
24
32
41
46
54void rt_hw_interrupt_mask(int vector);
55
63void rt_hw_interrupt_umask(int vector);
64
74void rt_hw_interrupt_install(int vector, rt_isr_handler_t new_handler,
75 rt_isr_handler_t *old_handler);
76
void rt_hw_interrupt_enable(rt_base_t level)
void rt_hw_interrupt_mask(int vector)
rt_base_t rt_hw_interrupt_disable(void)
void rt_hw_interrupt_init(void)
void rt_hw_interrupt_install(int vector, rt_isr_handler_t new_handler, rt_isr_handler_t *old_handler)
void rt_hw_interrupt_umask(int vector)
void(* rt_isr_handler_t)(int vector, void *param)
定义 rthw.h:109
rt_int32_t rt_base_t