Searched refs:SFLASH_BASE (Results 1 – 25 of 338) sorted by relevance
12345678910>>...14
438 #define SFLASH_BASE 0x16000000UL macro439 #define SFLASH ((SFLASH_Type*) SFLASH_BASE)
329 #define SFLASH_BASE 0x16000000UL macro330 #define SFLASH ((SFLASH_Type*) SFLASH_BASE) …
326 #define SFLASH_BASE 0x16000000UL macro327 #define SFLASH ((SFLASH_Type*) SFLASH_BASE) …
335 #define SFLASH_BASE 0x16000000UL macro336 #define SFLASH ((SFLASH_Type*) SFLASH_BASE) …
554 #define SFLASH_BASE 0x16000000UL macro555 #define SFLASH ((SFLASH_Type*) SFLASH_BASE) …
548 #define SFLASH_BASE 0x16000000UL macro549 #define SFLASH ((SFLASH_Type*) SFLASH_BASE) …
551 #define SFLASH_BASE 0x16000000UL macro552 #define SFLASH ((SFLASH_Type*) SFLASH_BASE) …
1507 if ((flashAddr >= SFLASH_BASE) && (flashAddr < (SFLASH_BASE + SFLASH_SECTION_SIZE))) in Cy_Flash_GetRowNum()1510 ((flashAddr - SFLASH_BASE) / CY_FLASH_SIZEOF_ROW); in Cy_Flash_GetRowNum()