Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/common/pico_binary_info/include/pico/binary_info/
Dcode.h183 … bi_1pin_with_func(p0, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_MULTI |… argument
184 #define bi_2pins_with_func(p0, p1, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_M… argument
185 #define bi_3pins_with_func(p0, p1, p2, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_M… argument
186 #define bi_4pins_with_func(p0, p1, p2, p3, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_M… argument
187 #define bi_5pins_with_func(p0, p1, p2, p3, p4, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_M… argument
194 …pin_with_func(p0, func) __bi_encoded_pins_64_with_func(BI_PINS_ENCODING_MU… argument
195 …ne bi_2pins_with_func(p0, p1, func) __bi_encoded_pins_64_with_func(BI_PINS_ENCO… argument
196 …ne bi_3pins_with_func(p0, p1, p2, func) __bi_encoded_pins_64_with_func(BI_PINS_ENCO… argument
197 …ne bi_4pins_with_func(p0, p1, p2, p3, func) __bi_encoded_pins_64_with_func(BI_PINS_ENCO… argument
198 …ne bi_5pins_with_func(p0, p1, p2, p3, p4, func) __bi_encoded_pins_64_with_func(BI_PINS_ENCO… argument
[all …]
/hal_rpi_pico-latest/test/pico_float_test/
Dpico_double_test.c325 #define check1(func,p0) ({ typeof(p0) r = func(p0), r2 = __CONCAT(__real_, func)(p0); test_assert(r… argument
326 #define check2(func,p0,p1) ({ typeof(p0) r = func(p0,p1), r2 = __CONCAT(__real_, func)(p0,p1); test… argument
327 #define check_close1(func,p0) ({ typeof(p0) r = func(p0), r2 = __CONCAT(__real_, func)(p0); if (isn… argument
328 #define check_close2(func,p0,p1) ({ typeof(p0) r = func(p0,p1), r2 = __CONCAT(__real_, func)(p0,p1)… argument
330 #define check1(func,p0) func(p0) argument
331 #define check2(func,p0,p1) func(p0,p1) argument
332 #define check_close1(func,p0) func(p0) argument
333 #define check_close2(func,p0,p1) func(p0,p1) argument
Dpico_float_test.c328 #define check1(func,p0) ({ typeof(p0) r = func(p0), r2 = __CONCAT(__real_, func)(p0); test_assert(r… argument
329 #define check2(func,p0,p1) ({ typeof(p0) r = func(p0,p1), r2 = __CONCAT(__real_, func)(p0,p1); test… argument
330 #define check_close1(func,p0) ({ typeof(p0) r = func(p0), r2 = __CONCAT(__real_, func)(p0); if (isn… argument
331 #define check_close2(func,p0,p1) ({ typeof(p0) r = func(p0,p1), r2 = __CONCAT(__real_, func)(p0,p1)… argument
333 #define check1(func,p0) func(p0) argument
334 #define check2(func,p0,p1) func(p0,p1) argument
335 #define check_close1(func,p0) func(p0) argument
336 #define check_close2(func,p0,p1) func(p0,p1) argument
/hal_rpi_pico-latest/src/rp2_common/pico_btstack/
Dbtstack_flash_bank.c38 uintptr_t p0; member
45 flash_range_erase(mop->p0, PICO_FLASH_BANK_SIZE); in pico_flash_bank_perform_flash_mutation_operation()
47 flash_range_program(mop->p0, (const uint8_t *)mop->p1, FLASH_PAGE_SIZE); in pico_flash_bank_perform_flash_mutation_operation()
71 .p0 = pico_flash_bank_get_storage_offset_func() + (PICO_FLASH_BANK_SIZE * bank), in pico_flash_bank_erase()
158 .p0 = bank_start_pos + (page * FLASH_PAGE_SIZE), in pico_flash_bank_write()
/hal_rpi_pico-latest/src/rp2_common/pico_bootrom/include/pico/
Dbootrom.h37 typedef int (*rom_reboot_fn)(uint32_t flags, uint32_t delay_ms, uint32_t p0, uint32_t p1);
476 static inline int rom_reboot(uint32_t flags, uint32_t delay_ms, uint32_t p0, uint32_t p1) { in rom_reboot() argument
478 return func(flags, delay_ms, p0, p1); in rom_reboot()
/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_v1_rom_shim_rp2040.S964 muls r3,r2 @ i32 p0=a0*a0*(y>>14); // Q32
965 asrs r3,r3,#12 @ i32 r0=p0>>12; // Q20