/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_mdf.c | 314 assert_param(IS_FUNCTIONAL_STATE(hmdf->Init.SerialInterface.Activation)); in HAL_MDF_Init() 378 assert_param(IS_FUNCTIONAL_STATE(hmdf->Init.CommonParam.OutputClock.Activation)); in HAL_MDF_Init() 381 if (hmdf->Init.CommonParam.OutputClock.Activation == ENABLE) in HAL_MDF_Init() 385 … assert_param(IS_FUNCTIONAL_STATE(hmdf->Init.CommonParam.OutputClock.Trigger.Activation)); in HAL_MDF_Init() 389 if (hmdf->Init.CommonParam.OutputClock.Trigger.Activation == ENABLE) in HAL_MDF_Init() 412 if ((status == HAL_OK) && (hmdf->Init.SerialInterface.Activation == ENABLE)) in HAL_MDF_Init() 934 assert_param(IS_FUNCTIONAL_STATE(pFilterConfig->SoundActivity.Activation)); in HAL_MDF_AcqStart() 940 if ((IS_ADF_INSTANCE(hmdf->Instance)) && (pFilterConfig->SoundActivity.Activation == ENABLE) && in HAL_MDF_AcqStart() 1311 assert_param(IS_FUNCTIONAL_STATE(pFilterConfig->SoundActivity.Activation)); in HAL_MDF_AcqStart_IT() 1317 if ((IS_ADF_INSTANCE(hmdf->Instance)) && (pFilterConfig->SoundActivity.Activation == ENABLE) && in HAL_MDF_AcqStart_IT() [all …]
|
D | stm32u5xx_hal_gfxmmu.c | 214 assert_param(IS_FUNCTIONAL_STATE(hgfxmmu->Init.CachePrefetch.Activation)); in HAL_GFXMMU_Init() 216 assert_param(IS_FUNCTIONAL_STATE(hgfxmmu->Init.Interrupts.Activation)); in HAL_GFXMMU_Init() 218 assert_param(IS_FUNCTIONAL_STATE(hgfxmmu->Init.AddressCache.Activation)); in HAL_GFXMMU_Init() 250 if (hgfxmmu->Init.CachePrefetch.Activation == ENABLE) in HAL_GFXMMU_Init() 270 if (hgfxmmu->Init.Interrupts.Activation == ENABLE) in HAL_GFXMMU_Init() 287 if (hgfxmmu->Init.CachePrefetch.Activation == ENABLE) in HAL_GFXMMU_Init() 293 if (hgfxmmu->Init.AddressCache.Activation == ENABLE) in HAL_GFXMMU_Init() 784 assert_param(IS_FUNCTIONAL_STATE(CachePrefetch->Activation)); in HAL_GFXMMU_ModifyCachePrefetch() 799 if (CachePrefetch->Activation == ENABLE) in HAL_GFXMMU_ModifyCachePrefetch() 836 assert_param(IS_FUNCTIONAL_STATE(AddressCache->Activation)); in HAL_GFXMMU_ModifyAddressCache() [all …]
|
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() 648 if (hsai->Init.PdmInit.Activation == ENABLE) in HAL_SAI_Init()
|
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_gfxmmu.c | 201 assert_param(IS_FUNCTIONAL_STATE(hgfxmmu->Init.CachePrefetch.Activation)); in HAL_GFXMMU_Init() 202 assert_param(IS_FUNCTIONAL_STATE(hgfxmmu->Init.Interrupts.Activation)); in HAL_GFXMMU_Init() 225 if(hgfxmmu->Init.CachePrefetch.Activation == ENABLE) in HAL_GFXMMU_Init() 244 if(hgfxmmu->Init.Interrupts.Activation == ENABLE) in HAL_GFXMMU_Init() 260 if(hgfxmmu->Init.CachePrefetch.Activation == ENABLE) in HAL_GFXMMU_Init() 736 assert_param(IS_FUNCTIONAL_STATE(CachePrefetch->Activation)); in HAL_GFXMMU_ModifyCachePrefetch() 751 if(CachePrefetch->Activation == ENABLE) in HAL_GFXMMU_ModifyCachePrefetch()
|
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() 757 if (hsai->Init.PdmInit.Activation == ENABLE) in HAL_SAI_Init()
|
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_mdf.h | 59 FunctionalState Activation; /*!< Output clock trigger enable/disable */ member 71 FunctionalState Activation; /*!< Output clock enable/disable */ member 101 FunctionalState Activation; /*!< Serial interface enable/disable */ member 185 FunctionalState Activation; /*!< Reshape filter enable/disable */ member 195 FunctionalState Activation; /*!< High pass filter enable/disable */ member 205 FunctionalState Activation; /*!< Integrator enable/disable */ member 217 FunctionalState Activation; /*!< Sound activity detector enable/disable */ member
|
D | stm32u5xx_hal_gfxmmu.h | 71 FunctionalState Activation; /*!< Cache and pre-fetch enable/disable. member 97 FunctionalState Activation; /*!< Address Cache and enable/disable. member 111 FunctionalState Activation; /*!< Interrupts enable/disable */ member
|
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_gfxmmu.h | 70 FunctionalState Activation; /*!< Cache and pre-fetch enable/disable. member 93 FunctionalState Activation; /*!< Interrupts enable/disable */ member
|
D | stm32h7xx_hal_sai.h | 66 FunctionalState Activation; /*!< Enable/disable PDM interface */ member
|
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_gfxmmu.c | 186 assert_param(IS_FUNCTIONAL_STATE(hgfxmmu->Init.Interrupts.Activation)); in HAL_GFXMMU_Init() 207 if(hgfxmmu->Init.Interrupts.Activation == ENABLE) in HAL_GFXMMU_Init()
|
D | stm32l4xx_hal_sai.c | 422 assert_param(IS_FUNCTIONAL_STATE(hsai->Init.PdmInit.Activation)); in HAL_SAI_Init() 423 if (hsai->Init.PdmInit.Activation == ENABLE) in HAL_SAI_Init() 697 if (hsai->Init.PdmInit.Activation == ENABLE) in HAL_SAI_Init()
|
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_gfxmmu.h | 70 FunctionalState Activation; /*!< Interrupts enable/disable */ member
|
D | stm32l4xx_hal_sai.h | 70 FunctionalState Activation; /*!< Enable/disable PDM interface */ member
|
/hal_stm32-3.4.0/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() 631 if (hsai->Init.PdmInit.Activation == ENABLE) in HAL_SAI_Init()
|
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_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() 634 if (hsai->Init.PdmInit.Activation == ENABLE) in HAL_SAI_Init()
|
/hal_stm32-3.4.0/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() 597 if (hsai->Init.PdmInit.Activation == ENABLE) in HAL_SAI_Init()
|
/hal_stm32-3.4.0/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_sai.c | 414 assert_param(IS_FUNCTIONAL_STATE(hsai->Init.PdmInit.Activation)); in HAL_SAI_Init() 415 if (hsai->Init.PdmInit.Activation == ENABLE) in HAL_SAI_Init() 622 if (hsai->Init.PdmInit.Activation == ENABLE) in HAL_SAI_Init()
|
/hal_stm32-3.4.0/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() 690 if (hsai->Init.PdmInit.Activation == ENABLE) in HAL_SAI_Init()
|
/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_dfsdm.c | 383 assert_param(IS_FUNCTIONAL_STATE(hdfsdm_channel->Init.OutputClock.Activation)); in HAL_DFSDM_ChannelInit() 444 if(hdfsdm_channel->Init.OutputClock.Activation == ENABLE) in HAL_DFSDM_ChannelInit() 523 if(hdfsdm_channel->Init.OutputClock.Activation == ENABLE) in HAL_DFSDM_ChannelInit()
|
/hal_stm32-3.4.0/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_dfsdm.h | 58 FunctionalState Activation; /*!< Output clock enable/disable */ member
|
D | stm32l5xx_hal_sai.h | 66 FunctionalState Activation; /*!< Enable/disable PDM interface */ member
|
/hal_stm32-3.4.0/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_sai.h | 66 FunctionalState Activation; /*!< Enable/disable PDM interface */ member
|
/hal_stm32-3.4.0/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_sai.h | 66 FunctionalState Activation; /*!< Enable/disable PDM interface */ member
|
/hal_stm32-3.4.0/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_sai.h | 68 FunctionalState Activation; /*!< Enable/disable PDM interface */ member
|
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_sai.h | 49 FunctionalState Activation; /*!< Enable/disable PDM interface */ member
|