Home
last modified time | relevance | path

Searched refs:FrameLength (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_sai.c413 assert_param(IS_SAI_BLOCK_FRAME_LENGTH(hsai->FrameInit.FrameLength)); in HAL_SAI_Init()
572 tmpval = (freq * 10U) / (hsai->Init.AudioFrequency * hsai->FrameInit.FrameLength); in HAL_SAI_Init()
654 hsai->Instance->FRCR |= ((hsai->FrameInit.FrameLength - 1U) | in HAL_SAI_Init()
2216 hsai->FrameInit.FrameLength = 32U * (nbslot / 2U); in SAI_InitI2S()
2222 hsai->FrameInit.FrameLength = 64U * (nbslot / 2U); in SAI_InitI2S()
2228 hsai->FrameInit.FrameLength = 64U * (nbslot / 2U); in SAI_InitI2S()
2234 hsai->FrameInit.FrameLength = 64U * (nbslot / 2U); in SAI_InitI2S()
2307 hsai->FrameInit.FrameLength = 16U * nbslot; in SAI_InitPCM()
2312 hsai->FrameInit.FrameLength = 32U * nbslot; in SAI_InitPCM()
2317 hsai->FrameInit.FrameLength = 32U * nbslot; in SAI_InitPCM()
[all …]
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_sai.h192 …uint32_t FrameLength; /*!< Specifies the Frame length, the number of SCK clocks for each au… member