42 #ifdef USE_FULL_ASSERT
51 void assert_failed(uint8_t* file, uint32_t line)
This file contains the delay function prototypes.
This file contains the error handling function prototypes.
void ErrorHandler(void)
This function is executed in case of error occurrence.
void DelayMs(const uint32_t delayMs)
Blocking delay for the specified number of milliseconds.
void LedGreen1Off(void)
Turn off 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.