Home
last modified time | relevance | path

Searched refs:FLASH_BASE (Results 1 – 25 of 177) sorted by relevance

12345678

/bsp/nxp/imx/imxrt/imxrt1170-nxp-evk/xip/
A Dfsl_flexspi_nor_boot.h71 #define BOOT_IMAGE_BASE ((uint32_t)FLASH_BASE)
93 #define BOOT_IMAGE_BASE ((uint32_t)FLASH_BASE)
101 #define BOOT_IMAGE_BASE ((uint32_t)FLASH_BASE)
129 #define FLASH_BASE FlexSPI1_AMBA_BASE macro
131 #define FLASH_BASE FlexSPI1_ALIAS_BASE macro
/bsp/nxp/imx/imxrt/libraries/templates/imxrt1064xxx/xip/
A Dfsl_flexspi_nor_boot.h64 #define FLASH_BASE ((uint32_t)Image$$RW_m_config_text$$Base) macro
69 #define FLASH_BASE ((uint32_t)__boot_hdr_start__) macro
74 #define FLASH_BASE ((uint32_t)m_boot_hdr_conf_start) macro
79 #define FLASH_BASE ((uint32_t)__FLASH_BASE) macro
A Dfsl_flexspi_nor_boot.c39 FLASH_BASE, /* boot start location */
/bsp/nxp/imx/imxrt/imxrt1064-nxp-evk/xip/
A Dfsl_flexspi_nor_boot.h64 #define FLASH_BASE ((uint32_t)Image$$RW_m_config_text$$Base) macro
69 #define FLASH_BASE ((uint32_t)__boot_hdr_start__) macro
74 #define FLASH_BASE ((uint32_t)m_boot_hdr_conf_start) macro
79 #define FLASH_BASE ((uint32_t)__FLASH_BASE) macro
A Dfsl_flexspi_nor_boot.c39 FLASH_BASE, /* boot start location */
/bsp/stm32/libraries/HAL_Drivers/drivers/drv_flash/
A Ddrv_flash_l4.c36 if (Addr < (FLASH_BASE + FLASH_BANK_SIZE)) in GetPage()
39 page = (Addr - FLASH_BASE) / FLASH_PAGE_SIZE; in GetPage()
44 page = (Addr - (FLASH_BASE + FLASH_BANK_SIZE)) / FLASH_PAGE_SIZE; in GetPage()
64 if (Addr < (FLASH_BASE + FLASH_BANK_SIZE)) in GetBank()
76 if (Addr < (FLASH_BASE + FLASH_BANK_SIZE)) in GetBank()
/bsp/nxp/imx/imxrt/imxrt1021-nxp-evk/xip/
A Dfsl_flexspi_nor_boot.c60 FLASH_BASE, /* boot start location */
61 (FLASH_END-FLASH_BASE), /* size */
A Dfsl_flexspi_nor_boot.h105 #define FLASH_BASE 0x60000000 macro
/bsp/nxp/imx/imxrt/imxrt1052-nxp-evk/xip/
A Dfsl_flexspi_nor_boot.c60 FLASH_BASE, /* boot start location */
61 (FLASH_END-FLASH_BASE), /* size */
A Dfsl_flexspi_nor_boot.h105 #define FLASH_BASE 0x60000000 macro
/bsp/nxp/imx/imxrt/imxrt1060-nxp-evk/xip/
A Dfsl_flexspi_nor_boot.h106 #define FLASH_BASE FlexSPI1_AMBA_BASE macro
108 #define FLASH_BASE FlexSPI_AMBA_BASE macro
A Dfsl_flexspi_nor_boot.c44 FLASH_BASE, /* boot start location */
/bsp/stm32/stm32g474-st-nucleo/board/CubeMX_Config/Src/
A Dsystem_stm32g4xx.c173 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()
/bsp/stm32/stm32g491-st-nucleo/board/CubeMX_Config/Core/Src/
A Dsystem_stm32g4xx.c122 #define VECT_TAB_BASE_ADDRESS FLASH_BASE /*!< Vector Table base address field.
/bsp/lm4f232/Libraries/inc/
A Dhw_memmap.h34 #define FLASH_BASE 0x00000000 // FLASH memory macro
/bsp/lm3s8962/Libraries/inc/
A Dhw_memmap.h34 #define FLASH_BASE 0x00000000 // FLASH memory macro
/bsp/lm3s9b9x/Libraries/inc/
A Dhw_memmap.h34 #define FLASH_BASE 0x00000000 // FLASH memory macro
/bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/driverlib/inc/
A Dhw_memmap.h49 #define FLASH_BASE 0x00000000 // FLASH memory macro
/bsp/tm4c129x/libraries/inc/
A Dhw_memmap.h49 #define FLASH_BASE 0x00000000 // FLASH memory macro
/bsp/Vango/v85xx/Libraries/CMSIS/Vango/V85xx/Include/
A Dtarget.h530 #define FLASHSFR_BASE (FLASH_BASE + 0x000FFFBC)
4555 #define FLASH_STA (volatile unsigned *) (FLASH_BASE + 0xFFFBC)
4556 #define FLASH_INT (volatile unsigned *) (FLASH_BASE + 0x000FFFCC)
4557 #define FLASH_CSSADDR (volatile unsigned *) (FLASH_BASE + 0x000FFFD0)
4558 #define FLASH_CSEADDR (volatile unsigned *) (FLASH_BASE + 0x000FFFD4)
4559 #define FLASH_CSVALUE (volatile unsigned *) (FLASH_BASE + 0x000FFFD8)
4560 #define FLASH_CSCVALUE (volatile unsigned *) (FLASH_BASE + 0x000FFFDC)
4561 #define FLASH_PASS (volatile unsigned *) (FLASH_BASE + 0x000FFFE0)
4576 #define FLASH_NVRPASS (volatile unsigned *) (FLASH_BASE + 0xFFFC0)
4577 #define FLASH_BDPASS (volatile unsigned *) (FLASH_BASE + 0xFFFC4)
[all …]
/bsp/stm32/stm32l496-st-discovery/board/CubeMX_Config/Src/
A Dsystem_stm32l4xx.c139 #define VECT_TAB_BASE_ADDRESS FLASH_BASE /*!< Vector Table base address field.
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_flash_ex.h179 #define IS_FLASH_PROGRAM_ADDRESS(__ADDRESS__) (((__ADDRESS__) >= FLASH_BASE) && ((__ADDRESS__…
183 #define IS_FLASH_PROGRAM_ADDRESS(__ADDRESS__) (((__ADDRESS__) >= FLASH_BASE) && ((__ADDRESS__…
184 #define IS_FLASH_PROGRAM_BANK1_ADDRESS(__ADDRESS__) (((__ADDRESS__) >= FLASH_BASE) && ((__ADDRESS__…
/bsp/stm32/stm32h7s7-st-disco/board/CubeMX_Config/Appli/Core/Src/
A Dsystem_stm32h7rsxx.c104 #define VECT_TAB_BASE_ADDRESS FLASH_BASE /*!< Vector Table base address field.
/bsp/stm32/stm32h7s7-st-disco/board/CubeMX_Config/Boot/Core/Src/
A Dsystem_stm32h7rsxx.c104 #define VECT_TAB_BASE_ADDRESS FLASH_BASE /*!< Vector Table base address field.
/bsp/stm32/stm32u575-st-nucleo/board/CubeMX_Config/Src/
A Dsystem_stm32u5xx.c225 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()

Completed in 60 milliseconds

12345678