EFM32 Gecko Software Documentation
efm32g-doc-5.1.2
Main Page
Modules
Files
Documentation Home
silabs.com
File List
em_assert.c
Go to the documentation of this file.
1
/***************************************************************************/
33
#include "
em_assert.h
"
34
#include <stdbool.h>
35
36
/***************************************************************************/
41
/***************************************************************************/
46
#if defined(DEBUG_EFM)
47
/***************************************************************************/
70
void
assertEFM
(
const
char
*file,
int
line)
71
{
72
(void)file;
/* Unused parameter */
73
(void)line;
/* Unused parameter */
74
75
while
(
true
)
76
{
77
}
78
}
79
#endif
/* DEBUG_EFM */
80
em_assert.h
Emlib peripheral API "assert" implementation.
assertEFM
void assertEFM(const char *file, int line)
EFM internal assert handling.
Definition:
em_assert.c:70
platform
emlib
src
em_assert.c
Generated on Thu Mar 9 2017 20:44:30 for EFM32 Gecko Software Documentation by
1.8.10