Home
last modified time | relevance | path

Searched defs:c2 (Results 1 – 3 of 3) sorted by relevance

/hal_rpi_pico-latest/src/common/pico_binary_info/include/pico/binary_info/
Dstructure.h45 #define BINARY_INFO_MAKE_TAG(c1, c2) ((((uint)c2&0xffu)<<8u)|((uint)c1&0xffu)) argument
/hal_rpi_pico-latest/src/rp2_common/boot_bootrom_headers/include/boot/
Dbootrom_constants.h155 #define ROM_TABLE_CODE(c1, c2) ((c1) | ((c2) << 8)) argument
/hal_rpi_pico-latest/src/rp2_common/pico_bootrom/include/pico/
Dbootrom.h120 static inline uint32_t rom_table_code(uint8_t c1, uint8_t c2) { in rom_table_code()