Home
last modified time | relevance | path

Searched refs:Activation (Results 1 – 25 of 36) sorted by relevance

12

/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_mdf.c314 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 …]
Dstm32u5xx_hal_gfxmmu.c214 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 …]
Dstm32u5xx_hal_sai.c419 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/
Dstm32h7xx_hal_gfxmmu.c201 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()
Dstm32h7xx_hal_sai.c427 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/
Dstm32u5xx_hal_mdf.h59 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
Dstm32u5xx_hal_gfxmmu.h71 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/
Dstm32h7xx_hal_gfxmmu.h70 FunctionalState Activation; /*!< Cache and pre-fetch enable/disable. member
93 FunctionalState Activation; /*!< Interrupts enable/disable */ member
Dstm32h7xx_hal_sai.h66 FunctionalState Activation; /*!< Enable/disable PDM interface */ member
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_gfxmmu.c186 assert_param(IS_FUNCTIONAL_STATE(hgfxmmu->Init.Interrupts.Activation)); in HAL_GFXMMU_Init()
207 if(hgfxmmu->Init.Interrupts.Activation == ENABLE) in HAL_GFXMMU_Init()
Dstm32l4xx_hal_sai.c422 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/
Dstm32l4xx_hal_gfxmmu.h70 FunctionalState Activation; /*!< Interrupts enable/disable */ member
Dstm32l4xx_hal_sai.h70 FunctionalState Activation; /*!< Enable/disable PDM interface */ member
/hal_stm32-3.4.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_sai.c415 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/
Dstm32h5xx_hal_sai.c417 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/
Dstm32wbxx_hal_sai.c418 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/
Dstm32g4xx_hal_sai.c414 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/
Dstm32mp1xx_hal_sai.c416 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/
Dstm32f4xx_hal_dfsdm.c383 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/
Dstm32l5xx_hal_dfsdm.h58 FunctionalState Activation; /*!< Output clock enable/disable */ member
Dstm32l5xx_hal_sai.h66 FunctionalState Activation; /*!< Enable/disable PDM interface */ member
/hal_stm32-3.4.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_sai.h66 FunctionalState Activation; /*!< Enable/disable PDM interface */ member
/hal_stm32-3.4.0/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_sai.h66 FunctionalState Activation; /*!< Enable/disable PDM interface */ member
/hal_stm32-3.4.0/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_sai.h68 FunctionalState Activation; /*!< Enable/disable PDM interface */ member
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_sai.h49 FunctionalState Activation; /*!< Enable/disable PDM interface */ member

12