/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_sai.c | 418 assert_param(IS_FUNCTIONAL_STATE(hsai->Init.PdmInit.Activation)); in HAL_SAI_Init() 419 if (hsai->Init.PdmInit.Activation == ENABLE) in HAL_SAI_Init() 421 assert_param(IS_SAI_PDM_MIC_PAIRS_NUMBER(hsai->Init.PdmInit.MicPairsNbr)); in HAL_SAI_Init() 422 assert_param(IS_SAI_PDM_CLOCK_ENABLE(hsai->Init.PdmInit.ClockEnable)); in HAL_SAI_Init() 597 if (hsai->Init.PdmInit.Activation == ENABLE) in HAL_SAI_Init() 600 SAI1->PDMCR = (hsai->Init.PdmInit.ClockEnable | in HAL_SAI_Init() 601 ((hsai->Init.PdmInit.MicPairsNbr - 1U) << SAI_PDMCR_MICNBR_Pos)); in HAL_SAI_Init()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_sai.c | 415 assert_param(IS_FUNCTIONAL_STATE(hsai->Init.PdmInit.Activation)); in HAL_SAI_Init() 416 if (hsai->Init.PdmInit.Activation == ENABLE) in HAL_SAI_Init() 418 assert_param(IS_SAI_PDM_MIC_PAIRS_NUMBER(hsai->Init.PdmInit.MicPairsNbr)); in HAL_SAI_Init() 419 assert_param(IS_SAI_PDM_CLOCK_ENABLE(hsai->Init.PdmInit.ClockEnable)); in HAL_SAI_Init() 631 if (hsai->Init.PdmInit.Activation == ENABLE) in HAL_SAI_Init() 634 SAI1->PDMCR = (hsai->Init.PdmInit.ClockEnable | in HAL_SAI_Init() 635 ((hsai->Init.PdmInit.MicPairsNbr - 1U) << SAI_PDMCR_MICNBR_Pos)); in HAL_SAI_Init()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_sai.c | 419 assert_param(IS_FUNCTIONAL_STATE(hsai->Init.PdmInit.Activation)); in HAL_SAI_Init() 420 if (hsai->Init.PdmInit.Activation == ENABLE) in HAL_SAI_Init() 422 assert_param(IS_SAI_PDM_MIC_PAIRS_NUMBER(hsai->Init.PdmInit.MicPairsNbr)); in HAL_SAI_Init() 423 assert_param(IS_SAI_PDM_CLOCK_ENABLE(hsai->Init.PdmInit.ClockEnable)); in HAL_SAI_Init() 648 if (hsai->Init.PdmInit.Activation == ENABLE) in HAL_SAI_Init() 651 SAI1->PDMCR = (hsai->Init.PdmInit.ClockEnable | in HAL_SAI_Init() 652 ((hsai->Init.PdmInit.MicPairsNbr - 1U) << SAI_PDMCR_MICNBR_Pos)); in HAL_SAI_Init()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_sai.c | 417 assert_param(IS_FUNCTIONAL_STATE(hsai->Init.PdmInit.Activation)); in HAL_SAI_Init() 418 if (hsai->Init.PdmInit.Activation == ENABLE) in HAL_SAI_Init() 420 assert_param(IS_SAI_PDM_MIC_PAIRS_NUMBER(hsai->Init.PdmInit.MicPairsNbr)); in HAL_SAI_Init() 421 assert_param(IS_SAI_PDM_CLOCK_ENABLE(hsai->Init.PdmInit.ClockEnable)); in HAL_SAI_Init() 634 if (hsai->Init.PdmInit.Activation == ENABLE) in HAL_SAI_Init() 637 SAI1->PDMCR = (hsai->Init.PdmInit.ClockEnable | in HAL_SAI_Init() 638 ((hsai->Init.PdmInit.MicPairsNbr - 1U) << SAI_PDMCR_MICNBR_Pos)); in HAL_SAI_Init()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_sai.c | 419 assert_param(IS_FUNCTIONAL_STATE(hsai->Init.PdmInit.Activation)); in HAL_SAI_Init() 420 if (hsai->Init.PdmInit.Activation == ENABLE) in HAL_SAI_Init() 422 assert_param(IS_SAI_PDM_MIC_PAIRS_NUMBER(hsai->Init.PdmInit.MicPairsNbr)); in HAL_SAI_Init() 423 assert_param(IS_SAI_PDM_CLOCK_ENABLE(hsai->Init.PdmInit.ClockEnable)); in HAL_SAI_Init() 636 if (hsai->Init.PdmInit.Activation == ENABLE) in HAL_SAI_Init() 639 SAI1->PDMCR = (hsai->Init.PdmInit.ClockEnable | in HAL_SAI_Init() 640 ((hsai->Init.PdmInit.MicPairsNbr - 1U) << SAI_PDMCR_MICNBR_Pos)); in HAL_SAI_Init()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_sai.c | 416 assert_param(IS_FUNCTIONAL_STATE(hsai->Init.PdmInit.Activation)); in HAL_SAI_Init() 417 if (hsai->Init.PdmInit.Activation == ENABLE) in HAL_SAI_Init() 419 assert_param(IS_SAI_PDM_MIC_PAIRS_NUMBER(hsai->Init.PdmInit.MicPairsNbr)); in HAL_SAI_Init() 420 assert_param(IS_SAI_PDM_CLOCK_ENABLE(hsai->Init.PdmInit.ClockEnable)); in HAL_SAI_Init() 690 if (hsai->Init.PdmInit.Activation == ENABLE) in HAL_SAI_Init() 693 SaiBaseAddress->PDMCR = (hsai->Init.PdmInit.ClockEnable | in HAL_SAI_Init() 694 ((hsai->Init.PdmInit.MicPairsNbr - 1U) << SAI_PDMCR_MICNBR_Pos)); in HAL_SAI_Init()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_sai.c | 418 assert_param(IS_FUNCTIONAL_STATE(hsai->Init.PdmInit.Activation)); in HAL_SAI_Init() 419 if (hsai->Init.PdmInit.Activation == ENABLE) in HAL_SAI_Init() 421 assert_param(IS_SAI_PDM_MIC_PAIRS_NUMBER(hsai->Init.PdmInit.MicPairsNbr)); in HAL_SAI_Init() 422 assert_param(IS_SAI_PDM_CLOCK_ENABLE(hsai->Init.PdmInit.ClockEnable)); in HAL_SAI_Init() 598 if (hsai->Init.PdmInit.Activation == ENABLE) in HAL_SAI_Init() 601 SAI1->PDMCR = (hsai->Init.PdmInit.ClockEnable | in HAL_SAI_Init() 602 ((hsai->Init.PdmInit.MicPairsNbr - 1U) << SAI_PDMCR_MICNBR_Pos)); in HAL_SAI_Init()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_sai.c | 424 assert_param(IS_FUNCTIONAL_STATE(hsai->Init.PdmInit.Activation)); in HAL_SAI_Init() 425 if (hsai->Init.PdmInit.Activation == ENABLE) in HAL_SAI_Init() 427 assert_param(IS_SAI_PDM_MIC_PAIRS_NUMBER(hsai->Init.PdmInit.MicPairsNbr)); in HAL_SAI_Init() 428 assert_param(IS_SAI_PDM_CLOCK_ENABLE(hsai->Init.PdmInit.ClockEnable)); in HAL_SAI_Init() 699 if (hsai->Init.PdmInit.Activation == ENABLE) in HAL_SAI_Init() 702 SAI1->PDMCR = (hsai->Init.PdmInit.ClockEnable | in HAL_SAI_Init() 703 ((hsai->Init.PdmInit.MicPairsNbr - 1U) << SAI_PDMCR_MICNBR_Pos)); in HAL_SAI_Init()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_sai.c | 417 assert_param(IS_FUNCTIONAL_STATE(hsai->Init.PdmInit.Activation)); in HAL_SAI_Init() 418 if (hsai->Init.PdmInit.Activation == ENABLE) in HAL_SAI_Init() 420 assert_param(IS_SAI_PDM_MIC_PAIRS_NUMBER(hsai->Init.PdmInit.MicPairsNbr)); in HAL_SAI_Init() 421 assert_param(IS_SAI_PDM_CLOCK_ENABLE(hsai->Init.PdmInit.ClockEnable)); in HAL_SAI_Init() 634 if (hsai->Init.PdmInit.Activation == ENABLE) in HAL_SAI_Init() 637 SAI1->PDMCR = (hsai->Init.PdmInit.ClockEnable | in HAL_SAI_Init() 638 ((hsai->Init.PdmInit.MicPairsNbr - 1U) << SAI_PDMCR_MICNBR_Pos)); in HAL_SAI_Init()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_sai.c | 416 assert_param(IS_FUNCTIONAL_STATE(hsai->Init.PdmInit.Activation)); in HAL_SAI_Init() 417 if (hsai->Init.PdmInit.Activation == ENABLE) in HAL_SAI_Init() 419 assert_param(IS_SAI_PDM_MIC_PAIRS_NUMBER(hsai->Init.PdmInit.MicPairsNbr)); in HAL_SAI_Init() 420 assert_param(IS_SAI_PDM_CLOCK_ENABLE(hsai->Init.PdmInit.ClockEnable)); in HAL_SAI_Init() 596 if (hsai->Init.PdmInit.Activation == ENABLE) in HAL_SAI_Init() 599 SAI1->PDMCR = (hsai->Init.PdmInit.ClockEnable | in HAL_SAI_Init() 600 ((hsai->Init.PdmInit.MicPairsNbr - 1U) << SAI_PDMCR_MICNBR_Pos)); in HAL_SAI_Init()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_sai.c | 427 assert_param(IS_FUNCTIONAL_STATE(hsai->Init.PdmInit.Activation)); in HAL_SAI_Init() 428 if (hsai->Init.PdmInit.Activation == ENABLE) in HAL_SAI_Init() 430 assert_param(IS_SAI_PDM_MIC_PAIRS_NUMBER(hsai->Init.PdmInit.MicPairsNbr)); in HAL_SAI_Init() 431 assert_param(IS_SAI_PDM_CLOCK_ENABLE(hsai->Init.PdmInit.ClockEnable)); in HAL_SAI_Init() 757 if (hsai->Init.PdmInit.Activation == ENABLE) in HAL_SAI_Init() 760 SaiBaseAddress->PDMCR = (hsai->Init.PdmInit.ClockEnable | in HAL_SAI_Init() 761 ((hsai->Init.PdmInit.MicPairsNbr - 1U) << SAI_PDMCR_MICNBR_Pos)); in HAL_SAI_Init()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_sai.h | 134 SAI_PdmInitTypeDef PdmInit; /*!< Specifies the PDM configuration. */ member
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_sai.h | 115 SAI_PdmInitTypeDef PdmInit; /*!< Specifies the PDM configuration. */ member
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_sai.h | 115 SAI_PdmInitTypeDef PdmInit; /*!< Specifies the PDM configuration. */ member
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_sai.h | 117 SAI_PdmInitTypeDef PdmInit; /*!< Specifies the PDM configuration. */ member
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_sai.h | 134 SAI_PdmInitTypeDef PdmInit; /*!< Specifies the PDM configuration. */ member
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_sai.h | 132 SAI_PdmInitTypeDef PdmInit; /*!< Specifies the PDM configuration. */ member
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_sai.h | 115 SAI_PdmInitTypeDef PdmInit; /*!< Specifies the PDM configuration. */ member
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_sai.h | 115 SAI_PdmInitTypeDef PdmInit; /*!< Specifies the PDM configuration. */ member
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_sai.h | 134 SAI_PdmInitTypeDef PdmInit; /*!< Specifies the PDM configuration. */ member
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_sai.h | 132 SAI_PdmInitTypeDef PdmInit; /*!< Specifies the PDM configuration. */ member
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_sai.h | 151 SAI_PdmInitTypeDef PdmInit; /*!< Specifies the PDM configuration. */ member
|