Searched refs:LedYellow (Results 1 – 2 of 2) sorted by relevance
55 Gpio_t LedYellow; // Active Low variable128 GpioInit( &LedYellow, LED_YELLOW, PIN_OUTPUT, PIN_PUSH_PULL, PIN_NO_PULL, 0 ); in BoardInitPeriph()152 GpioWrite( &LedYellow, 1 ); in BoardInitPeriph()
130 #define Led2 LedYellow