Home
last modified time | relevance | path

Searched refs:SRAM_BASEADDR (Results 1 – 13 of 13) sorted by relevance

/hal_ambiq-3.7.0/utils/
Dam_util_faultisr.c108 #define AM_SP_LOW SRAM_BASEADDR
109 #define AM_SP_HIGH (SRAM_BASEADDR + RAM_TOTAL_SIZE)
111 #define AM_SP_LOW SRAM_BASEADDR
112 #define AM_SP_HIGH (SRAM_BASEADDR + ( 768 * 1024 ))
114 #define AM_SP_LOW SRAM_BASEADDR
115 #define AM_SP_HIGH (SRAM_BASEADDR + ( 384 * 1024 ))
117 #define AM_SP_LOW SRAM_BASEADDR
118 #define AM_SP_HIGH (SRAM_BASEADDR + ( 256 * 1024 ))
120 #define AM_SP_LOW SRAM_BASEADDR
121 #define AM_SP_HIGH (SRAM_BASEADDR + ( 64 * 1024 ))
/hal_ambiq-3.7.0/mcu/apollo4p/regs/
Dam_reg_base_addresses.h101 #define SRAM_BASEADDR (0x10000000UL) macro
102 #define TCM_BASEADDR SRAM_BASEADDR
109 #define SSRAM0_BASEADDR (SRAM_BASEADDR + TCM_MAX_SIZE)
/hal_ambiq-3.7.0/mcu/apollo4p/hal/mcu/
Dam_hal_sysctrl.c85 … if (((uint32_t)&pDummy < SRAM_BASEADDR) || ((uint32_t)&pDummy >= (SRAM_BASEADDR + TCM_MAX_SIZE))) in am_hal_sysctrl_sleep()
Dam_hal_mram.c81 if ( ((uint32_t)pui32Src & 0xFF000000) == SRAM_BASEADDR ) in am_hal_mram_main_words_program()
182 if ( ((uint32_t)pui32Src & 0xFF000000) == SRAM_BASEADDR ) in am_hal_mram_info_program()
Dam_hal_mram.h74 #define AM_HAL_MRAM_SRAM_ADDR SRAM_BASEADDR
Dam_hal_cmdq.c376 if (pCmdQ->cmdQBufEnd >= (SRAM_BASEADDR + TCM_MAX_SIZE)) in am_hal_cmdq_enable()
561 if (pCmdQ->cmdQBufEnd >= (SRAM_BASEADDR + TCM_MAX_SIZE)) in am_hal_cmdq_post_block()
909 if (pCmdQ->cmdQBufEnd >= (SRAM_BASEADDR + TCM_MAX_SIZE)) in am_hal_cmdq_post_loop_block()
Dam_hal_iom.c2305 …uint32_t)pIOMState->pNBTxnBuf + pIOMState->ui32NBTxnBufLength * 4) < (SRAM_BASEADDR + TCM_MAX_SIZE… in am_hal_iom_configure()
Dam_hal_mspi.c1377 …nTCM = (((uint32_t)pMSPIState->pTCB + pMSPIState->ui32TCBSize * 4) < (SRAM_BASEADDR + TCM_MAX_SIZE… in am_hal_mspi_configure()
/hal_ambiq-3.7.0/mcu/apollo3/regs/
Dam_reg_base_addresses.h87 #define SRAM_BASEADDR (0x10000000UL) macro
/hal_ambiq-3.7.0/mcu/apollo3p/regs/
Dam_reg_base_addresses.h87 #define SRAM_BASEADDR (0x10000000UL) macro
/hal_ambiq-3.7.0/mcu/apollo4p/hal/
Dam_hal_security.c237 if ((ui32StartAddr + ui32SizeBytes) >= (SRAM_BASEADDR + TCM_MAX_SIZE)) in am_hal_crc32()
/hal_ambiq-3.7.0/mcu/apollo3p/hal/
Dam_hal_flash.h73 #define AM_HAL_FLASH_SRAM_ADDR SRAM_BASEADDR
/hal_ambiq-3.7.0/mcu/apollo3/hal/
Dam_hal_flash.h73 #define AM_HAL_FLASH_SRAM_ADDR SRAM_BASEADDR