BSP
assert_failed() is only used within BSP.
 
Symbols
loading...
Files
loading...

assert_failed() function

Reports the name of the source file and the source line number where the assert_param error has occurred.

Syntax

void assert_failed(uint8_t* file,     uint32_t line);
Implemented in main.c:381

Arguments

file

pointer to the source file name

line

assert_param error line source number

Return value

None

References

LocationText
main.c:381
void assert_failed(uint8_t* file, uint32_t line)
stm32f4xx_hal_conf.h:376
void assert_failed(uint8_t* file, uint32_t line);