Searched refs:__bi_encoded_pins_with_func (Results 1 – 1 of 1) sorted by relevance
| /external/platform/pico/common/pico_binary_info/include/pico/binary_info/ |
| A D | code.h | 87 #define __bi_encoded_pins_with_func(_encoding) \ macro 131 #define bi_1pin_with_func(p0, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_M… 132 #define bi_2pins_with_func(p0, p1, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_M… 133 #define bi_3pins_with_func(p0, p1, p2, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_M… 134 #define bi_4pins_with_func(p0, p1, p2, p3, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_M… 135 #define bi_5pins_with_func(p0, p1, p2, p3, p4, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_M… 136 #define bi_pin_range_with_func(plo, phi, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_R…
|
Completed in 2 milliseconds