discoverpixy
Macros
Collaboration diagram for SAI_Block_FS_Offset:

Macros

#define SAI_FS_FirstBit   ((uint32_t)0x00000000)
 
#define SAI_FS_BeforeFirstBit   ((uint32_t)SAI_xFRCR_FSOFF)
 
#define IS_SAI_BLOCK_FS_OFFSET(OFFSET)
 

Detailed Description

Macro Definition Documentation

#define IS_SAI_BLOCK_FS_OFFSET (   OFFSET)
Value:
(((OFFSET) == SAI_FS_FirstBit) || \
((OFFSET) == SAI_FS_BeforeFirstBit))