Searched refs:SRAM_BASE (Results 1 – 14 of 14) sorted by relevance
183 bankBit = (addr - SRAM_BASE) / bankSize; in SysCtl_A_enableSRAM()213 bankBit = (addr - SRAM_BASE) / bankSize; in SysCtl_A_disableSRAM()247 blockBitStart = (startAddr - SRAM_BASE) / blockSize; in SysCtl_A_enableSRAMRetention()248 blockBitEnd = (endAddr - SRAM_BASE) / blockSize; in SysCtl_A_enableSRAMRetention()338 blockBitStart = (startAddr - SRAM_BASE) / blockSize; in SysCtl_A_disableSRAMRetention()339 blockBitEnd = (endAddr - SRAM_BASE) / blockSize; in SysCtl_A_disableSRAMRetention()
44 #define SRAM_BASE 0x20000000 macro
49 #define SRAM_BASE 0x20000000 // SRAM macro
241 ASSERT((uint32_t)pvSrcAddr >= SRAM_BASE); in uDMAChannelTransferSet()242 ASSERT((uint32_t)pvDstAddr >= SRAM_BASE); in uDMAChannelTransferSet()
558 ASSERT((uint32_t)pControlTable >= SRAM_BASE); in uDMAControlBaseSet()
239 ASSERT((uint32_t)pvSrcAddr >= SRAM_BASE); in uDMAChannelTransferSet()240 ASSERT((uint32_t)pvDstAddr >= SRAM_BASE); in uDMAChannelTransferSet()
556 ASSERT((uint32_t)pControlTable >= SRAM_BASE); in uDMAControlBaseSet()
269 #define SRAM_BASE ((uint32_t)0x20000000) /*!< SRAM memory s… macro327 …((__IO uint32_t *) (BITBAND_SRAM_BASE + (((uint32_t)(uint32_t *)&(x)) - SRAM_BASE )*32 + (b)*4)))
260 #define SRAM_BASE ((uint32_t)0x20000000) /*!< SRAM memory s… macro319 …((__IO uint32_t *) (BITBAND_SRAM_BASE + (((uint32_t)(uint32_t *)&(x)) - SRAM_BASE )*32 + (b)*4)))
262 #define SRAM_BASE ((uint32_t)0x20000000) /*!< SRAM memory s… macro324 …((__IO uint32_t *) (BITBAND_SRAM_BASE + (((uint32_t)(uint32_t *)&(x)) - SRAM_BASE )*32 + (b)*4)))