HAL + 0/6 examples
CodeScope will show references to SAI_SlotInitTypeDef::SlotNumber from the following samples and libraries:
Drivers
Boards
Examples
STM32446E_EVAL
Examples
SAI
STM32469I_EVAL
Examples
SAI
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALSAI_SlotInitTypeDef::SlotNumber

SAI_SlotInitTypeDef::SlotNumber field

Specifies the number of slot in the audio frame. This parameter must be a number between Min_Data = 1 and Max_Data = 16

Syntax

uint32_t SlotNumber;

Examples

SAI_SlotInitTypeDef::SlotNumber is referenced by 6 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_sai.h:184
uint32_t SlotNumber; /*!< Specifies the number of slot in the audio frame.
stm32f4xx_hal_sai.c:419HAL_SAI_Init()
assert_param(IS_SAI_BLOCK_SLOT_NUMBER(hsai->SlotInit.SlotNumber));
stm32f4xx_hal_sai.c:549HAL_SAI_Init()
(hsai->SlotInit.SlotActive << 16U) | ((hsai->SlotInit.SlotNumber - 1U) << 8U);
stm32f4xx_hal_sai.c:1970SAI_InitI2S()
hsai->SlotInit.SlotNumber = nbslot;
stm32f4xx_hal_sai.c:2063SAI_InitPCM()
hsai->SlotInit.SlotNumber = nbslot;

Data Use

Functions writing SAI_SlotInitTypeDef::SlotNumber
Functions reading SAI_SlotInitTypeDef::SlotNumber
all items filtered out
SAI_SlotInitTypeDef::SlotNumber
all items filtered out
Type of SAI_SlotInitTypeDef::SlotNumber
SAI_SlotInitTypeDef::SlotNumber
uint32_t
all items filtered out