Searched refs:ulPortGetIPL (Results 1 – 10 of 10) sorted by relevance
117 …#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_…
418 uint32_t ulPortGetIPL( void ) in ulPortGetIPL() function
369 uint32_t ulPortGetIPL( void ) in ulPortGetIPL() function
412 uint32_t ulPortGetIPL( void ) in ulPortGetIPL() function
141 …#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_…
588 uint32_t ulPortGetIPL( void ) in ulPortGetIPL() function
115 …#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_…
454 uint32_t ulPortGetIPL( void ) in ulPortGetIPL() function