Home
last modified time | relevance | path

Searched refs:ulPortGetIPL (Results 1 – 10 of 10) sorted by relevance

/Kernel-v11.1.0/portable/GCC/RX200/
Dportmacro.h117 …#define portASSERT_IF_INTERRUPT_PRIORITY_INVALID() configASSERT( ( ulPortGetIPL() <= configMAX_…
118 …#define portDISABLE_INTERRUPTS() if( ulPortGetIPL() < configMAX_SYSCALL_INTER…
133 uint32_t ulPortGetIPL( void ) __attribute__( ( naked ) );
135 #define portSET_INTERRUPT_MASK_FROM_ISR() ulPortGetIPL(); portDISABLE_…
Dport.c418 uint32_t ulPortGetIPL( void ) in ulPortGetIPL() function
/Kernel-v11.1.0/portable/GCC/RX600/
Dportmacro.h117 …#define portASSERT_IF_INTERRUPT_PRIORITY_INVALID() configASSERT( ( ulPortGetIPL() <= configMAX_…
118 …#define portDISABLE_INTERRUPTS() if( ulPortGetIPL() < configMAX_SYSCALL_INTER…
133 uint32_t ulPortGetIPL( void ) __attribute__( ( naked ) );
135 #define portSET_INTERRUPT_MASK_FROM_ISR() ulPortGetIPL(); portDISABLE_…
Dport.c369 uint32_t ulPortGetIPL( void ) in ulPortGetIPL() function
/Kernel-v11.1.0/portable/GCC/RX600v2/
Dportmacro.h117 …#define portASSERT_IF_INTERRUPT_PRIORITY_INVALID() configASSERT( ( ulPortGetIPL() <= configMAX_…
118 …#define portDISABLE_INTERRUPTS() if( ulPortGetIPL() < configMAX_SYSCALL_INTER…
133 uint32_t ulPortGetIPL( void ) __attribute__( ( naked ) );
135 #define portSET_INTERRUPT_MASK_FROM_ISR() ulPortGetIPL(); portDISABLE_…
Dport.c412 uint32_t ulPortGetIPL( void ) in ulPortGetIPL() function
/Kernel-v11.1.0/portable/GCC/RX700v3_DPFPU/
Dportmacro.h141 …#define portASSERT_IF_INTERRUPT_PRIORITY_INVALID() configASSERT( ( ulPortGetIPL() <= configMAX_…
142 …#define portDISABLE_INTERRUPTS() if( ulPortGetIPL() < configMAX_SYSCALL_INTER…
157 uint32_t ulPortGetIPL( void ) __attribute__( ( naked ) );
159 #define portSET_INTERRUPT_MASK_FROM_ISR() ulPortGetIPL(); portDISABLE_…
Dport.c588 uint32_t ulPortGetIPL( void ) in ulPortGetIPL() function
/Kernel-v11.1.0/portable/GCC/RX100/
Dportmacro.h115 …#define portASSERT_IF_INTERRUPT_PRIORITY_INVALID() configASSERT( ( ulPortGetIPL() <= configMAX_…
116 …#define portDISABLE_INTERRUPTS() if( ulPortGetIPL() < configMAX_SYSCALL_INTER…
131 uint32_t ulPortGetIPL( void ) __attribute__( ( naked ) );
133 #define portSET_INTERRUPT_MASK_FROM_ISR() ulPortGetIPL(); portDISABLE_…
Dport.c454 uint32_t ulPortGetIPL( void ) in ulPortGetIPL() function