AM62Px MCU+ SDK  09.01.00
fvid2/v0/fvid2.h File Reference

Introduction

FVID2 top level include file.

Go to the source code of this file.

Macros

#define Fvid2_Assert(expr)
 

Macro Definition Documentation

◆ Fvid2_Assert

#define Fvid2_Assert (   expr)
Value:
{ \
if(expr) \
{ \
while(1); \
} \
}