PicoSDK
PICO_RUNTIME_INIT_FUNC
is only used within PicoSDK.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
PicoSDK
PICO_RUNTIME_INIT_FUNC
PICO_RUNTIME_INIT_FUNC macro
Syntax
Show:
Summary
Declaration
from
runtime.h:54
#define
PICO_RUNTIME_INIT_FUNC
(
func
,
priority_string
)
uintptr_t
__used
__attribute__
(
(
section
(
".preinit_array."
priority_string
)
)
)
__pre_init_
##
func
=
(
uintptr_t
)
(
void
(
*
)
(
void
)
)
(
func
)
Arguments
Argument
func
priority_string
Examples
References
from
examples
Code
Location
#define
PICO_RUNTIME_INIT_FUNC
(
func
,
priority_string
)
uintptr_t
__used
__attribute__
(
(
section
(
".preinit_array."
priority_string
)
)
)
__pre_init_
##
func
=
(
uintptr_t
)
(
void
(
*
)
(
void
)
)
(
func
)
runtime.h:54
PICO_RUNTIME_INIT_FUNC
(
first_per_core_initializer
,
"YYYYY"
)
;
runtime.c:46
#define
PICO_RUNTIME_INIT_FUNC_HW
(
func
,
priority_string
)
PICO_RUNTIME_INIT_FUNC
(
func
,
priority_string
)
runtime.h:61
#define
PICO_RUNTIME_INIT_FUNC_RUNTIME
(
func
,
priority_string
)
PICO_RUNTIME_INIT_FUNC
(
func
,
priority_string
)
runtime.h:62
#define
PICO_RUNTIME_INIT_FUNC_PER_CORE
(
func
,
priority_string
)
PICO_RUNTIME_INIT_FUNC
(
func
,
"ZZZZZ."
priority_string
)
runtime.h:64
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