Home
last modified time | relevance | path

Searched defs:p2 (Results 1 – 3 of 3) sorted by relevance

/external/platform/nrfx/drivers/
A Dnrfx_common.h96 #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
/external/platform/pico/common/pico_binary_info/include/pico/binary_info/
A Dcode.h133 #define bi_3pins_with_func(p0, p1, p2, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_M… argument
134 #define bi_4pins_with_func(p0, p1, p2, p3, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_M… argument
135 #define bi_5pins_with_func(p0, p1, p2, p3, p4, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_M… argument
143 #define bi_3pins_with_names(p0, name0, p1, name1, p2, name2) bi_pin_mask_with_names((1u << (p0)) |… argument
144 #define bi_4pins_with_names(p0, name0, p1, name1, p2, name2, p3, name3) bi_pin_mask_with_names((1u… argument
/external/lib/lwip/core/
A Dtcp_out.c548 struct pbuf *p2; in tcp_write() local

Completed in 7 milliseconds