CMSIS-Driver   Version 2.10.0
Peripheral Interface for Middleware and Application Code
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches

Defines the bit order. More...

Macros

#define ARM_SAI_MSB_FIRST   (0UL << ARM_SAI_BIT_ORDER_Pos)
 Data is transferred with MSB first (default)
 
#define ARM_SAI_LSB_FIRST   (1UL << ARM_SAI_BIT_ORDER_Pos)
 Data is transferred with LSB first; User Protocol only (ignored otherwise)
 

Description

Defines the bit order.

Macro Definition Documentation

◆ ARM_SAI_MSB_FIRST

#define ARM_SAI_MSB_FIRST   (0UL << ARM_SAI_BIT_ORDER_Pos)

Data is transferred with MSB first (default)

◆ ARM_SAI_LSB_FIRST

#define ARM_SAI_LSB_FIRST   (1UL << ARM_SAI_BIT_ORDER_Pos)

Data is transferred with LSB first; User Protocol only (ignored otherwise)