gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for fundef:ENABLE_INTERRUPT_UPTO from mtkernel_3 (0.00 seconds)
mtkernel_3
kernel/sysdepend/cpu/core/armv7a/cpu_status.h - 3.8KB - 139 lines
53:  */
54: #define ENABLE_INTERRUPT_UPTO(level)    { enaint(0); }
55: 
kernel/sysdepend/cpu/core/armv7m/cpu_status.h - 3.3KB - 118 lines
52:  */
53: #define ENABLE_INTERRUPT_UPTO(level)    { set_basepri(0); }
54: 
kernel/sysdepend/cpu/core/rxv2/cpu_status.h - 3.3KB - 119 lines
52:  */
53: #define ENABLE_INTERRUPT_UPTO(level)    { setint(level); }
54: