Home
last modified time | relevance | path

Searched refs:SoundActivity (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_mdf.c739 assert_param(IS_FUNCTIONAL_STATE(pFilterConfig->SoundActivity.Activation)); in HAL_MDF_AcqStart()
740 if ((pFilterConfig->SoundActivity.Activation == ENABLE) && in HAL_MDF_AcqStart()
959 assert_param(IS_FUNCTIONAL_STATE(pFilterConfig->SoundActivity.Activation)); in HAL_MDF_AcqStart_IT()
960 if ((pFilterConfig->SoundActivity.Activation == ENABLE) && in HAL_MDF_AcqStart_IT()
988 if ((pFilterConfig->SoundActivity.Activation == DISABLE) || in HAL_MDF_AcqStart_IT()
989 (pFilterConfig->SoundActivity.DataMemoryTransfer != MDF_SAD_NO_MEMORY_TRANSFER)) in HAL_MDF_AcqStart_IT()
1004 if (pFilterConfig->SoundActivity.Activation == ENABLE) in HAL_MDF_AcqStart_IT()
1007 assert_param(IS_FUNCTIONAL_STATE(pFilterConfig->SoundActivity.SoundLevelInterrupt)); in HAL_MDF_AcqStart_IT()
1008 hmdf->Instance->DFLTIER |= (pFilterConfig->SoundActivity.SoundLevelInterrupt == ENABLE) ? in HAL_MDF_AcqStart_IT()
1097 assert_param(IS_FUNCTIONAL_STATE(pFilterConfig->SoundActivity.Activation)); in HAL_MDF_AcqStart_DMA()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_mdf.c930 assert_param(IS_FUNCTIONAL_STATE(pFilterConfig->SoundActivity.Activation)); in HAL_MDF_AcqStart()
936 if ((IS_ADF_INSTANCE(hmdf->Instance)) && (pFilterConfig->SoundActivity.Activation == ENABLE) && in HAL_MDF_AcqStart()
1307 assert_param(IS_FUNCTIONAL_STATE(pFilterConfig->SoundActivity.Activation)); in HAL_MDF_AcqStart_IT()
1313 if ((IS_ADF_INSTANCE(hmdf->Instance)) && (pFilterConfig->SoundActivity.Activation == ENABLE) && in HAL_MDF_AcqStart_IT()
1363 … if ((IS_MDF_INSTANCE(hmdf->Instance)) || (pFilterConfig->SoundActivity.Activation == DISABLE) || in HAL_MDF_AcqStart_IT()
1364 (pFilterConfig->SoundActivity.DataMemoryTransfer != MDF_SAD_NO_MEMORY_TRANSFER)) in HAL_MDF_AcqStart_IT()
1380 … if ((IS_ADF_INSTANCE(hmdf->Instance)) && (pFilterConfig->SoundActivity.Activation == ENABLE)) in HAL_MDF_AcqStart_IT()
1383 assert_param(IS_FUNCTIONAL_STATE(pFilterConfig->SoundActivity.SoundLevelInterrupt)); in HAL_MDF_AcqStart_IT()
1384 hmdf->Instance->DFLTIER |= (pFilterConfig->SoundActivity.SoundLevelInterrupt == ENABLE) ? in HAL_MDF_AcqStart_IT()
1489 assert_param(IS_FUNCTIONAL_STATE(pFilterConfig->SoundActivity.Activation)); in HAL_MDF_AcqStart_DMA()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_mdf.c934 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()
1367 … if ((IS_MDF_INSTANCE(hmdf->Instance)) || (pFilterConfig->SoundActivity.Activation == DISABLE) || in HAL_MDF_AcqStart_IT()
1368 (pFilterConfig->SoundActivity.DataMemoryTransfer != MDF_SAD_NO_MEMORY_TRANSFER)) in HAL_MDF_AcqStart_IT()
1384 … if ((IS_ADF_INSTANCE(hmdf->Instance)) && (pFilterConfig->SoundActivity.Activation == ENABLE)) in HAL_MDF_AcqStart_IT()
1387 assert_param(IS_FUNCTIONAL_STATE(pFilterConfig->SoundActivity.SoundLevelInterrupt)); in HAL_MDF_AcqStart_IT()
1388 hmdf->Instance->DFLTIER |= (pFilterConfig->SoundActivity.SoundLevelInterrupt == ENABLE) ? in HAL_MDF_AcqStart_IT()
1493 assert_param(IS_FUNCTIONAL_STATE(pFilterConfig->SoundActivity.Activation)); in HAL_MDF_AcqStart_DMA()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_mdf.h249 MDF_SoundActivityTypeDef SoundActivity; /*!< Sound activity detector configuration */ member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_mdf.h284 MDF_SoundActivityTypeDef SoundActivity; /*!< Sound activity detector configuration. member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_mdf.h282 MDF_SoundActivityTypeDef SoundActivity; /*!< Sound activity detector configuration. member