FreeRTOS
xTASK_PARAMETERS
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
FreeRTOS
xTASK_PARAMETERS
xTASK_PARAMETERS struct
Syntax
Show:
Summary
Declaration
from
task.h:147
typedef
struct
xTASK_PARAMETERS
{
TaskFunction_t
pvTaskCode
;
const
char
*
pcName
;
configSTACK_DEPTH_TYPE
usStackDepth
;
void
*
pvParameters
;
UBaseType_t
uxPriority
;
StackType_t
*
puxStackBuffer
;
MemoryRegion_t
xRegions
[
portNUM_CONFIGURABLE_REGIONS
]
;
#if
(
(
portUSING_MPU_WRAPPERS
==
1
)
&&
(
configSUPPORT_STATIC_ALLOCATION
==
1
)
)
StaticTask_t
*
const
pxTaskBuffer
;
#endif
}
TaskParameters_t
;
Fields
Field
Declared as
xTASK_PARAMETERS::pvTaskCode
TaskFunction_t
xTASK_PARAMETERS::pcName
const
char
*
xTASK_PARAMETERS::usStackDepth
configSTACK_DEPTH_TYPE
xTASK_PARAMETERS::pvParameters
void
*
xTASK_PARAMETERS::uxPriority
UBaseType_t
xTASK_PARAMETERS::puxStackBuffer
StackType_t
*
xTASK_PARAMETERS::xRegions
MemoryRegion_t
[
portNUM_CONFIGURABLE_REGIONS
]
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
xTASK_PARAMETERS
task.h:147
}
TaskParameters_t
;
task.h:159
TaskParameters_t
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