Home
last modified time | relevance | path

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

12

/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_sram.c327 …L_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuffer, uint32_t Buffer… in HAL_SRAM_Read_8b() argument
340 *pDstBuffer = *(__IO uint8_t *)psramaddress; in HAL_SRAM_Read_8b()
341 pDstBuffer++; in HAL_SRAM_Read_8b()
405 …SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBuffer, uint32_t Buffer… in HAL_SRAM_Read_16b() argument
418 *pDstBuffer = *(__IO uint16_t *)psramaddress; in HAL_SRAM_Read_16b()
419 pDstBuffer++; in HAL_SRAM_Read_16b()
483 …SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, uint32_t Buffer… in HAL_SRAM_Read_32b() argument
494 *pDstBuffer = *(__IO uint32_t *)pAddress; in HAL_SRAM_Read_32b()
495 pDstBuffer++; in HAL_SRAM_Read_32b()
557 …SRAM_Read_DMA(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, uint32_t Buffer… in HAL_SRAM_Read_DMA() argument
[all …]
Dstm32f7xx_hal_sdram.c365 …DRAM_Read_8b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint8_t *pDstBuffer, uint32_t Buffer… in HAL_SDRAM_Read_8b() argument
385 *pDstBuffer = *(__IO uint8_t *)pSdramAddress; in HAL_SDRAM_Read_8b()
386 pDstBuffer++; in HAL_SDRAM_Read_8b()
450 …AM_Read_16b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint16_t *pDstBuffer, uint32_t Buffer… in HAL_SDRAM_Read_16b() argument
470 *pDstBuffer = *(__IO uint16_t *)pSdramAddress; in HAL_SDRAM_Read_16b()
471 pDstBuffer++; in HAL_SDRAM_Read_16b()
533 …AM_Read_32b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint32_t *pDstBuffer, uint32_t Buffer… in HAL_SDRAM_Read_32b() argument
553 *pDstBuffer = *(__IO uint32_t *)pSdramAddress; in HAL_SDRAM_Read_32b()
554 pDstBuffer++; in HAL_SDRAM_Read_32b()
616 …AM_Read_DMA(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint32_t *pDstBuffer, uint32_t Buffer… in HAL_SDRAM_Read_DMA() argument
[all …]
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_sram.c328 …L_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuffer, uint32_t Buffer… in HAL_SRAM_Read_8b() argument
341 *pDstBuffer = *(__IO uint8_t *)pSramAddress; in HAL_SRAM_Read_8b()
342 pDstBuffer++; in HAL_SRAM_Read_8b()
406 …SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBuffer, uint32_t Buffer… in HAL_SRAM_Read_16b() argument
419 *pDstBuffer = *(__IO uint16_t *)pSramAddress; in HAL_SRAM_Read_16b()
420 pDstBuffer++; in HAL_SRAM_Read_16b()
484 …SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, uint32_t Buffer… in HAL_SRAM_Read_32b() argument
495 *pDstBuffer = *(__IO uint32_t *)pAddress; in HAL_SRAM_Read_32b()
496 pDstBuffer++; in HAL_SRAM_Read_32b()
558 …SRAM_Read_DMA(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, uint32_t Buffer… in HAL_SRAM_Read_DMA() argument
[all …]
Dstm32f4xx_hal_sdram.c361 …DRAM_Read_8b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint8_t *pDstBuffer, uint32_t Buffer… in HAL_SDRAM_Read_8b() argument
381 *pDstBuffer = *(__IO uint8_t *)pSdramAddress; in HAL_SDRAM_Read_8b()
382 pDstBuffer++; in HAL_SDRAM_Read_8b()
444 …AM_Read_16b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint16_t *pDstBuffer, uint32_t Buffer… in HAL_SDRAM_Read_16b() argument
464 *pDstBuffer = *(__IO uint16_t *)pSdramAddress; in HAL_SDRAM_Read_16b()
465 pDstBuffer++; in HAL_SDRAM_Read_16b()
527 …AM_Read_32b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint32_t *pDstBuffer, uint32_t Buffer… in HAL_SDRAM_Read_32b() argument
547 *pDstBuffer = *(__IO uint32_t *)pSdramAddress; in HAL_SDRAM_Read_32b()
548 pDstBuffer++; in HAL_SDRAM_Read_32b()
610 …AM_Read_DMA(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint32_t *pDstBuffer, uint32_t Buffer… in HAL_SDRAM_Read_DMA() argument
[all …]
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_sram.c343 …_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuffer, in HAL_SRAM_Read_8b() argument
348 uint8_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_8b()
438 …tatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBuffer, in HAL_SRAM_Read_16b() argument
443 uint16_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_16b()
557 …tatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SRAM_Read_32b() argument
562 uint32_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_32b()
652 …tatusTypeDef HAL_SRAM_Read_DMA(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SRAM_Read_DMA() argument
705 …hsram->hdma->LinkedListQueue->Head->LinkRegisters[NODE_CDAR_DEFAULT_OFFSET] = (uint32_t)pDstBuffer; in HAL_SRAM_Read_DMA()
739 status = HAL_DMA_Start_IT(hsram->hdma, (uint32_t)pAddress, (uint32_t)pDstBuffer, size); in HAL_SRAM_Read_DMA()
/hal_stm32-2.7.6/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_sram.c340 …_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuffer, in HAL_SRAM_Read_8b() argument
345 uint8_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_8b()
435 …tatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBuffer, in HAL_SRAM_Read_16b() argument
440 uint16_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_16b()
554 …tatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SRAM_Read_32b() argument
559 uint32_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_32b()
649 …tatusTypeDef HAL_SRAM_Read_DMA(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, 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-2.7.6/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-2.7.6/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_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-2.7.6/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_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-2.7.6/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_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-2.7.6/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_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-2.7.6/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_sram.c340 …_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuffer, in HAL_SRAM_Read_8b() argument
345 uint8_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_8b()
435 …tatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBuffer, in HAL_SRAM_Read_16b() argument
440 uint16_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_16b()
554 …tatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SRAM_Read_32b() argument
559 uint32_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_32b()
649 …tatusTypeDef HAL_SRAM_Read_DMA(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, 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-2.7.6/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-2.7.6/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_sram.c343 …_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuffer, in HAL_SRAM_Read_8b() argument
348 uint8_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_8b()
438 …tatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBuffer, in HAL_SRAM_Read_16b() argument
443 uint16_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_16b()
557 …tatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SRAM_Read_32b() argument
562 uint32_t *pdestbuff = pDstBuffer; in HAL_SRAM_Read_32b()
652 …tatusTypeDef HAL_SRAM_Read_DMA(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SRAM_Read_DMA() argument
679 …status = HAL_MDMA_Start_IT(hsram->hmdma, (uint32_t)pAddress, (uint32_t)pDstBuffer, (uint32_t)(Buff… in HAL_SRAM_Read_DMA()
Dstm32h7xx_hal_sdram.c373 …atusTypeDef HAL_SDRAM_Read_8b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint8_t *pDstBuffer, in HAL_SDRAM_Read_8b() argument
378 uint8_t *pdestbuff = pDstBuffer; in HAL_SDRAM_Read_8b()
476 …usTypeDef HAL_SDRAM_Read_16b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint16_t *pDstBuffer, in HAL_SDRAM_Read_16b() argument
481 uint16_t *pdestbuff = pDstBuffer; in HAL_SDRAM_Read_16b()
595 …usTypeDef HAL_SDRAM_Read_32b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SDRAM_Read_32b() argument
600 uint32_t *pdestbuff = pDstBuffer; in HAL_SDRAM_Read_32b()
698 …usTypeDef HAL_SDRAM_Read_DMA(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint32_t *pDstBuffer, in HAL_SDRAM_Read_DMA() argument
729 …status = HAL_MDMA_Start_IT(hsdram->hmdma, (uint32_t)pAddress, (uint32_t)pDstBuffer, (uint32_t)(Buf… in HAL_SDRAM_Read_DMA()
/hal_stm32-2.7.6/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_sram.h159 …_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuffer,
163 …tatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBuffer,
167 …tatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer,
171 …tatusTypeDef HAL_SRAM_Read_DMA(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer,
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_sram.h159 …_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuffer,
163 …tatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBuffer,
167 …tatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer,
171 …tatusTypeDef HAL_SRAM_Read_DMA(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer,
/hal_stm32-2.7.6/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_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-2.7.6/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_sram.h159 …_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuffer,
163 …tatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBuffer,
167 …tatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer,
171 …tatusTypeDef HAL_SRAM_Read_DMA(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer,
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_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-2.7.6/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_sram.h159 …_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuffer,
163 …tatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBuffer,
167 …tatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer,
171 …tatusTypeDef HAL_SRAM_Read_DMA(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer,
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_sram.h156 …L_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuffer, uint32_t Buffer…
158 …SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBuffer, uint32_t Buffer…
160 …SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, uint32_t Buffer…
162 …SRAM_Read_DMA(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, uint32_t Buffer…
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_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-2.7.6/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_sram.h157 …L_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuffer, uint32_t Buffer…
159 …SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBuffer, uint32_t Buffer…
161 …SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, uint32_t Buffer…
163 …SRAM_Read_DMA(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, uint32_t Buffer…
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_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,

12