Home
last modified time | relevance | path

Searched refs:FIFOThreshold (Results 1 – 25 of 46) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_dma.c306 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()
Dstm32f2xx_hal_dma.c199 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/
Dstm32f4xx_ll_dma.c304 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()
Dstm32f4xx_hal_dma.c197 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()
Dstm32f4xx_hal_sai.c404 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/
Dstm32mp1xx_ll_dma.c300 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()
Dstm32mp1xx_hal_dma.c205 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/
Dstm32f7xx_ll_dma.c325 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()
Dstm32f7xx_hal_dma.c198 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()
Dstm32f7xx_hal_sai.c387 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/
Dstm32h7xx_ll_dma.c312 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()
Dstm32h7xx_hal_dma.c247 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/
Dstm32g4xx_hal_sai.h111 uint32_t FIFOThreshold; /*!< Specifies SAI Block FIFO threshold. member
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_sai.h92 uint32_t FIFOThreshold; /*!< Specifies SAI Block FIFO threshold. member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_sai.h92 uint32_t FIFOThreshold; /*!< Specifies SAI Block FIFO threshold. member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_sai.h94 uint32_t FIFOThreshold; /*!< Specifies SAI Block FIFO threshold. member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_sai.h111 uint32_t FIFOThreshold; /*!< Specifies SAI Block FIFO threshold. member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_dma.h82 uint32_t FIFOThreshold; /*!< Specifies the FIFO threshold level. member
Dstm32f7xx_hal_sai.h93 uint32_t FIFOThreshold; /*!< Specifies SAI Block FIFO threshold. member
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_sai.h109 uint32_t FIFOThreshold; /*!< Specifies SAI Block FIFO threshold. member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_sai.h92 uint32_t FIFOThreshold; /*!< Specifies SAI Block FIFO threshold. member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_sai.h92 uint32_t FIFOThreshold; /*!< Specifies SAI Block FIFO threshold. member
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_sai.h111 uint32_t FIFOThreshold; /*!< Specifies SAI Block FIFO threshold. member
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_sai.h109 uint32_t FIFOThreshold; /*!< Specifies SAI Block FIFO threshold. member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_sai.h97 uint32_t FIFOThreshold; /*!< Specifies SAI Block FIFO threshold. member

12