Embedded SDK
Embedded SDK
Macros
lcx_wrappers.h File Reference
#include "exceptions.h"
#include "os_helpers.h"
Include dependency graph for lcx_wrappers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CX_THROW(call)
 

Macro Definition Documentation

◆ CX_THROW

#define CX_THROW (   call)
Value:
do { \
cx_err_t error = call; \
if (error) { \
THROW(error); \
} \
} while (0)

Definition at line 15 of file lcx_wrappers.h.