Searched refs:ALD_GPIOC_READ_PIN (Results 1 – 2 of 2) sorted by relevance
82 #define ALD_GPIOC_READ_PIN(x) ((GPIOC->DIN & (x)) ? 1 : 0) macro
86 #define ALD_GPIOC_READ_PIN(x) ((GPIOC->DIN & (x)) ? 1 : 0) macro
Completed in 10 milliseconds