Home
last modified time | relevance | path

Searched refs:c2 (Results 1 – 6 of 6) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/hardware_dcp/include/hardware/
Ddcp_instr.inc.S23 cdp p4,#8,c0,c0,c2,#0
26 cdp p4,#8,c0,c0,c2,#1
44 mcrr p4,#0,\rl,\rh,c2
53 mcrr p4,#1,\rl,\rh,c2
77 mcrr p4,#9,\rl,\rh,c2
95 mrc p4,#0,\rt,c0,c2,#0
98 mrc p4,#0,\rt,c0,c2,#1
101 mrc p4,#0,\rt,c0,c2,#2
104 mrc p4,#0,\rt,c0,c2,#3
107 mrc p4,#0,\rt,c0,c2,#4
[all …]
/hal_rpi_pico-latest/src/rp2_common/hardware_rcp/include/hardware/
Drcp.h415 \macro_name c0, c2, \args
447 \macro_name c1, c2, \args
475 \macro_name c2, c0, \args
477 \macro_name c2, c1, \args
479 \macro_name c2, c2, \args
481 \macro_name c2, c3, \args
483 \macro_name c2, c4, \args
485 \macro_name c2, c5, \args
487 \macro_name c2, c6, \args
489 \macro_name c2, c7, \args
[all …]
/hal_rpi_pico-latest/docs/
Dlogo-mobile.svg16 ….33751.3589.23988,1.32833-.014.42815-1.34935a.5073.5073,0,0,1,.34692-.81808c2.26588-.19954,4.79644…
17 …<path class="cls-2" d="M102.70391,57.14512c2.07215,5.51262.45788,8.1631-4.45781,5.35681a35.23186,3…
20 …<path class="cls-2" d="M28.86006,87.77634a15.73764,15.73764,0,0,1,1.16828-13.39206c2.59721-4.419,5…
/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() argument
121 return ROM_TABLE_CODE((uint32_t) c1, (uint32_t) c2); in rom_table_code()