PSOC E8XXGP Device Support Library

General Description

Defines for the Helper Macros.

Macros

#define CY_UNUSED_PARAM(a)   (void)(a)
 Suppresses the unused parameter warning. More...
 
#define CY_ARRAY_SIZE(x)   (sizeof(x) / sizeof((x)[0]))
 Returns the size of Array. More...
 

Macro Definition Documentation

◆ CY_UNUSED_PARAM

#define CY_UNUSED_PARAM (   a)    (void)(a)

Suppresses the unused parameter warning.

Note
This macro is available for devices having M33SYSCPUSS IP.

◆ CY_ARRAY_SIZE

#define CY_ARRAY_SIZE (   x)    (sizeof(x) / sizeof((x)[0]))

Returns the size of Array.

Parameters
xArray Name
Note
This macro is available for devices having M33SYSCPUSS IP.