Searched defs:p1 (Results 1 – 2 of 2) sorted by relevance
/lk-master/external/platform/pico/common/pico_binary_info/include/pico/binary_info/ |
A D | code.h | 125 #define bi_2pins_with_func(p0, p1, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_M… argument 126 #define bi_3pins_with_func(p0, p1, p2, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_M… argument 127 #define bi_4pins_with_func(p0, p1, p2, p3, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_M… argument 128 #define bi_5pins_with_func(p0, p1, p2, p3, p4, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_M… 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 #define 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
|
Completed in 4 milliseconds