gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 10 of 11 for funcall:disint from mtkernel_3 (0.00 seconds)
mtkernel_3
include/tk/sysdepend/cpu/core/armv7a/syslib.h - 1.1KB - 41 lines
36: 
37: #define DI(intsts)      ( (intsts) = (UINT)disint() )
38: #define EI(intsts)      ( enaint((UW)intsts) )
include/tk/sysdepend/cpu/core/armv7m/syslib.h - 2.0KB - 66 lines
39: 
40: #define DI(intsts)              ( (intsts) = disint() )
41: #define EI(intsts)              ( set_basepri(intsts) )
include/tk/sysdepend/cpu/core/rxv2/syslib.h - 1.4KB - 51 lines
38: 
39: #define DI(intsts)              ( (intsts) = disint() )
40: #define EI(intsts)              ( setint(intsts) )
kernel/sysdepend/cpu/core/armv7a/cpu_status.h - 3.8KB - 139 lines
28:  */
29: #define BEGIN_CRITICAL_SECTION  { UINT _intsts_ = disint();
30: #define END_CRITICAL_SECTION    if ( !isDI(_intsts_)                       \
More results from cpu_status.h
kernel/sysdepend/cpu/core/armv7a/sys_timer.h - 2.8KB - 95 lines
62: {
63:         disint();      /* disint() in front of the EOI to prevent inadvertent interrupts. */
64:         EndOfInt(INTNO_SYSTICK);
kernel/sysdepend/cpu/core/armv7m/cpu_status.h - 3.3KB - 118 lines
28:  */
29: #define BEGIN_CRITICAL_SECTION  { UINT _basepri_ = disint();
30: #define END_CRITICAL_SECTION    if ( !isDI(_basepri_)                      \
More results from cpu_status.h
kernel/sysdepend/cpu/core/rxv2/cpu_status.h - 3.3KB - 119 lines
28:  */
29: #define BEGIN_CRITICAL_SECTION  { UINT _sr_ = disint();
30: #define END_CRITICAL_SECTION    if ( !isDI(_sr_)                   \
More results from cpu_status.h
kernel/sysdepend/iote_m367/hw_setting.c - 3.1KB - 124 lines
94: {
95:         disint();
96:         while(1);
kernel/sysdepend/iote_rx231/hw_setting.c - 4.0KB - 147 lines
115: {
116:         disint();
117:         shutdown_clock();
kernel/sysdepend/iote_rza2m/hw_setting.c - 4.1KB - 139 lines
108: {
109:         disint();
110:         shutdown_clock();