Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_sai_ex.c109 assert_param(IS_SAI_PDM_MIC_DELAY(pdmMicDelay->RightDelay)); in HAL_SAIEx_ConfigPdmMicDelay()
121 …SAI1->PDMDLY |= (((pdmMicDelay->RightDelay << SAI_PDM_RIGHT_DELAY_OFFSET) | pdmMicDelay->LeftDelay… in HAL_SAIEx_ConfigPdmMicDelay()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_sai_ex.h73 uint32_t RightDelay; /*!< Specifies the delay in PDM clock unit to apply on right microphone. member