Searched refs:ALD_GPIOA_READ_PIN (Results 1 – 2 of 2) sorted by relevance
80 #define ALD_GPIOA_READ_PIN(x) ((GPIOA->DIN & (x)) ? 1 : 0) macro
84 #define ALD_GPIOA_READ_PIN(x) ((GPIOA->DIN & (x)) ? 1 : 0) macro
Completed in 6 milliseconds