/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_sram.c | 350 HAL_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuff… in HAL_SRAM_Read_8b() argument 354 __IO uint8_t *psramaddress = (uint8_t *)pAddress; in HAL_SRAM_Read_8b() 398 HAL_StatusTypeDef HAL_SRAM_Write_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pSrcBuf… in HAL_SRAM_Write_8b() argument 402 __IO uint8_t *psramaddress = (uint8_t *)pAddress; in HAL_SRAM_Write_8b() 445 HAL_StatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBu… in HAL_SRAM_Read_16b() argument 449 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Read_16b() 505 HAL_StatusTypeDef HAL_SRAM_Write_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pSrcB… in HAL_SRAM_Write_16b() argument 509 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Write_16b() 564 HAL_StatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBu… in HAL_SRAM_Read_32b() argument 568 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Read_32b() [all …]
|
D | stm32u5xx_hal_nand.c | 520 …StatusTypeDef HAL_NAND_Read_Page_8b(NAND_HandleTypeDef *hnand, const NAND_AddressTypeDef *pAddress, in HAL_NAND_Read_Page_8b() argument 548 nandaddress = ARRAY_ADDRESS(pAddress, hnand); in HAL_NAND_Read_Page_8b() 678 …tatusTypeDef HAL_NAND_Read_Page_16b(NAND_HandleTypeDef *hnand, const NAND_AddressTypeDef *pAddress, in HAL_NAND_Read_Page_16b() argument 706 nandaddress = ARRAY_ADDRESS(pAddress, hnand); in HAL_NAND_Read_Page_16b() 846 …tatusTypeDef HAL_NAND_Write_Page_8b(NAND_HandleTypeDef *hnand, const NAND_AddressTypeDef *pAddress, in HAL_NAND_Write_Page_8b() argument 874 nandaddress = ARRAY_ADDRESS(pAddress, hnand); in HAL_NAND_Write_Page_8b() 999 …atusTypeDef HAL_NAND_Write_Page_16b(NAND_HandleTypeDef *hnand, const NAND_AddressTypeDef *pAddress, in HAL_NAND_Write_Page_16b() argument 1027 nandaddress = ARRAY_ADDRESS(pAddress, hnand); in HAL_NAND_Write_Page_16b() 1163 …sTypeDef HAL_NAND_Read_SpareArea_8b(NAND_HandleTypeDef *hnand, const NAND_AddressTypeDef *pAddress, in HAL_NAND_Read_SpareArea_8b() argument 1192 nandaddress = ARRAY_ADDRESS(pAddress, hnand); in HAL_NAND_Read_SpareArea_8b() [all …]
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_sram.c | 349 HAL_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuff… in HAL_SRAM_Read_8b() argument 353 __IO uint8_t *psramaddress = (uint8_t *)pAddress; in HAL_SRAM_Read_8b() 397 HAL_StatusTypeDef HAL_SRAM_Write_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pSrcBuf… in HAL_SRAM_Write_8b() argument 401 __IO uint8_t *psramaddress = (uint8_t *)pAddress; in HAL_SRAM_Write_8b() 444 HAL_StatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBu… in HAL_SRAM_Read_16b() argument 448 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Read_16b() 504 HAL_StatusTypeDef HAL_SRAM_Write_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pSrcB… in HAL_SRAM_Write_16b() argument 508 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Write_16b() 563 HAL_StatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBu… in HAL_SRAM_Read_32b() argument 567 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Read_32b() [all …]
|
D | stm32n6xx_hal_sdram.c | 379 HAL_StatusTypeDef HAL_SDRAM_Read_8b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint8_t *pDstB… in HAL_SDRAM_Read_8b() argument 383 __IO uint8_t *pSdramAddress = (uint8_t *)pAddress; in HAL_SDRAM_Read_8b() 431 HAL_StatusTypeDef HAL_SDRAM_Write_8b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint8_t *pSrc… in HAL_SDRAM_Write_8b() argument 435 __IO uint8_t *pSdramAddress = (uint8_t *)pAddress; in HAL_SDRAM_Write_8b() 482 HAL_StatusTypeDef HAL_SDRAM_Read_16b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint16_t *pDs… in HAL_SDRAM_Read_16b() argument 486 __IO uint32_t *pSdramAddress = pAddress; in HAL_SDRAM_Read_16b() 542 HAL_StatusTypeDef HAL_SDRAM_Write_16b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint16_t *pS… in HAL_SDRAM_Write_16b() argument 546 __IO uint32_t *psdramaddress = pAddress; in HAL_SDRAM_Write_16b() 601 HAL_StatusTypeDef HAL_SDRAM_Read_32b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint32_t *pDs… in HAL_SDRAM_Read_32b() argument 605 __IO uint32_t *pSdramAddress = (uint32_t *)pAddress; in HAL_SDRAM_Read_32b() [all …]
|
D | stm32n6xx_hal_nand.c | 519 …StatusTypeDef HAL_NAND_Read_Page_8b(NAND_HandleTypeDef *hnand, const NAND_AddressTypeDef *pAddress, in HAL_NAND_Read_Page_8b() argument 546 nandaddress = ARRAY_ADDRESS(pAddress, hnand); in HAL_NAND_Read_Page_8b() 673 …tatusTypeDef HAL_NAND_Read_Page_16b(NAND_HandleTypeDef *hnand, const NAND_AddressTypeDef *pAddress, in HAL_NAND_Read_Page_16b() argument 700 nandaddress = ARRAY_ADDRESS(pAddress, hnand); in HAL_NAND_Read_Page_16b() 837 …tatusTypeDef HAL_NAND_Write_Page_8b(NAND_HandleTypeDef *hnand, const NAND_AddressTypeDef *pAddress, in HAL_NAND_Write_Page_8b() argument 864 nandaddress = ARRAY_ADDRESS(pAddress, hnand); in HAL_NAND_Write_Page_8b() 986 …atusTypeDef HAL_NAND_Write_Page_16b(NAND_HandleTypeDef *hnand, const NAND_AddressTypeDef *pAddress, in HAL_NAND_Write_Page_16b() argument 1013 nandaddress = ARRAY_ADDRESS(pAddress, hnand); in HAL_NAND_Write_Page_16b() 1146 …sTypeDef HAL_NAND_Read_SpareArea_8b(NAND_HandleTypeDef *hnand, const NAND_AddressTypeDef *pAddress, in HAL_NAND_Read_SpareArea_8b() argument 1174 nandaddress = ARRAY_ADDRESS(pAddress, hnand); in HAL_NAND_Read_SpareArea_8b() [all …]
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_sram.c | 350 HAL_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuff… in HAL_SRAM_Read_8b() argument 354 __IO uint8_t *psramaddress = (uint8_t *)pAddress; in HAL_SRAM_Read_8b() 398 HAL_StatusTypeDef HAL_SRAM_Write_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pSrcBuf… in HAL_SRAM_Write_8b() argument 402 __IO uint8_t *psramaddress = (uint8_t *)pAddress; in HAL_SRAM_Write_8b() 445 HAL_StatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBu… in HAL_SRAM_Read_16b() argument 449 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Read_16b() 505 HAL_StatusTypeDef HAL_SRAM_Write_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pSrcB… in HAL_SRAM_Write_16b() argument 509 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Write_16b() 564 HAL_StatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBu… in HAL_SRAM_Read_32b() argument 568 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Read_32b() [all …]
|
D | stm32h5xx_hal_sdram.c | 380 HAL_StatusTypeDef HAL_SDRAM_Read_8b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint8_t *pDstB… in HAL_SDRAM_Read_8b() argument 384 __IO uint8_t *pSdramAddress = (uint8_t *)pAddress; in HAL_SDRAM_Read_8b() 432 HAL_StatusTypeDef HAL_SDRAM_Write_8b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint8_t *pSrc… in HAL_SDRAM_Write_8b() argument 436 __IO uint8_t *pSdramAddress = (uint8_t *)pAddress; in HAL_SDRAM_Write_8b() 483 HAL_StatusTypeDef HAL_SDRAM_Read_16b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint16_t *pDs… in HAL_SDRAM_Read_16b() argument 487 __IO uint32_t *pSdramAddress = pAddress; in HAL_SDRAM_Read_16b() 543 HAL_StatusTypeDef HAL_SDRAM_Write_16b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint16_t *pS… in HAL_SDRAM_Write_16b() argument 547 __IO uint32_t *psdramaddress = pAddress; in HAL_SDRAM_Write_16b() 602 HAL_StatusTypeDef HAL_SDRAM_Read_32b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint32_t *pDs… in HAL_SDRAM_Read_32b() argument 606 __IO uint32_t *pSdramAddress = (uint32_t *)pAddress; in HAL_SDRAM_Read_32b() [all …]
|
D | stm32h5xx_hal_nand.c | 520 …StatusTypeDef HAL_NAND_Read_Page_8b(NAND_HandleTypeDef *hnand, const NAND_AddressTypeDef *pAddress, in HAL_NAND_Read_Page_8b() argument 548 nandaddress = ARRAY_ADDRESS(pAddress, hnand); in HAL_NAND_Read_Page_8b() 678 …tatusTypeDef HAL_NAND_Read_Page_16b(NAND_HandleTypeDef *hnand, const NAND_AddressTypeDef *pAddress, in HAL_NAND_Read_Page_16b() argument 706 nandaddress = ARRAY_ADDRESS(pAddress, hnand); in HAL_NAND_Read_Page_16b() 846 …tatusTypeDef HAL_NAND_Write_Page_8b(NAND_HandleTypeDef *hnand, const NAND_AddressTypeDef *pAddress, in HAL_NAND_Write_Page_8b() argument 874 nandaddress = ARRAY_ADDRESS(pAddress, hnand); in HAL_NAND_Write_Page_8b() 999 …atusTypeDef HAL_NAND_Write_Page_16b(NAND_HandleTypeDef *hnand, const NAND_AddressTypeDef *pAddress, in HAL_NAND_Write_Page_16b() argument 1027 nandaddress = ARRAY_ADDRESS(pAddress, hnand); in HAL_NAND_Write_Page_16b() 1163 …sTypeDef HAL_NAND_Read_SpareArea_8b(NAND_HandleTypeDef *hnand, const NAND_AddressTypeDef *pAddress, in HAL_NAND_Read_SpareArea_8b() argument 1192 nandaddress = ARRAY_ADDRESS(pAddress, hnand); in HAL_NAND_Read_SpareArea_8b() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_sram.c | 349 HAL_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuff… in HAL_SRAM_Read_8b() argument 353 __IO uint8_t *psramaddress = (uint8_t *)pAddress; in HAL_SRAM_Read_8b() 397 HAL_StatusTypeDef HAL_SRAM_Write_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pSrcBuf… in HAL_SRAM_Write_8b() argument 401 __IO uint8_t *psramaddress = (uint8_t *)pAddress; in HAL_SRAM_Write_8b() 444 HAL_StatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBu… in HAL_SRAM_Read_16b() argument 448 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Read_16b() 504 HAL_StatusTypeDef HAL_SRAM_Write_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pSrcB… in HAL_SRAM_Write_16b() argument 508 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Write_16b() 563 HAL_StatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBu… in HAL_SRAM_Read_32b() argument 567 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Read_32b() [all …]
|
D | stm32h7rsxx_hal_sdram.c | 379 HAL_StatusTypeDef HAL_SDRAM_Read_8b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint8_t *pDstB… in HAL_SDRAM_Read_8b() argument 383 __IO uint8_t *pSdramAddress = (uint8_t *)pAddress; in HAL_SDRAM_Read_8b() 431 HAL_StatusTypeDef HAL_SDRAM_Write_8b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint8_t *pSrc… in HAL_SDRAM_Write_8b() argument 435 __IO uint8_t *pSdramAddress = (uint8_t *)pAddress; in HAL_SDRAM_Write_8b() 482 HAL_StatusTypeDef HAL_SDRAM_Read_16b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint16_t *pDs… in HAL_SDRAM_Read_16b() argument 486 __IO uint32_t *pSdramAddress = pAddress; in HAL_SDRAM_Read_16b() 542 HAL_StatusTypeDef HAL_SDRAM_Write_16b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint16_t *pS… in HAL_SDRAM_Write_16b() argument 546 __IO uint32_t *psdramaddress = pAddress; in HAL_SDRAM_Write_16b() 601 HAL_StatusTypeDef HAL_SDRAM_Read_32b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint32_t *pDs… in HAL_SDRAM_Read_32b() argument 605 __IO uint32_t *pSdramAddress = (uint32_t *)pAddress; in HAL_SDRAM_Read_32b() [all …]
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_sram.c | 346 HAL_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuff… in HAL_SRAM_Read_8b() argument 350 __IO uint8_t *psramaddress = (uint8_t *)pAddress; in HAL_SRAM_Read_8b() 394 HAL_StatusTypeDef HAL_SRAM_Write_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pSrcBuf… in HAL_SRAM_Write_8b() argument 398 __IO uint8_t *psramaddress = (uint8_t *)pAddress; in HAL_SRAM_Write_8b() 441 HAL_StatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBu… in HAL_SRAM_Read_16b() argument 445 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Read_16b() 501 HAL_StatusTypeDef HAL_SRAM_Write_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pSrcB… in HAL_SRAM_Write_16b() argument 505 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Write_16b() 560 HAL_StatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBu… in HAL_SRAM_Read_32b() argument 564 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Read_32b() [all …]
|
D | stm32f7xx_hal_sdram.c | 376 HAL_StatusTypeDef HAL_SDRAM_Read_8b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint8_t *pDstB… in HAL_SDRAM_Read_8b() argument 380 __IO uint8_t *pSdramAddress = (uint8_t *)pAddress; in HAL_SDRAM_Read_8b() 428 HAL_StatusTypeDef HAL_SDRAM_Write_8b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint8_t *pSrc… in HAL_SDRAM_Write_8b() argument 432 __IO uint8_t *pSdramAddress = (uint8_t *)pAddress; in HAL_SDRAM_Write_8b() 479 HAL_StatusTypeDef HAL_SDRAM_Read_16b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint16_t *pDs… in HAL_SDRAM_Read_16b() argument 483 __IO uint32_t *pSdramAddress = pAddress; in HAL_SDRAM_Read_16b() 539 HAL_StatusTypeDef HAL_SDRAM_Write_16b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint16_t *pS… in HAL_SDRAM_Write_16b() argument 543 __IO uint32_t *psdramaddress = pAddress; in HAL_SDRAM_Write_16b() 598 HAL_StatusTypeDef HAL_SDRAM_Read_32b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint32_t *pDs… in HAL_SDRAM_Read_32b() argument 602 __IO uint32_t *pSdramAddress = (uint32_t *)pAddress; in HAL_SDRAM_Read_32b() [all …]
|
D | stm32f7xx_hal_nand.c | 517 …StatusTypeDef HAL_NAND_Read_Page_8b(NAND_HandleTypeDef *hnand, const NAND_AddressTypeDef *pAddress, in HAL_NAND_Read_Page_8b() argument 545 nandaddress = ARRAY_ADDRESS(pAddress, hnand); in HAL_NAND_Read_Page_8b() 675 …tatusTypeDef HAL_NAND_Read_Page_16b(NAND_HandleTypeDef *hnand, const NAND_AddressTypeDef *pAddress, in HAL_NAND_Read_Page_16b() argument 703 nandaddress = ARRAY_ADDRESS(pAddress, hnand); in HAL_NAND_Read_Page_16b() 843 …tatusTypeDef HAL_NAND_Write_Page_8b(NAND_HandleTypeDef *hnand, const NAND_AddressTypeDef *pAddress, in HAL_NAND_Write_Page_8b() argument 871 nandaddress = ARRAY_ADDRESS(pAddress, hnand); in HAL_NAND_Write_Page_8b() 996 …atusTypeDef HAL_NAND_Write_Page_16b(NAND_HandleTypeDef *hnand, const NAND_AddressTypeDef *pAddress, in HAL_NAND_Write_Page_16b() argument 1024 nandaddress = ARRAY_ADDRESS(pAddress, hnand); in HAL_NAND_Write_Page_16b() 1160 …sTypeDef HAL_NAND_Read_SpareArea_8b(NAND_HandleTypeDef *hnand, const NAND_AddressTypeDef *pAddress, in HAL_NAND_Read_SpareArea_8b() argument 1189 nandaddress = ARRAY_ADDRESS(pAddress, hnand); in HAL_NAND_Read_SpareArea_8b() [all …]
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_sram.c | 346 HAL_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuff… in HAL_SRAM_Read_8b() argument 350 __IO uint8_t *psramaddress = (uint8_t *)pAddress; in HAL_SRAM_Read_8b() 394 HAL_StatusTypeDef HAL_SRAM_Write_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pSrcBuf… in HAL_SRAM_Write_8b() argument 398 __IO uint8_t *psramaddress = (uint8_t *)pAddress; in HAL_SRAM_Write_8b() 441 HAL_StatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBu… in HAL_SRAM_Read_16b() argument 445 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Read_16b() 501 HAL_StatusTypeDef HAL_SRAM_Write_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pSrcB… in HAL_SRAM_Write_16b() argument 505 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Write_16b() 560 HAL_StatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBu… in HAL_SRAM_Read_32b() argument 564 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Read_32b() [all …]
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_sram.c | 346 HAL_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuff… in HAL_SRAM_Read_8b() argument 350 __IO uint8_t *psramaddress = (uint8_t *)pAddress; in HAL_SRAM_Read_8b() 394 HAL_StatusTypeDef HAL_SRAM_Write_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pSrcBuf… in HAL_SRAM_Write_8b() argument 398 __IO uint8_t *psramaddress = (uint8_t *)pAddress; in HAL_SRAM_Write_8b() 441 HAL_StatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBu… in HAL_SRAM_Read_16b() argument 445 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Read_16b() 501 HAL_StatusTypeDef HAL_SRAM_Write_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pSrcB… in HAL_SRAM_Write_16b() argument 505 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Write_16b() 560 HAL_StatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBu… in HAL_SRAM_Read_32b() argument 564 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Read_32b() [all …]
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_sram.c | 347 HAL_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuff… in HAL_SRAM_Read_8b() argument 351 __IO uint8_t *psramaddress = (uint8_t *)pAddress; in HAL_SRAM_Read_8b() 395 HAL_StatusTypeDef HAL_SRAM_Write_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pSrcBuf… in HAL_SRAM_Write_8b() argument 399 __IO uint8_t *psramaddress = (uint8_t *)pAddress; in HAL_SRAM_Write_8b() 442 HAL_StatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBu… in HAL_SRAM_Read_16b() argument 446 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Read_16b() 502 HAL_StatusTypeDef HAL_SRAM_Write_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pSrcB… in HAL_SRAM_Write_16b() argument 506 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Write_16b() 561 HAL_StatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBu… in HAL_SRAM_Read_32b() argument 565 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Read_32b() [all …]
|
D | stm32f4xx_hal_sdram.c | 377 HAL_StatusTypeDef HAL_SDRAM_Read_8b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint8_t *pDstB… in HAL_SDRAM_Read_8b() argument 381 __IO uint8_t *pSdramAddress = (uint8_t *)pAddress; in HAL_SDRAM_Read_8b() 429 HAL_StatusTypeDef HAL_SDRAM_Write_8b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint8_t *pSrc… in HAL_SDRAM_Write_8b() argument 433 __IO uint8_t *pSdramAddress = (uint8_t *)pAddress; in HAL_SDRAM_Write_8b() 480 HAL_StatusTypeDef HAL_SDRAM_Read_16b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint16_t *pDs… in HAL_SDRAM_Read_16b() argument 484 __IO uint32_t *pSdramAddress = pAddress; in HAL_SDRAM_Read_16b() 540 HAL_StatusTypeDef HAL_SDRAM_Write_16b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint16_t *pS… in HAL_SDRAM_Write_16b() argument 544 __IO uint32_t *psdramaddress = pAddress; in HAL_SDRAM_Write_16b() 599 HAL_StatusTypeDef HAL_SDRAM_Read_32b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint32_t *pDs… in HAL_SDRAM_Read_32b() argument 603 __IO uint32_t *pSdramAddress = (uint32_t *)pAddress; in HAL_SDRAM_Read_32b() [all …]
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_sram.c | 347 HAL_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuff… in HAL_SRAM_Read_8b() argument 351 __IO uint8_t *psramaddress = (uint8_t *)pAddress; in HAL_SRAM_Read_8b() 395 HAL_StatusTypeDef HAL_SRAM_Write_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pSrcBuf… in HAL_SRAM_Write_8b() argument 399 __IO uint8_t *psramaddress = (uint8_t *)pAddress; in HAL_SRAM_Write_8b() 442 HAL_StatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBu… in HAL_SRAM_Read_16b() argument 446 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Read_16b() 502 HAL_StatusTypeDef HAL_SRAM_Write_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pSrcB… in HAL_SRAM_Write_16b() argument 506 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Write_16b() 561 HAL_StatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBu… in HAL_SRAM_Read_32b() argument 565 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Read_32b() [all …]
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_sram.c | 347 HAL_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuff… in HAL_SRAM_Read_8b() argument 350 __IO uint8_t *psramaddress = (uint8_t *)pAddress; in HAL_SRAM_Read_8b() 394 HAL_StatusTypeDef HAL_SRAM_Write_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pSrcBuf… in HAL_SRAM_Write_8b() argument 397 __IO uint8_t *psramaddress = (uint8_t *)pAddress; in HAL_SRAM_Write_8b() 440 HAL_StatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBu… in HAL_SRAM_Read_16b() argument 443 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Read_16b() 499 HAL_StatusTypeDef HAL_SRAM_Write_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pSrcB… in HAL_SRAM_Write_16b() argument 502 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Write_16b() 557 HAL_StatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBu… in HAL_SRAM_Read_32b() argument 560 __IO uint32_t * psramaddress = pAddress; in HAL_SRAM_Read_32b() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_sram.c | 349 HAL_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuff… in HAL_SRAM_Read_8b() argument 353 __IO uint8_t *psramaddress = (uint8_t *)pAddress; in HAL_SRAM_Read_8b() 397 HAL_StatusTypeDef HAL_SRAM_Write_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pSrcBuf… in HAL_SRAM_Write_8b() argument 401 __IO uint8_t *psramaddress = (uint8_t *)pAddress; in HAL_SRAM_Write_8b() 444 HAL_StatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBu… in HAL_SRAM_Read_16b() argument 448 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Read_16b() 504 HAL_StatusTypeDef HAL_SRAM_Write_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pSrcB… in HAL_SRAM_Write_16b() argument 508 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Write_16b() 563 HAL_StatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBu… in HAL_SRAM_Read_32b() argument 567 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Read_32b() [all …]
|
D | stm32h7xx_hal_sdram.c | 379 HAL_StatusTypeDef HAL_SDRAM_Read_8b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint8_t *pDstB… in HAL_SDRAM_Read_8b() argument 383 __IO uint8_t *pSdramAddress = (uint8_t *)pAddress; in HAL_SDRAM_Read_8b() 431 HAL_StatusTypeDef HAL_SDRAM_Write_8b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint8_t *pSrc… in HAL_SDRAM_Write_8b() argument 435 __IO uint8_t *pSdramAddress = (uint8_t *)pAddress; in HAL_SDRAM_Write_8b() 482 HAL_StatusTypeDef HAL_SDRAM_Read_16b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint16_t *pDs… in HAL_SDRAM_Read_16b() argument 486 __IO uint32_t *pSdramAddress = pAddress; in HAL_SDRAM_Read_16b() 542 HAL_StatusTypeDef HAL_SDRAM_Write_16b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint16_t *pS… in HAL_SDRAM_Write_16b() argument 546 __IO uint32_t *psdramaddress = pAddress; in HAL_SDRAM_Write_16b() 601 HAL_StatusTypeDef HAL_SDRAM_Read_32b(SDRAM_HandleTypeDef *hsdram, uint32_t *pAddress, uint32_t *pDs… in HAL_SDRAM_Read_32b() argument 605 __IO uint32_t *pSdramAddress = (uint32_t *)pAddress; in HAL_SDRAM_Read_32b() [all …]
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_sram.c | 347 HAL_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuff… in HAL_SRAM_Read_8b() argument 351 __IO uint8_t *psramaddress = (uint8_t *)pAddress; in HAL_SRAM_Read_8b() 395 HAL_StatusTypeDef HAL_SRAM_Write_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pSrcBuf… in HAL_SRAM_Write_8b() argument 399 __IO uint8_t *psramaddress = (uint8_t *)pAddress; in HAL_SRAM_Write_8b() 442 HAL_StatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBu… in HAL_SRAM_Read_16b() argument 446 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Read_16b() 502 HAL_StatusTypeDef HAL_SRAM_Write_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pSrcB… in HAL_SRAM_Write_16b() argument 506 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Write_16b() 561 HAL_StatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBu… in HAL_SRAM_Read_32b() argument 565 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Read_32b() [all …]
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_sram.c | 347 HAL_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuff… in HAL_SRAM_Read_8b() argument 351 __IO uint8_t *psramaddress = (uint8_t *)pAddress; in HAL_SRAM_Read_8b() 395 HAL_StatusTypeDef HAL_SRAM_Write_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pSrcBuf… in HAL_SRAM_Write_8b() argument 399 __IO uint8_t *psramaddress = (uint8_t *)pAddress; in HAL_SRAM_Write_8b() 442 HAL_StatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBu… in HAL_SRAM_Read_16b() argument 446 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Read_16b() 502 HAL_StatusTypeDef HAL_SRAM_Write_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pSrcB… in HAL_SRAM_Write_16b() argument 506 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Write_16b() 561 HAL_StatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBu… in HAL_SRAM_Read_32b() argument 565 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Read_32b() [all …]
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_sram.c | 347 HAL_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuff… in HAL_SRAM_Read_8b() argument 351 __IO uint8_t *psramaddress = (uint8_t *)pAddress; in HAL_SRAM_Read_8b() 395 HAL_StatusTypeDef HAL_SRAM_Write_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pSrcBuf… in HAL_SRAM_Write_8b() argument 399 __IO uint8_t *psramaddress = (uint8_t *)pAddress; in HAL_SRAM_Write_8b() 442 HAL_StatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBu… in HAL_SRAM_Read_16b() argument 446 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Read_16b() 502 HAL_StatusTypeDef HAL_SRAM_Write_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pSrcB… in HAL_SRAM_Write_16b() argument 506 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Write_16b() 561 HAL_StatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBu… in HAL_SRAM_Read_32b() argument 565 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Read_32b() [all …]
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_sram.c | 341 HAL_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuff… in HAL_SRAM_Read_8b() argument 345 __IO uint8_t *psramaddress = (uint8_t *)pAddress; in HAL_SRAM_Read_8b() 389 HAL_StatusTypeDef HAL_SRAM_Write_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pSrcBuf… in HAL_SRAM_Write_8b() argument 393 __IO uint8_t *psramaddress = (uint8_t *)pAddress; in HAL_SRAM_Write_8b() 436 HAL_StatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBu… in HAL_SRAM_Read_16b() argument 440 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Read_16b() 496 HAL_StatusTypeDef HAL_SRAM_Write_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pSrcB… in HAL_SRAM_Write_16b() argument 500 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Write_16b() 555 HAL_StatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBu… in HAL_SRAM_Read_32b() argument 559 __IO uint32_t *psramaddress = pAddress; in HAL_SRAM_Read_32b() [all …]
|