FreeRTOS
vPortTaskWrapper()
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading (2/3)...
Files
loading (3/3)...
FreeRTOS
app_startup.c
config
esp_additions
FreeRTOS-Kernel
include
portable
xtensa
include
port.c
offset_xCoreID
port_xSchedulerRunning
port_interruptNesting
port_uxCriticalNesting
port_uxOldInterruptState
port_IntStack
port_switch_flag
_xt_coproc_init()
xPortStartScheduler()
vPortEndScheduler()
_xt_user_exit()
vPortTaskWrapper()
uxInitialiseStackCPSA()
uxInitialiseStackTLS()
_flash_rodata_align
_flash_rodata_start
_thread_local_end
_thread_local_start
uxInitialiseStackFrame()
pxPortInitialiseStack()
xPortInIsrContext()
vPortAssertIfInISR()
xPortInterruptedFromISRContext()
xPortEnterCriticalTimeout()
vPortExitCritical()
xPortEnterCriticalTimeoutCompliance()
vPortExitCriticalCompliance()
vPortYieldOtherCore()
vApplicationStackOverflowHook()
xPortGetTickRateHz()
vPortSetStackWatchpoint()
vPortTLSPointersDelCb()
vPortCleanUpCoprocArea()
_xt_coproc_release()
vPortTCBPreDeleteHook()
portasm.S
xtensa_init.c
xtensa_overlay_os_hook.c
event_groups.c
list.c
queue.c
stream_buffer.c
tasks.c
timers.c
heap_idf.c
port_common.c
port_systick.c
port_systick.h
ESP-IDF
cJSON
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FreeRTOS
vPortTaskWrapper()
vPortTaskWrapper() function
Syntax
Show:
Summary
Declaration
from
port.c:137
static
void
vPortTaskWrapper
(
TaskFunction_t
pxCode
,
void
*
pvParameters
)
;
Arguments
Argument
pxCode
pvParameters
Examples
References
from
examples
Code
Location
Referrer
static
void
vPortTaskWrapper
(
TaskFunction_t
pxCode
,
void
*
pvParameters
)
port.c:137
frame
->
pc
=
(
UBaseType_t
)
vPortTaskWrapper
;
// Task entry point is the wrapper function
port.c:342
uxInitialiseStackFrame()
Call Tree
from
examples
vPortTaskWrapper()
calls 5 functions:
All items filtered out
vPortTaskWrapper()
abort()
esp_log_timestamp()
esp_log_write()
pcTaskGetName()
vPortTaskWrapper()::pxCode
All items filtered out
Data Use
from
examples
vPortTaskWrapper()
reads 5 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
All items filtered out
vPortTaskWrapper()
uxInitialiseStackFrame()
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