FreeRTOS
portMUX_NO_TIMEOUT
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/3)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FreeRTOS
portMUX_NO_TIMEOUT
portMUX_NO_TIMEOUT macro
When passed for 'timeout_cycles', spin forever if necessary. [refactor-todo] check if this is still required
Syntax
Show:
Summary
Declaration
from
portmacro.h:191
#define
portMUX_NO_TIMEOUT
SPINLOCK_WAIT_FOREVER
Examples
References
from
examples
Code
Location
#define
portMUX_NO_TIMEOUT
SPINLOCK_WAIT_FOREVER
/**< When passed for 'timeout_cycles', spin forever if necessary. [refactor-todo] check if this is still required */
portmacro.h:191
xPortEnterCriticalTimeout
(
mux
,
portMUX_NO_TIMEOUT
)
;
portmacro.h:567
xPortEnterCriticalTimeoutCompliance
(
mux
,
portMUX_NO_TIMEOUT
)
;
portmacro.h:572
xPortEnterCriticalTimeoutSafe
(
mux
,
portMUX_NO_TIMEOUT
)
;
portmacro.h:588
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out