Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-template-cat1/files/templates/cat1c/COMPONENT_MTB/COMPONENT_CM0P/
Dsystem_cm0plus.c51 static void InitMemoryEccClearArea(uint32_t u32StartAddr, uint32_t u32EndAddr);
247 InitMemoryEccClearArea(SRAM_BEGIN_ADDR, u32StckLow); in InitMemoryEcc()
248 InitMemoryEccClearArea(u32StackHigh, SRAM_END_ADDR); in InitMemoryEcc()
263 static void InitMemoryEccClearArea(uint32_t u32StartAddr, uint32_t u32EndAddr) in InitMemoryEccClearArea() function