Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/
Dportmux_impl.h68 #define PORTMUX_AQUIRE_MUX_FN_CALL_ARGS( x ) x, timeout_cycles, fnName, line macro
73 #define PORTMUX_AQUIRE_MUX_FN_CALL_ARGS( x ) x, timeout_cycles macro
83 return vPortCPUAcquireMutexIntsDisabledExtram( PORTMUX_AQUIRE_MUX_FN_CALL_ARGS( mux ) ); in vPortCPUAcquireMutexIntsDisabled()
86 return vPortCPUAcquireMutexIntsDisabledInternal( PORTMUX_AQUIRE_MUX_FN_CALL_ARGS( mux ) ); in vPortCPUAcquireMutexIntsDisabled()