MPLAB® Harmony Graphics Suite
|
Microchip Technology Inc.
legato_error.h
Module for Microchip Graphics Library - Legato User Interface Library
Defines library assert macros.
|
Name |
Description |
![]() |
Gets the library global error message. | |
![]() |
Sets the library global error message. | |
![]() |
Sets the library global error message using a formatted string. |
|
Name |
Description |
![]() |
define LE_ASSERT(val) assert(val) define LE_ASSERT_MSG(val, msg) for ( ; !(val) ; assert(val) ) { leSetErrorMessage(msg); } define LE_ASSERT_VAR(val, fmt, ...) for ( ; !(val) ; assert(val) ) { leSprintfErrorMessage(fmt, __VA_ARGS__); } | |
![]() |
This is macro LE_ASSERT_MSG. | |
![]() |
This is macro LE_ASSERT_THIS. | |
![]() |
This is macro LE_ASSERT_VAR. |
MPLAB® Harmony Graphics Suite
|