/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_dma.c | 306 assert_param(IS_LL_DMA_FIFO_THRESHOLD(DMA_InitStruct->FIFOThreshold)); in LL_DMA_Init() 339 LL_DMA_ConfigFifo(DMAx, Stream, DMA_InitStruct->FIFOMode, DMA_InitStruct->FIFOThreshold); in LL_DMA_Init() 401 DMA_InitStruct->FIFOThreshold = LL_DMA_FIFOTHRESHOLD_1_4; in LL_DMA_StructInit()
|
D | stm32f2xx_hal_dma.c | 199 assert_param(IS_DMA_FIFO_THRESHOLD(hdma->Init.FIFOThreshold)); in HAL_DMA_Init() 268 tmp |= hdma->Init.FIFOThreshold; in HAL_DMA_Init() 1220 uint32_t tmp = hdma->Init.FIFOThreshold; in DMA_CheckFifoParam()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_dma.c | 304 assert_param(IS_LL_DMA_FIFO_THRESHOLD(DMA_InitStruct->FIFOThreshold)); in LL_DMA_Init() 337 LL_DMA_ConfigFifo(DMAx, Stream, DMA_InitStruct->FIFOMode, DMA_InitStruct->FIFOThreshold); in LL_DMA_Init() 399 DMA_InitStruct->FIFOThreshold = LL_DMA_FIFOTHRESHOLD_1_4; in LL_DMA_StructInit()
|
D | stm32f4xx_hal_dma.c | 197 assert_param(IS_DMA_FIFO_THRESHOLD(hdma->Init.FIFOThreshold)); in HAL_DMA_Init() 265 tmp |= hdma->Init.FIFOThreshold; in HAL_DMA_Init() 1216 uint32_t tmp = hdma->Init.FIFOThreshold; in DMA_CheckFifoParam()
|
D | stm32f4xx_hal_sai.c | 404 assert_param(IS_SAI_BLOCK_FIFO_THRESHOLD(hsai->Init.FIFOThreshold)); in HAL_SAI_Init() 532 …hsai->Instance->CR2 |= (hsai->Init.FIFOThreshold | hsai->Init.CompandingMode | hsai->Init.TriState… in HAL_SAI_Init()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_dma.c | 300 assert_param(IS_LL_DMA_FIFO_THRESHOLD(DMA_InitStruct->FIFOThreshold)); in LL_DMA_Init() 335 LL_DMA_ConfigFifo(DMAx, Stream, DMA_InitStruct->FIFOMode, DMA_InitStruct->FIFOThreshold); in LL_DMA_Init() 398 DMA_InitStruct->FIFOThreshold = LL_DMA_FIFOTHRESHOLD_1_4; in LL_DMA_StructInit()
|
D | stm32mp1xx_hal_dma.c | 205 assert_param(IS_DMA_FIFO_THRESHOLD(hdma->Init.FIFOThreshold)); in HAL_DMA_Init() 275 registerValue |= hdma->Init.FIFOThreshold; in HAL_DMA_Init() 1428 switch (hdma->Init.FIFOThreshold) in DMA_CheckFifoParam() 1457 switch (hdma->Init.FIFOThreshold) in DMA_CheckFifoParam() 1486 switch (hdma->Init.FIFOThreshold) in DMA_CheckFifoParam()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_dma.c | 325 assert_param(IS_LL_DMA_FIFO_THRESHOLD(DMA_InitStruct->FIFOThreshold)); in LL_DMA_Init() 358 LL_DMA_ConfigFifo(DMAx, Stream, DMA_InitStruct->FIFOMode, DMA_InitStruct->FIFOThreshold); in LL_DMA_Init() 420 DMA_InitStruct->FIFOThreshold = LL_DMA_FIFOTHRESHOLD_1_4; in LL_DMA_StructInit()
|
D | stm32f7xx_hal_dma.c | 198 assert_param(IS_DMA_FIFO_THRESHOLD(hdma->Init.FIFOThreshold)); in HAL_DMA_Init() 267 tmp |= hdma->Init.FIFOThreshold; in HAL_DMA_Init() 1223 uint32_t tmp = hdma->Init.FIFOThreshold; in DMA_CheckFifoParam()
|
D | stm32f7xx_hal_sai.c | 387 assert_param(IS_SAI_BLOCK_FIFO_THRESHOLD(hsai->Init.FIFOThreshold)); in HAL_SAI_Init() 553 …hsai->Instance->CR2 |= (hsai->Init.FIFOThreshold | hsai->Init.CompandingMode | hsai->Init.TriState… in HAL_SAI_Init()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_dma.c | 312 assert_param(IS_LL_DMA_FIFO_THRESHOLD(DMA_InitStruct->FIFOThreshold)); in LL_DMA_Init() 349 LL_DMA_ConfigFifo(DMAx, Stream, DMA_InitStruct->FIFOMode, DMA_InitStruct->FIFOThreshold); in LL_DMA_Init() 411 DMA_InitStruct->FIFOThreshold = LL_DMA_FIFOTHRESHOLD_1_4; in LL_DMA_StructInit()
|
D | stm32h7xx_hal_dma.c | 247 assert_param(IS_DMA_FIFO_THRESHOLD(hdma->Init.FIFOThreshold)); in HAL_DMA_Init() 329 registerValue |= hdma->Init.FIFOThreshold; in HAL_DMA_Init() 1903 switch (hdma->Init.FIFOThreshold) in DMA_CheckFifoParam() 1932 switch (hdma->Init.FIFOThreshold) in DMA_CheckFifoParam() 1961 switch (hdma->Init.FIFOThreshold) in DMA_CheckFifoParam()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_sai.h | 111 uint32_t FIFOThreshold; /*!< Specifies SAI Block FIFO threshold. member
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_sai.h | 92 uint32_t FIFOThreshold; /*!< Specifies SAI Block FIFO threshold. member
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_sai.h | 92 uint32_t FIFOThreshold; /*!< Specifies SAI Block FIFO threshold. member
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_sai.h | 94 uint32_t FIFOThreshold; /*!< Specifies SAI Block FIFO threshold. member
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_sai.h | 111 uint32_t FIFOThreshold; /*!< Specifies SAI Block FIFO threshold. member
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_dma.h | 82 uint32_t FIFOThreshold; /*!< Specifies the FIFO threshold level. member
|
D | stm32f7xx_hal_sai.h | 93 uint32_t FIFOThreshold; /*!< Specifies SAI Block FIFO threshold. member
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_sai.h | 109 uint32_t FIFOThreshold; /*!< Specifies SAI Block FIFO threshold. member
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_sai.h | 92 uint32_t FIFOThreshold; /*!< Specifies SAI Block FIFO threshold. member
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_sai.h | 92 uint32_t FIFOThreshold; /*!< Specifies SAI Block FIFO threshold. member
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_sai.h | 111 uint32_t FIFOThreshold; /*!< Specifies SAI Block FIFO threshold. member
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_sai.h | 109 uint32_t FIFOThreshold; /*!< Specifies SAI Block FIFO threshold. member
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_sai.h | 97 uint32_t FIFOThreshold; /*!< Specifies SAI Block FIFO threshold. member
|