/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_dma_ex.c | 61 …rSetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength); 102 …ef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t SecondMemAddress, uint32_t DataLength) in HAL_DMAEx_MultiBufferStart() argument 107 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMAEx_MultiBufferStart() 132 DMA_MultiBufferSetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMAEx_MultiBufferStart() 156 …ef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t SecondMemAddress, uint32_t DataLength) in HAL_DMAEx_MultiBufferStart_IT() argument 161 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMAEx_MultiBufferStart_IT() 188 DMA_MultiBufferSetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMAEx_MultiBufferStart_IT() 271 …erSetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in DMA_MultiBufferSetConfig() argument 274 hdma->Instance->NDTR = DataLength; in DMA_MultiBufferSetConfig()
|
D | stm32f7xx_hal_dma.c | 133 …_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength); 409 …L_DMA_Start(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in HAL_DMA_Start() argument 414 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start() 428 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start() 453 …MA_Start_IT(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in HAL_DMA_Start_IT() argument 461 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start_IT() 475 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start_IT() 1158 …A_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in DMA_SetConfig() argument 1164 hdma->Instance->NDTR = DataLength; in DMA_SetConfig()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_dma_ex.c | 61 …rSetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength); 101 …ef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t SecondMemAddress, uint32_t DataLength) in HAL_DMAEx_MultiBufferStart() argument 106 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMAEx_MultiBufferStart() 131 DMA_MultiBufferSetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMAEx_MultiBufferStart() 155 …ef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t SecondMemAddress, uint32_t DataLength) in HAL_DMAEx_MultiBufferStart_IT() argument 160 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMAEx_MultiBufferStart_IT() 194 DMA_MultiBufferSetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMAEx_MultiBufferStart_IT() 277 …erSetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in DMA_MultiBufferSetConfig() argument 280 hdma->Instance->NDTR = DataLength; in DMA_MultiBufferSetConfig()
|
D | stm32f2xx_hal_dma.c | 134 …_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength); 410 …L_DMA_Start(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in HAL_DMA_Start() argument 415 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start() 429 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start() 454 …MA_Start_IT(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in HAL_DMA_Start_IT() argument 462 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start_IT() 476 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start_IT() 1155 …A_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in DMA_SetConfig() argument 1161 hdma->Instance->NDTR = DataLength; in DMA_SetConfig()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_dma_ex.c | 60 …rSetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength); 100 …ef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t SecondMemAddress, uint32_t DataLength) in HAL_DMAEx_MultiBufferStart() argument 105 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMAEx_MultiBufferStart() 130 DMA_MultiBufferSetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMAEx_MultiBufferStart() 154 …ef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t SecondMemAddress, uint32_t DataLength) in HAL_DMAEx_MultiBufferStart_IT() argument 159 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMAEx_MultiBufferStart_IT() 193 DMA_MultiBufferSetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMAEx_MultiBufferStart_IT() 276 …erSetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in DMA_MultiBufferSetConfig() argument 279 hdma->Instance->NDTR = DataLength; in DMA_MultiBufferSetConfig()
|
D | stm32f4xx_hal_dma.c | 132 …_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength); 407 …L_DMA_Start(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in HAL_DMA_Start() argument 412 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start() 426 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start() 451 …MA_Start_IT(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in HAL_DMA_Start_IT() argument 459 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start_IT() 473 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start_IT() 1151 …A_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in DMA_SetConfig() argument 1157 hdma->Instance->NDTR = DataLength; in DMA_SetConfig()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_dma_ex.c | 73 …rSetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength); 116 …ef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t SecondMemAddress, uint32_t DataLength) in HAL_DMAEx_MultiBufferStart() argument 121 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMAEx_MultiBufferStart() 149 DMA_MultiBufferSetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMAEx_MultiBufferStart() 186 …ef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t SecondMemAddress, uint32_t DataLength) in HAL_DMAEx_MultiBufferStart_IT() argument 191 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMAEx_MultiBufferStart_IT() 223 DMA_MultiBufferSetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMAEx_MultiBufferStart_IT() 520 …erSetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in DMA_MultiBufferSetConfig() argument 523 hdma->Instance->CNDTR = DataLength; in DMA_MultiBufferSetConfig()
|
D | stm32l5xx_hal_dma.c | 112 …_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength); 380 …L_DMA_Start(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in HAL_DMA_Start() argument 385 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start() 400 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start() 423 …MA_Start_IT(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in HAL_DMA_Start_IT() argument 428 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start_IT() 443 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start_IT() 1270 …A_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in DMA_SetConfig() argument 1285 hdma->Instance->CNDTR = DataLength; in DMA_SetConfig()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_dma_ex.c | 73 …rSetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength); 120 …ef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t SecondMemAddress, uint32_t DataLength) in HAL_DMAEx_MultiBufferStart() argument 126 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMAEx_MultiBufferStart() 180 DMA_MultiBufferSetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMAEx_MultiBufferStart() 217 …ef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t SecondMemAddress, uint32_t DataLength) in HAL_DMAEx_MultiBufferStart_IT() argument 223 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMAEx_MultiBufferStart_IT() 274 DMA_MultiBufferSetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMAEx_MultiBufferStart_IT() 648 …erSetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in DMA_MultiBufferSetConfig() argument 653 ((DMA_Stream_TypeDef *)hdma->Instance)->NDTR = DataLength; in DMA_MultiBufferSetConfig() 677 ((BDMA_Channel_TypeDef *)hdma->Instance)->CNDTR = DataLength; in DMA_MultiBufferSetConfig()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_dma_ex.c | 75 …rSetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength); 122 …ef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t SecondMemAddress, uint32_t DataLength) in HAL_DMAEx_MultiBufferStart() argument 128 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMAEx_MultiBufferStart() 157 DMA_MultiBufferSetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMAEx_MultiBufferStart() 199 …ef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t SecondMemAddress, uint32_t DataLength) in HAL_DMAEx_MultiBufferStart_IT() argument 205 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMAEx_MultiBufferStart_IT() 233 DMA_MultiBufferSetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMAEx_MultiBufferStart_IT() 563 …erSetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in DMA_MultiBufferSetConfig() argument 568 ((DMA_Stream_TypeDef *)hdma->Instance)->NDTR = DataLength; in DMA_MultiBufferSetConfig()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_dma.c | 103 …_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength); 295 …L_DMA_Start(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in HAL_DMA_Start() argument 300 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start() 315 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start() 338 …MA_Start_IT(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in HAL_DMA_Start_IT() argument 343 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start_IT() 358 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start_IT() 841 …A_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in DMA_SetConfig() argument 847 hdma->Instance->CNDTR = DataLength; in DMA_SetConfig()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_dma.c | 99 …_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength); 281 …L_DMA_Start(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in HAL_DMA_Start() argument 286 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start() 302 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start() 328 …MA_Start_IT(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in HAL_DMA_Start_IT() argument 333 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start_IT() 349 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start_IT() 825 …A_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in DMA_SetConfig() argument 831 hdma->Instance->CNDTR = DataLength; in DMA_SetConfig()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_dma.c | 98 …_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength); 280 …L_DMA_Start(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in HAL_DMA_Start() argument 285 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start() 301 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start() 327 …MA_Start_IT(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in HAL_DMA_Start_IT() argument 332 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start_IT() 348 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start_IT() 829 …A_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in DMA_SetConfig() argument 835 hdma->Instance->CNDTR = DataLength; in DMA_SetConfig()
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_hal_dma.c | 110 …_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength); 304 …L_DMA_Start(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in HAL_DMA_Start() argument 309 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start() 324 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start() 347 …MA_Start_IT(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in HAL_DMA_Start_IT() argument 352 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start_IT() 367 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start_IT() 855 …A_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in DMA_SetConfig() argument 861 hdma->Instance->CNDTR = DataLength; in DMA_SetConfig()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_dma.c | 105 …_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength); 318 …L_DMA_Start(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in HAL_DMA_Start() argument 323 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start() 338 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start() 361 …MA_Start_IT(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in HAL_DMA_Start_IT() argument 366 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start_IT() 381 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start_IT() 857 …A_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in DMA_SetConfig() argument 863 hdma->Instance->CNDTR = DataLength; in DMA_SetConfig()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_dma.c | 107 …_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength); 315 …L_DMA_Start(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in HAL_DMA_Start() argument 320 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start() 335 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start() 358 …MA_Start_IT(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in HAL_DMA_Start_IT() argument 363 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start_IT() 378 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start_IT() 864 …A_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in DMA_SetConfig() argument 870 hdma->Instance->CNDTR = DataLength; in DMA_SetConfig()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_dma.c | 111 …_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength); 345 …L_DMA_Start(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in HAL_DMA_Start() argument 350 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start() 365 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start() 393 uint32_t DataLength) in HAL_DMA_Start_IT() argument 398 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start_IT() 413 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start_IT() 984 …A_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in DMA_SetConfig() argument 999 hdma->Instance->CNDTR = DataLength; in DMA_SetConfig()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_dma.c | 111 …_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength); 389 …L_DMA_Start(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in HAL_DMA_Start() argument 394 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start() 409 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start() 433 uint32_t DataLength) in HAL_DMA_Start_IT() argument 438 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start_IT() 453 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start_IT() 1015 …A_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in DMA_SetConfig() argument 1030 hdma->Instance->CNDTR = DataLength; in DMA_SetConfig()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_dma.c | 112 …_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength); 388 …L_DMA_Start(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in HAL_DMA_Start() argument 393 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start() 410 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start() 440 uint32_t DataLength) in HAL_DMA_Start_IT() argument 445 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start_IT() 460 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start_IT() 1073 …A_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) argument 1092 hdma->Instance->CNDTR = DataLength;
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_dma.c | 112 …_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength); 382 …L_DMA_Start(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in HAL_DMA_Start() argument 387 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start() 404 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start() 434 uint32_t DataLength) in HAL_DMA_Start_IT() argument 439 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start_IT() 454 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start_IT() 1071 …A_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) argument 1090 hdma->Instance->CNDTR = DataLength;
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_dma.c | 112 …_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength); 431 …L_DMA_Start(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in HAL_DMA_Start() argument 436 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start() 451 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start() 474 …MA_Start_IT(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in HAL_DMA_Start_IT() argument 479 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start_IT() 494 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start_IT() 1069 …A_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in DMA_SetConfig() argument 1086 hdma->Instance->CNDTR = DataLength; in DMA_SetConfig()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_dma.c | 111 …_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength); 378 …L_DMA_Start(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in HAL_DMA_Start() argument 383 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start() 398 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start() 422 uint32_t DataLength) in HAL_DMA_Start_IT() argument 427 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start_IT() 442 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start_IT() 1002 …A_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in DMA_SetConfig() argument 1017 hdma->Instance->CNDTR = DataLength; in DMA_SetConfig()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_mmc.c | 734 config.DataLength = NumberOfBlocks * MMC_BLOCKSIZE; in HAL_MMC_ReadBlocks() 767 dataremaining = config.DataLength; in HAL_MMC_ReadBlocks() 929 config.DataLength = NumberOfBlocks * MMC_BLOCKSIZE; in HAL_MMC_WriteBlocks() 962 dataremaining = config.DataLength; in HAL_MMC_WriteBlocks() 1123 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_IT() 1236 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_WriteBlocks_IT() 1350 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_DMA() 1465 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_WriteBlocks_DMA() 2336 config.DataLength = MMC_BLOCKSIZE; in HAL_MMC_GetCardExtCSD() 2356 dataremaining = config.DataLength; in HAL_MMC_GetCardExtCSD() [all …]
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_dma.c | 112 …_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength); 370 …L_DMA_Start(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in HAL_DMA_Start() argument 375 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start() 392 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start() 421 …MA_Start_IT(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in HAL_DMA_Start_IT() argument 426 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start_IT() 441 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start_IT() 1209 …A_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in DMA_SetConfig() argument 1224 hdma->Instance->CNDTR = DataLength; in DMA_SetConfig()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_mmc.c | 723 config.DataLength = NumberOfBlocks * MMC_BLOCKSIZE; in HAL_MMC_ReadBlocks() 756 dataremaining = config.DataLength; in HAL_MMC_ReadBlocks() 918 config.DataLength = NumberOfBlocks * MMC_BLOCKSIZE; in HAL_MMC_WriteBlocks() 951 dataremaining = config.DataLength; in HAL_MMC_WriteBlocks() 1112 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_IT() 1225 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_WriteBlocks_IT() 1339 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_DMA() 1454 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_WriteBlocks_DMA() 2324 config.DataLength = MMC_BLOCKSIZE; in HAL_MMC_GetCardExtCSD() 3814 config.DataLength = MMC_BLOCKSIZE; in MMC_ReadExtCSD() [all …]
|