EFM32 Pearl Gecko Software Documentation
efm32pg1-doc-4.2.1
Main Page
Related Pages
Modules
Data Structures
Files
Documentation Home
silabs.com
File List
Globals
em_assert.c
Go to the documentation of this file.
1
/***************************************************************************/
34
#include "
em_assert.h
"
35
36
#if defined(DEBUG_EFM)
37
38
/***************************************************************************/
60
void
assertEFM(
const
char
*file,
int
line)
61
{
62
(void)file;
/* Unused parameter */
63
(void)line;
/* Unused parameter */
64
65
while
(1)
66
;
67
}
68
69
#endif
/* DEBUG_EFM */
em_assert.h
Emlib peripheral API "assert" implementation.
emlib
src
em_assert.c
Generated on Tue Dec 8 2015 15:39:53 for EFM32 Pearl Gecko Software Documentation by
1.8.10