Home
last modified time | relevance | path

Searched refs:pDstBuffer (Results 1 – 25 of 42) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_sram.c350 …_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuffer, in HAL_SRAM_Read_8b() argument
355 uint8_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_8b()
445 …tatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBuffer, in HAL_SRAM_Read_16b() argument
450 uint16_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_16b()
564 …tatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SRAM_Read_32b() argument
569 uint32_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_32b()
659 …tatusTypeDef HAL_SRAM_Read_DMA(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SRAM_Read_DMA() argument
712 …hsram->hdma->LinkedListQueue->Head->LinkRegisters[NODE_CDAR_DEFAULT_OFFSET] = (uint32_t)pDstBuffer; in HAL_SRAM_Read_DMA()
746 status = HAL_DMA_Start_IT(hsram->hdma, (uint32_t)pAddress, (uint32_t)pDstBuffer, size); in HAL_SRAM_Read_DMA()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_sram.c349 …_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuffer, in HAL_SRAM_Read_8b() argument
354 uint8_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_8b()
444 …tatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBuffer, in HAL_SRAM_Read_16b() argument
449 uint16_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_16b()
563 …tatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SRAM_Read_32b() argument
568 uint32_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_32b()
658 …tatusTypeDef HAL_SRAM_Read_DMA(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SRAM_Read_DMA() argument
711 …hsram->hdma->LinkedListQueue->Head->LinkRegisters[NODE_CDAR_DEFAULT_OFFSET] = (uint32_t)pDstBuffer; in HAL_SRAM_Read_DMA()
745 status = HAL_DMA_Start_IT(hsram->hdma, (uint32_t)pAddress, (uint32_t)pDstBuffer, size); in HAL_SRAM_Read_DMA()
Dstm32n6xx_hal_sdram.c379 …atusTypeDef HAL_SDRAM_Read_8b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint8_t *pDstBuffer, in HAL_SDRAM_Read_8b() argument
384 uint8_t *pdestbuff = pDstBuffer; in HAL_SDRAM_Read_8b()
482 …usTypeDef HAL_SDRAM_Read_16b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint16_t *pDstBuffer, in HAL_SDRAM_Read_16b() argument
487 uint16_t *pdestbuff = pDstBuffer; in HAL_SDRAM_Read_16b()
601 …usTypeDef HAL_SDRAM_Read_32b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SDRAM_Read_32b() argument
606 uint32_t *pdestbuff = pDstBuffer; in HAL_SDRAM_Read_32b()
704 …usTypeDef HAL_SDRAM_Read_DMA(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SDRAM_Read_DMA() argument
761 …sdram->hdma->LinkedListQueue->Head->LinkRegisters[NODE_CDAR_DEFAULT_OFFSET] = (uint32_t)pDstBuffer; in HAL_SDRAM_Read_DMA()
793 status = HAL_DMA_Start_IT(hsdram->hdma, (uint32_t)pAddress, (uint32_t)pDstBuffer, size); in HAL_SDRAM_Read_DMA()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_sram.c350 …_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuffer, in HAL_SRAM_Read_8b() argument
355 uint8_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_8b()
445 …tatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBuffer, in HAL_SRAM_Read_16b() argument
450 uint16_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_16b()
564 …tatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SRAM_Read_32b() argument
569 uint32_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_32b()
659 …tatusTypeDef HAL_SRAM_Read_DMA(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SRAM_Read_DMA() argument
712 …hsram->hdma->LinkedListQueue->Head->LinkRegisters[NODE_CDAR_DEFAULT_OFFSET] = (uint32_t)pDstBuffer; in HAL_SRAM_Read_DMA()
746 status = HAL_DMA_Start_IT(hsram->hdma, (uint32_t)pAddress, (uint32_t)pDstBuffer, size); in HAL_SRAM_Read_DMA()
Dstm32h5xx_hal_sdram.c380 …atusTypeDef HAL_SDRAM_Read_8b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint8_t *pDstBuffer, in HAL_SDRAM_Read_8b() argument
385 uint8_t *pdestbuff = pDstBuffer; in HAL_SDRAM_Read_8b()
483 …usTypeDef HAL_SDRAM_Read_16b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint16_t *pDstBuffer, in HAL_SDRAM_Read_16b() argument
488 uint16_t *pdestbuff = pDstBuffer; in HAL_SDRAM_Read_16b()
602 …usTypeDef HAL_SDRAM_Read_32b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SDRAM_Read_32b() argument
607 uint32_t *pdestbuff = pDstBuffer; in HAL_SDRAM_Read_32b()
705 …usTypeDef HAL_SDRAM_Read_DMA(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SDRAM_Read_DMA() argument
762 …sdram->hdma->LinkedListQueue->Head->LinkRegisters[NODE_CDAR_DEFAULT_OFFSET] = (uint32_t)pDstBuffer; in HAL_SDRAM_Read_DMA()
794 status = HAL_DMA_Start_IT(hsdram->hdma, (uint32_t)pAddress, (uint32_t)pDstBuffer, size); in HAL_SDRAM_Read_DMA()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_sram.c349 …_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuffer, in HAL_SRAM_Read_8b() argument
354 uint8_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_8b()
444 …tatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBuffer, in HAL_SRAM_Read_16b() argument
449 uint16_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_16b()
563 …tatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SRAM_Read_32b() argument
568 uint32_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_32b()
658 …tatusTypeDef HAL_SRAM_Read_DMA(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SRAM_Read_DMA() argument
711 …hsram->hdma->LinkedListQueue->Head->LinkRegisters[NODE_CDAR_DEFAULT_OFFSET] = (uint32_t)pDstBuffer; in HAL_SRAM_Read_DMA()
745 status = HAL_DMA_Start_IT(hsram->hdma, (uint32_t)pAddress, (uint32_t)pDstBuffer, size); in HAL_SRAM_Read_DMA()
Dstm32h7rsxx_hal_sdram.c379 …atusTypeDef HAL_SDRAM_Read_8b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint8_t *pDstBuffer, in HAL_SDRAM_Read_8b() argument
384 uint8_t *pdestbuff = pDstBuffer; in HAL_SDRAM_Read_8b()
482 …usTypeDef HAL_SDRAM_Read_16b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint16_t *pDstBuffer, in HAL_SDRAM_Read_16b() argument
487 uint16_t *pdestbuff = pDstBuffer; in HAL_SDRAM_Read_16b()
601 …usTypeDef HAL_SDRAM_Read_32b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SDRAM_Read_32b() argument
606 uint32_t *pdestbuff = pDstBuffer; in HAL_SDRAM_Read_32b()
704 …usTypeDef HAL_SDRAM_Read_DMA(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SDRAM_Read_DMA() argument
761 …sdram->hdma->LinkedListQueue->Head->LinkRegisters[NODE_CDAR_DEFAULT_OFFSET] = (uint32_t)pDstBuffer; in HAL_SDRAM_Read_DMA()
793 status = HAL_DMA_Start_IT(hsdram->hdma, (uint32_t)pAddress, (uint32_t)pDstBuffer, size); in HAL_SDRAM_Read_DMA()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_sram.c346 …_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuffer, in HAL_SRAM_Read_8b() argument
351 uint8_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_8b()
441 …tatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBuffer, in HAL_SRAM_Read_16b() argument
446 uint16_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_16b()
560 …tatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SRAM_Read_32b() argument
565 uint32_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_32b()
655 …tatusTypeDef HAL_SRAM_Read_DMA(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SRAM_Read_DMA() argument
682 …status = HAL_DMA_Start_IT(hsram->hdma, (uint32_t)pAddress, (uint32_t)pDstBuffer, (uint32_t)BufferS… in HAL_SRAM_Read_DMA()
Dstm32f7xx_hal_sdram.c376 …atusTypeDef HAL_SDRAM_Read_8b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint8_t *pDstBuffer, in HAL_SDRAM_Read_8b() argument
381 uint8_t *pdestbuff = pDstBuffer; in HAL_SDRAM_Read_8b()
479 …usTypeDef HAL_SDRAM_Read_16b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint16_t *pDstBuffer, in HAL_SDRAM_Read_16b() argument
484 uint16_t *pdestbuff = pDstBuffer; in HAL_SDRAM_Read_16b()
598 …usTypeDef HAL_SDRAM_Read_32b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SDRAM_Read_32b() argument
603 uint32_t *pdestbuff = pDstBuffer; in HAL_SDRAM_Read_32b()
701 …usTypeDef HAL_SDRAM_Read_DMA(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SDRAM_Read_DMA() argument
732 …status = HAL_DMA_Start_IT(hsdram->hdma, (uint32_t)pAddress, (uint32_t)pDstBuffer, (uint32_t)Buffer… in HAL_SDRAM_Read_DMA()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_sram.c346 …_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuffer, in HAL_SRAM_Read_8b() argument
351 uint8_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_8b()
441 …tatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBuffer, in HAL_SRAM_Read_16b() argument
446 uint16_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_16b()
560 …tatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SRAM_Read_32b() argument
565 uint32_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_32b()
655 …tatusTypeDef HAL_SRAM_Read_DMA(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SRAM_Read_DMA() argument
682 …status = HAL_DMA_Start_IT(hsram->hdma, (uint32_t)pAddress, (uint32_t)pDstBuffer, (uint32_t)BufferS… in HAL_SRAM_Read_DMA()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_sram.c346 …_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuffer, in HAL_SRAM_Read_8b() argument
351 uint8_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_8b()
441 …tatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBuffer, in HAL_SRAM_Read_16b() argument
446 uint16_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_16b()
560 …tatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SRAM_Read_32b() argument
565 uint32_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_32b()
655 …tatusTypeDef HAL_SRAM_Read_DMA(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SRAM_Read_DMA() argument
682 …status = HAL_DMA_Start_IT(hsram->hdma, (uint32_t)pAddress, (uint32_t)pDstBuffer, (uint32_t)BufferS… in HAL_SRAM_Read_DMA()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_sram.c347 …_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuffer, in HAL_SRAM_Read_8b() argument
352 uint8_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_8b()
442 …tatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBuffer, in HAL_SRAM_Read_16b() argument
447 uint16_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_16b()
561 …tatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SRAM_Read_32b() argument
566 uint32_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_32b()
656 …tatusTypeDef HAL_SRAM_Read_DMA(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SRAM_Read_DMA() argument
683 …status = HAL_DMA_Start_IT(hsram->hdma, (uint32_t)pAddress, (uint32_t)pDstBuffer, (uint32_t)BufferS… in HAL_SRAM_Read_DMA()
Dstm32f4xx_hal_sdram.c377 …atusTypeDef HAL_SDRAM_Read_8b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint8_t *pDstBuffer, in HAL_SDRAM_Read_8b() argument
382 uint8_t *pdestbuff = pDstBuffer; in HAL_SDRAM_Read_8b()
480 …usTypeDef HAL_SDRAM_Read_16b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint16_t *pDstBuffer, in HAL_SDRAM_Read_16b() argument
485 uint16_t *pdestbuff = pDstBuffer; in HAL_SDRAM_Read_16b()
599 …usTypeDef HAL_SDRAM_Read_32b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SDRAM_Read_32b() argument
604 uint32_t *pdestbuff = pDstBuffer; in HAL_SDRAM_Read_32b()
702 …usTypeDef HAL_SDRAM_Read_DMA(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SDRAM_Read_DMA() argument
733 …status = HAL_DMA_Start_IT(hsdram->hdma, (uint32_t)pAddress, (uint32_t)pDstBuffer, (uint32_t)Buffer… in HAL_SDRAM_Read_DMA()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_sram.c347 …_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuffer, in HAL_SRAM_Read_8b() argument
352 uint8_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_8b()
442 …tatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBuffer, in HAL_SRAM_Read_16b() argument
447 uint16_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_16b()
561 …tatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SRAM_Read_32b() argument
566 uint32_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_32b()
656 …tatusTypeDef HAL_SRAM_Read_DMA(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SRAM_Read_DMA() argument
683 …status = HAL_DMA_Start_IT(hsram->hdma, (uint32_t)pAddress, (uint32_t)pDstBuffer, (uint32_t)BufferS… in HAL_SRAM_Read_DMA()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_sram.c347 …L_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuffer, uint32_t Buffer… in HAL_SRAM_Read_8b() argument
351 uint8_t * pdestbuff = pDstBuffer; in HAL_SRAM_Read_8b()
440 …SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBuffer, uint32_t Buffer… in HAL_SRAM_Read_16b() argument
444 uint16_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_16b()
557 …SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, uint32_t Buffer… in HAL_SRAM_Read_32b() argument
561 uint32_t * pdestbuff = pDstBuffer; in HAL_SRAM_Read_32b()
650 …SRAM_Read_DMA(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, uint32_t Buffer… in HAL_SRAM_Read_DMA() argument
676 …status = HAL_DMA_Start_IT(hsram->hdma, (uint32_t)pAddress, (uint32_t)pDstBuffer, (uint32_t)BufferS… in HAL_SRAM_Read_DMA()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_sram.c349 …_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuffer, in HAL_SRAM_Read_8b() argument
354 uint8_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_8b()
444 …tatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBuffer, in HAL_SRAM_Read_16b() argument
449 uint16_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_16b()
563 …tatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SRAM_Read_32b() argument
568 uint32_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_32b()
658 …tatusTypeDef HAL_SRAM_Read_DMA(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SRAM_Read_DMA() argument
685 …status = HAL_MDMA_Start_IT(hsram->hmdma, (uint32_t)pAddress, (uint32_t)pDstBuffer, (uint32_t)(Buff… in HAL_SRAM_Read_DMA()
Dstm32h7xx_hal_sdram.c379 …atusTypeDef HAL_SDRAM_Read_8b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint8_t *pDstBuffer, in HAL_SDRAM_Read_8b() argument
384 uint8_t *pdestbuff = pDstBuffer; in HAL_SDRAM_Read_8b()
482 …usTypeDef HAL_SDRAM_Read_16b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint16_t *pDstBuffer, in HAL_SDRAM_Read_16b() argument
487 uint16_t *pdestbuff = pDstBuffer; in HAL_SDRAM_Read_16b()
601 …usTypeDef HAL_SDRAM_Read_32b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SDRAM_Read_32b() argument
606 uint32_t *pdestbuff = pDstBuffer; in HAL_SDRAM_Read_32b()
704 …usTypeDef HAL_SDRAM_Read_DMA(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SDRAM_Read_DMA() argument
735 …status = HAL_MDMA_Start_IT(hsdram->hmdma, (uint32_t)pAddress, (uint32_t)pDstBuffer, (uint32_t)(Buf… in HAL_SDRAM_Read_DMA()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_sram.c347 …_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuffer, in HAL_SRAM_Read_8b() argument
352 uint8_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_8b()
442 …tatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBuffer, in HAL_SRAM_Read_16b() argument
447 uint16_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_16b()
561 …tatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SRAM_Read_32b() argument
566 uint32_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_32b()
656 …tatusTypeDef HAL_SRAM_Read_DMA(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SRAM_Read_DMA() argument
683 …status = HAL_DMA_Start_IT(hsram->hdma, (uint32_t)pAddress, (uint32_t)pDstBuffer, (uint32_t)BufferS… in HAL_SRAM_Read_DMA()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_sram.c347 …_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuffer, in HAL_SRAM_Read_8b() argument
352 uint8_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_8b()
442 …tatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBuffer, in HAL_SRAM_Read_16b() argument
447 uint16_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_16b()
561 …tatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SRAM_Read_32b() argument
566 uint32_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_32b()
656 …tatusTypeDef HAL_SRAM_Read_DMA(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SRAM_Read_DMA() argument
683 …status = HAL_DMA_Start_IT(hsram->hdma, (uint32_t)pAddress, (uint32_t)pDstBuffer, (uint32_t)BufferS… in HAL_SRAM_Read_DMA()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_sram.c347 …_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuffer, in HAL_SRAM_Read_8b() argument
352 uint8_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_8b()
442 …tatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBuffer, in HAL_SRAM_Read_16b() argument
447 uint16_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_16b()
561 …tatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SRAM_Read_32b() argument
566 uint32_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_32b()
656 …tatusTypeDef HAL_SRAM_Read_DMA(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SRAM_Read_DMA() argument
683 …status = HAL_DMA_Start_IT(hsram->hdma, (uint32_t)pAddress, (uint32_t)pDstBuffer, (uint32_t)BufferS… in HAL_SRAM_Read_DMA()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_sram.c341 …_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuffer, in HAL_SRAM_Read_8b() argument
346 uint8_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_8b()
436 …tatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBuffer, in HAL_SRAM_Read_16b() argument
441 uint16_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_16b()
555 …tatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SRAM_Read_32b() argument
560 uint32_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_32b()
650 …tatusTypeDef HAL_SRAM_Read_DMA(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SRAM_Read_DMA() argument
677 …status = HAL_DMA_Start_IT(hsram->hdma, (uint32_t)pAddress, (uint32_t)pDstBuffer, (uint32_t)BufferS… in HAL_SRAM_Read_DMA()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_sram.h157 …_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuffer,
161 …tatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBuffer,
165 …tatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer,
169 …tatusTypeDef HAL_SRAM_Read_DMA(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer,
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_sram.h157 …_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuffer,
161 …tatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBuffer,
165 …tatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer,
169 …tatusTypeDef HAL_SRAM_Read_DMA(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer,
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_sram.h158 …_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuffer,
162 …tatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBuffer,
166 …tatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer,
170 …tatusTypeDef HAL_SRAM_Read_DMA(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer,
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_sram.h158 …_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuffer,
162 …tatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBuffer,
166 …tatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer,
170 …tatusTypeDef HAL_SRAM_Read_DMA(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer,

12