Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/common/pico_binary_info/include/pico/binary_info/
Dcode.h132 #define __bi_pins_with_name(_mask, _label) \ macro
190 #define bi_pin_mask_with_name(pmask, label) __bi_pins_with_name((pmask), (label))
192 #define bi_pin_mask_with_names(pmask, label) __bi_pins_with_name((pmask), (label))