STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
Collaboration diagram for SAI Block Slot Size:

Macros

#define SAI_SLOTSIZE_DATASIZE   0x00000000U
 
#define SAI_SLOTSIZE_16B   ((uint32_t)SAI_xSLOTR_SLOTSZ_0)
 
#define SAI_SLOTSIZE_32B   ((uint32_t)SAI_xSLOTR_SLOTSZ_1)
 

Detailed Description

Macro Definition Documentation

◆ SAI_SLOTSIZE_DATASIZE

#define SAI_SLOTSIZE_DATASIZE   0x00000000U

#include <stm32f4xx_hal_sai.h>

Definition at line 452 of file stm32f4xx_hal_sai.h.

◆ SAI_SLOTSIZE_16B

#define SAI_SLOTSIZE_16B   ((uint32_t)SAI_xSLOTR_SLOTSZ_0)

#include <stm32f4xx_hal_sai.h>

Definition at line 453 of file stm32f4xx_hal_sai.h.

Referenced by SAI_InitI2S(), and SAI_InitPCM().

◆ SAI_SLOTSIZE_32B

#define SAI_SLOTSIZE_32B   ((uint32_t)SAI_xSLOTR_SLOTSZ_1)

#include <stm32f4xx_hal_sai.h>

Definition at line 454 of file stm32f4xx_hal_sai.h.

Referenced by SAI_InitI2S(), and SAI_InitPCM().