discoverpixy
Macros
Collaboration diagram for SAI_Block_Slot_Size:

Macros

#define SAI_SlotSize_DataSize   ((uint32_t)0x00000000)
 
#define SAI_SlotSize_16b   ((uint32_t)SAI_xSLOTR_SLOTSZ_0)
 
#define SAI_SlotSize_32b   ((uint32_t)SAI_xSLOTR_SLOTSZ_1)
 
#define IS_SAI_BLOCK_SLOT_SIZE(SIZE)
 

Detailed Description

Macro Definition Documentation

#define IS_SAI_BLOCK_SLOT_SIZE (   SIZE)
Value:
(((SIZE) == SAI_SlotSize_DataSize) || \
((SIZE) == SAI_SlotSize_16b) || \
((SIZE) == SAI_SlotSize_32b))