Searched refs:_pin (Results 1 – 2 of 2) sorted by relevance
37 #define STM32PIN(_port, _pin) \ argument38 (_port << 4 | _pin)
10 #define ESP32_PORT_IDX(_pin) \ argument11 (((_pin) < 32) ? 0 : 1)