HAL
+
0
/6 examples
SourceVu will show references to
SAI_FrameInitTypeDef::ActiveFrameLength
from the following samples and libraries:
Drivers
Boards
STM32446E_EVAL
STM324x9I_EVAL
STM32469I-Discovery
STM32469I_EVAL
Examples
STM32446E_EVAL
Examples
SAI
SAI_AudioPlay
STM32469I_EVAL
Examples
SAI
SAI_AudioPlay
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
SAI_FrameInitTypeDef::ActiveFrameLength
SAI_FrameInitTypeDef::ActiveFrameLength field
Specifies the Frame synchronization active level length. This Parameter specifies the length in number of bit clock (SCK + 1) of the active level of FS signal in audio frame. This parameter must be a number between Min_Data = 1 and Max_Data = 128
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_sai.h:152
uint32_t
ActiveFrameLength
;
Examples
SAI_FrameInitTypeDef::ActiveFrameLength
is referenced by 6 libraries and example projects:
Drivers
Boards
STM32446E_EVAL
STM324x9I_EVAL
STM32469I-Discovery
STM32469I_EVAL
Examples
STM32446E_EVAL
Examples
SAI
SAI_AudioPlay
STM32469I_EVAL
Examples
SAI
SAI_AudioPlay
References
from
0/6
examples
Code
Location
Referrer
uint32_t
ActiveFrameLength
;
/*!< Specifies the Frame synchronization active level length.
stm32f4xx_hal_sai.h:152
assert_param
(
IS_SAI_BLOCK_ACTIVE_FRAME
(
hsai
->
FrameInit
.
ActiveFrameLength
)
)
;
stm32f4xx_hal_sai.c:411
HAL_SAI_Init()
(
(
hsai
->
FrameInit
.
ActiveFrameLength
-
1U
)
<
<
8U
)
)
;
stm32f4xx_hal_sai.c:541
HAL_SAI_Init()
hsai
->
FrameInit
.
ActiveFrameLength
=
16U
*
(
nbslot
/
2U
)
;
stm32f4xx_hal_sai.c:1996
SAI_InitI2S()
hsai
->
FrameInit
.
ActiveFrameLength
=
32U
*
(
nbslot
/
2U
)
;
stm32f4xx_hal_sai.c:2002
SAI_InitI2S()
hsai
->
FrameInit
.
ActiveFrameLength
=
32U
*
(
nbslot
/
2U
)
;
stm32f4xx_hal_sai.c:2008
SAI_InitI2S()
hsai
->
FrameInit
.
ActiveFrameLength
=
32U
*
(
nbslot
/
2U
)
;
stm32f4xx_hal_sai.c:2014
SAI_InitI2S()
hsai
->
FrameInit
.
ActiveFrameLength
=
1
;
stm32f4xx_hal_sai.c:2068
SAI_InitPCM()
hsai
->
FrameInit
.
ActiveFrameLength
=
13
;
stm32f4xx_hal_sai.c:2073
SAI_InitPCM()
Call Tree
from
0/6
examples
All items filtered out
All items filtered out
Data Use
from
0/6
examples
SAI_FrameInitTypeDef::ActiveFrameLength
is written by 2 functions and is read by 1 function:
SAI_InitI2S()
SAI_InitPCM()
All items filtered out
SAI_FrameInitTypeDef::ActiveFrameLength
HAL_SAI_Init()
All items filtered out
Class Tree
from
0/6
examples
All items filtered out
All items filtered out
Override Tree
from
0/6
examples
All items filtered out
All items filtered out
Implementations
from
0/6
examples
All items filtered out
All items filtered out
Instances
from
0/6
examples
Lifecycle
from
0/6
examples
All items filtered out
All items filtered out