Searched refs:p1 (Results 1 – 3 of 3) sorted by relevance
/lk-master/external/platform/pico/common/pico_binary_info/include/pico/binary_info/ |
A D | code.h | 125 …with_func(p0, p1, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_MULTI | ((func <<… argument 126 …i_3pins_with_func(p0, p1, p2, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_MULTI | (… argument 127 …i_4pins_with_func(p0, p1, p2, p3, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_MULTI | (… argument 128 …i_5pins_with_func(p0, p1, p2, p3, p4, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_MULTI | (… argument 135 #define bi_2pins_with_names(p0, name0, p1, name1) bi_pin_mask_with_names((1u << (p0)) | (1u << … argument 136 #define bi_3pins_with_names(p0, name0, p1, name1, p2, name2) bi_pin_mask_with_names((1u << (p0)) |… argument 137 …ine bi_4pins_with_names(p0, name0, p1, name1, p2, name2, p3, name3) bi_pin_mask_with_names((1u <<… argument
|
/lk-master/external/platform/nrfx/drivers/ |
A D | nrfx_common.h | 96 #define NRFX_CONCAT_2(p1, p2) NRFX_CONCAT_2_(p1, p2) argument 99 #define NRFX_CONCAT_2_(p1, p2) p1 ## p2 argument 117 #define NRFX_CONCAT_3(p1, p2, p3) NRFX_CONCAT_3_(p1, p2, p3) argument 120 #define NRFX_CONCAT_3_(p1, p2, p3) p1 ## p2 ## p3 argument
|
/lk-master/external/platform/pico/rp2_common/pico_double/ |
A D | double_v1_rom_shim.S | 988 muls r3,r4 @ i32 p1=((a1*a1)>>11)*(y>>11); // Q19*Q19=Q38 989 asrs r3,#15 @ i32 r1=p1>>15; // Q23
|
Completed in 5 milliseconds