PicoSDK
ROM_TABLE_CODE
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_TABLE_CODE
ROM_TABLE_CODE macro
Return a bootrom lookup code based on two ASCII characters These codes are uses to lookup data or function addresses in the bootrom
Syntax
Show:
Summary
Declaration
from
bootrom_constants.h:157
#define
ROM_TABLE_CODE
(
c1
,
c2
)
(
(
c1
)
|
(
(
c2
)
<
<
8
)
)
Arguments
Argument
Description
c1
the first character
c2
the second character
Return value
the 'code' to use in rom_func_lookup() or rom_data_lookup()
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