Home
last modified time | relevance | path

Searched refs:portCLEAR_INTERRUPT_MASK_FROM_ISR (Results 1 – 6 of 6) sorted by relevance

/device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/platform/system/
Dduet_common.c75portCLEAR_INTERRUPT_MASK_FROM_ISR((configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY + 1) << (8 - confi… in lega_enter_critical_expble()
80 portCLEAR_INTERRUPT_MASK_FROM_ISR(0); in lega_exit_critical_expble()
/device/soc/esp/esp32/components/osal/include/esp_osal/
Datomic.h64 portCLEAR_INTERRUPT_MASK_FROM_ISR( uxCriticalSectionType )
Desp_osal.h283 #ifndef portCLEAR_INTERRUPT_MASK_FROM_ISR
284 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( uxSavedStatusValue ) ( void ) uxSavedStatusValue macro
916 #define portTICK_TYPE_CLEAR_INTERRUPT_MASK_FROM_ISR( x ) portCLEAR_INTERRUPT_MASK_FROM_ISR( ( x ) )
Dtask.h216 #define taskEXIT_CRITICAL_FROM_ISR( x ) portCLEAR_INTERRUPT_MASK_FROM_ISR( x )
/device/soc/esp/esp32/components/osal/port/xtensa/include/esp_osal/
Dportmacro.h263 #define portCLEAR_INTERRUPT_MASK_FROM_ISR(state) portEXIT_CRITICAL_NESTED(state) macro
/device/soc/esp/esp32/components/osal/
Dqueue.c956 portCLEAR_INTERRUPT_MASK_FROM_ISR( uxSavedInterruptStatus ); in xQueueGenericSendFromISR()
1056 portCLEAR_INTERRUPT_MASK_FROM_ISR( uxSavedInterruptStatus ); in xQueueGiveFromISR()
1417 portCLEAR_INTERRUPT_MASK_FROM_ISR( uxSavedInterruptStatus ); in xQueueReceiveFromISR()