This file contains the board-specific GPIO pin definitions, peripheral configurations,...
#define LED_GREEN1_GPIO_PORT
#define LED_GREEN1_GPIO_ACTIVE_STATE
#define LED_GREEN2_GPIO_PIN
#define LED_GREEN1_GPIO_PIN
#define LED_GREEN2_GPIO_ACTIVE_STATE
#define LED_GREEN2_GPIO_INACTIVE_STATE
#define LED_GREEN1_GPIO_INACTIVE_STATE
#define LED_GREEN2_GPIO_PORT
void LedGreen1Off(void)
Turn off the 1st green LED (LD2).
void LedGreen2Toggle(void)
Toggle the 2nd green LED (LD3).
void LedGreen1Toggle(void)
Toggle the 1st green LED (LD2).
void LedGreen2On(void)
Turn on the 2nd green LED (LD3).
void LedGreen2Off(void)
Turn off the 2nd green LED (LD3).
void LedGreen1On(void)
Turn on the 1st green LED (LD2).
This file contains the LED driver function prototypes for controlling the green LEDs on the STM32L496...
This file includes the microcontroller-specific HAL header files.