Searched refs:BlkRptCount (Results 1 – 8 of 8) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_dma.c | 450 assert_param(IS_LL_DMA_BLK_REPEATCOUNT(DMA_InitStruct->BlkRptCount)); in LL_DMA_Init() 569 LL_DMA_SetBlkRptCount(DMAx, Channel, DMA_InitStruct->BlkRptCount); in LL_DMA_Init() 636 DMA_InitStruct->BlkRptCount = 0x00000000U; in LL_DMA_StructInit() 815 DMA_InitNodeStruct->BlkRptCount = 0x00000000U; in LL_DMA_NodeStructInit() 893 assert_param(IS_LL_DMA_BLK_REPEATCOUNT(DMA_InitNodeStruct->BlkRptCount)); in LL_DMA_CreateLinkNode() 1030 … ((DMA_InitNodeStruct->BlkRptCount << DMA_CBR1_BRC_Pos) & DMA_CBR1_BRC)); in LL_DMA_CreateLinkNode()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_dma.c | 444 assert_param(IS_LL_DMA_BLK_REPEATCOUNT(DMA_InitStruct->BlkRptCount)); in LL_DMA_Init() 553 LL_DMA_SetBlkRptCount(DMAx, Channel, DMA_InitStruct->BlkRptCount); in LL_DMA_Init() 621 DMA_InitStruct->BlkRptCount = 0x00000000U; in LL_DMA_StructInit() 785 DMA_InitNodeStruct->BlkRptCount = 0x00000000U; in LL_DMA_NodeStructInit() 864 assert_param(IS_LL_DMA_BLK_REPEATCOUNT(DMA_InitNodeStruct->BlkRptCount)); in LL_DMA_CreateLinkNode() 984 … ((DMA_InitNodeStruct->BlkRptCount << DMA_CBR1_BRC_Pos) & DMA_CBR1_BRC)); in LL_DMA_CreateLinkNode()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_dma.c | 485 assert_param(IS_LL_DMA_BLK_REPEATCOUNT(DMA_InitStruct->BlkRptCount)); in LL_DMA_Init() 596 LL_DMA_SetBlkRptCount(DMAx, Channel, DMA_InitStruct->BlkRptCount); in LL_DMA_Init() 664 DMA_InitStruct->BlkRptCount = 0x00000000U; in LL_DMA_StructInit() 840 DMA_InitNodeStruct->BlkRptCount = 0x00000000U; in LL_DMA_NodeStructInit() 918 assert_param(IS_LL_DMA_BLK_REPEATCOUNT(DMA_InitNodeStruct->BlkRptCount)); in LL_DMA_CreateLinkNode() 1036 … ((DMA_InitNodeStruct->BlkRptCount << DMA_CBR1_BRC_Pos) & DMA_CBR1_BRC)); in LL_DMA_CreateLinkNode()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_ll_dma.c | 507 assert_param(IS_LL_DMA_BLK_REPEATCOUNT(DMA_InitStruct->BlkRptCount)); in LL_DMA_Init() 632 LL_DMA_SetBlkRptCount(DMAx, Channel, DMA_InitStruct->BlkRptCount); in LL_DMA_Init() 700 DMA_InitStruct->BlkRptCount = 0x00000000U; in LL_DMA_StructInit() 882 DMA_InitNodeStruct->BlkRptCount = 0x00000000U; in LL_DMA_NodeStructInit() 964 assert_param(IS_LL_DMA_BLK_REPEATCOUNT(DMA_InitNodeStruct->BlkRptCount)); in LL_DMA_CreateLinkNode() 1101 … ((DMA_InitNodeStruct->BlkRptCount << DMA_CBR1_BRC_Pos) & DMA_CBR1_BRC)); in LL_DMA_CreateLinkNode()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_dma.h | 179 …uint32_t BlkRptCount; /*!< This field specify the number of repetitions of the curren… member 474 …uint32_t BlkRptCount; /*!< This field specify the number of repetitions of the curren… member 4094 uint32_t BlkRptCount) in LL_DMA_ConfigBlkCounters() argument 4098 (DMA_CBR1_BNDT | DMA_CBR1_BRC), (BlkDataLength | (BlkRptCount << DMA_CBR1_BRC_Pos))); in LL_DMA_ConfigBlkCounters() 4267 …_INLINE void LL_DMA_SetBlkRptCount(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t BlkRptCount) in LL_DMA_SetBlkRptCount() argument 4271 (BlkRptCount << DMA_CBR1_BRC_Pos) & DMA_CBR1_BRC); in LL_DMA_SetBlkRptCount()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_dma.h | 188 …uint32_t BlkRptCount; /*!< This field specify the number of repetitions of the curren… member 489 …uint32_t BlkRptCount; /*!< This field specify the number of repetitions of the curren… member 4078 uint32_t BlkRptCount) in LL_DMA_ConfigBlkCounters() argument 4082 (DMA_CBR1_BNDT | DMA_CBR1_BRC), (BlkDataLength | (BlkRptCount << DMA_CBR1_BRC_Pos))); in LL_DMA_ConfigBlkCounters() 4269 …_INLINE void LL_DMA_SetBlkRptCount(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t BlkRptCount) in LL_DMA_SetBlkRptCount() argument 4273 (BlkRptCount << DMA_CBR1_BRC_Pos) & DMA_CBR1_BRC); in LL_DMA_SetBlkRptCount()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_dma.h | 188 …uint32_t BlkRptCount; /*!< This field specify the number of repetitions of the curren… member 482 …uint32_t BlkRptCount; /*!< This field specify the number of repetitions of the curren… member 3898 uint32_t BlkRptCount) in LL_DMA_ConfigBlkCounters() argument 3902 (DMA_CBR1_BNDT | DMA_CBR1_BRC), (BlkDataLength | (BlkRptCount << DMA_CBR1_BRC_Pos))); in LL_DMA_ConfigBlkCounters() 4089 …_INLINE void LL_DMA_SetBlkRptCount(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t BlkRptCount) in LL_DMA_SetBlkRptCount() argument 4093 (BlkRptCount << DMA_CBR1_BRC_Pos) & DMA_CBR1_BRC); in LL_DMA_SetBlkRptCount()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_dma.h | 188 …uint32_t BlkRptCount; /*!< This field specify the number of repetitions of the curren… member 492 …uint32_t BlkRptCount; /*!< This field specify the number of repetitions of the curren… member 5216 uint32_t BlkRptCount) in LL_DMA_ConfigBlkCounters() argument 5220 (DMA_CBR1_BNDT | DMA_CBR1_BRC), (BlkDataLength | (BlkRptCount << DMA_CBR1_BRC_Pos))); in LL_DMA_ConfigBlkCounters() 5407 …_INLINE void LL_DMA_SetBlkRptCount(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t BlkRptCount) in LL_DMA_SetBlkRptCount() argument 5411 (BlkRptCount << DMA_CBR1_BRC_Pos) & DMA_CBR1_BRC); in LL_DMA_SetBlkRptCount()
|