6 #ifndef RTOS_PORT_MACROS_HPP_
7 #define RTOS_PORT_MACROS_HPP_
9 #define RTOS_LOW_POWER_MODE() __asm volatile("nop\n")
11 #define RTOS_NOP() __asm volatile("nop\n")
13 #define RTOS_INT_PRI (0x80)
14 #define RTOS_NO_CALL_INT_LO_PRI (0x40)
15 #define RTOS_NO_CALL_INT_ME_PRI (0x20)
16 #define RTOS_NO_CALL_INT_HI_PRI (0x00)