PicoSDK
rom_data_lookup()
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
rom_data_lookup()
rom_data_lookup() function
Lookup a bootrom data address by its code
Syntax
Show:
Summary
Declaration
Definition
from
bootrom.h:137
void
*
rom_data_lookup
(
uint32_t
code
)
;
Implemented in
bootrom.c:20
Arguments
Argument
Description
code
the code
Return value
a pointer to the data, or NULL if the code does not match any bootrom function
Examples
References
from
examples
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