Searched refs:VECT_TAB_OFFSET (Results 1 – 7 of 7) sorted by relevance
126 #define VECT_TAB_OFFSET 0x00 /*!< Vector Table base offset field. macro208 SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM */ in SystemInit()210 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()
127 #define VECT_TAB_OFFSET 0x0U /*!< Vector Table base offset field. macro195 …SCB->VTOR = VECT_TAB_BASE_ADDRESS | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAMx… in SystemInit()197 SCB->VTOR = VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()
83 #define VECT_TAB_OFFSET 0x00U /*!< Vector Table base offset field. macro160 SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM */ in SystemInit()162 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()
93 #define VECT_TAB_OFFSET 0x00 /*!< Vector Table base offset field. macro163 SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM */ in SystemInit()165 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()
109 #define VECT_TAB_OFFSET 0x00 /*!< Vector Table base offset field. macro197 SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM */ in SystemInit()199 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()