Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_firewall.h140 …WALL_CODE_SEGMENT_ADDRESS(ADDRESS) (((ADDRESS) >= FLASH_BASE) && ((ADDRESS) < (FLASH_BASE +…
141 #define IS_FIREWALL_CODE_SEGMENT_LENGTH(ADDRESS, LENGTH) (((ADDRESS) + (LENGTH)) <= (FLASH_BASE + F…
143 …ATILEDATA_SEGMENT_ADDRESS(ADDRESS) (((ADDRESS) >= FLASH_BASE) && ((ADDRESS) < (FLASH_BASE +…
144 …VOLATILEDATA_SEGMENT_LENGTH(ADDRESS, LENGTH) (((ADDRESS) + (LENGTH)) <= (FLASH_BASE + FLASH_SIZE))
Dstm32l4xx_hal_flash.h896 …fine IS_FLASH_MAIN_MEM_ADDRESS(ADDRESS) (((ADDRESS) >= (FLASH_BASE)) && ((ADDRESS) <= (FLASH_BASE+…
898 #define IS_FLASH_MAIN_MEM_ADDRESS(ADDRESS) (((ADDRESS) >= (FLASH_BASE)) && ((((*((uint16_t …
899 …((ADDRESS) <= (FLASH_BASE+0xFFFFFU)) : ((((*((uint16_t *)FLASH_SIZE_DATA_REGISTER)) & (0x0FFFU)) =…
900 …((ADDRESS) <= (FLASH_BASE+0x7FFFFU)) : ((((*((uint16_t *)FLASH_SIZE_DATA_REGISTER)) & (0x0FFFU)) =…
901 …((ADDRESS) <= (FLASH_BASE+0x3FFFFU)) : ((((*((uint16_t *)FLASH_SIZE_DATA_REGISTER)) & (0x0FFFU)) =…
902 … ((ADDRESS) <= (FLASH_BASE+0x1FFFFU)) : ((ADDRESS) <= (FLASH_BASE+0xFFFFFU)))))))
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_firewall.h142 …WALL_CODE_SEGMENT_ADDRESS(ADDRESS) (((ADDRESS) >= FLASH_BASE) && ((ADDRESS) < (FLASH_BASE +…
143 #define IS_FIREWALL_CODE_SEGMENT_LENGTH(ADDRESS, LENGTH) (((ADDRESS) + (LENGTH)) <= (FLASH_BASE + F…
145 …ATILEDATA_SEGMENT_ADDRESS(ADDRESS) (((ADDRESS) >= FLASH_BASE) && ((ADDRESS) < (FLASH_BASE +…
146 …VOLATILEDATA_SEGMENT_LENGTH(ADDRESS, LENGTH) (((ADDRESS) + (LENGTH)) <= (FLASH_BASE + FLASH_SIZE))
Dstm32l0xx_hal_flash_ex.h143 …GRAM_ADDRESS(__ADDRESS__) (((__ADDRESS__) >= FLASH_BASE) && ((__ADDRESS__) < (FLASH_B…
144 …GRAM_BANK1_ADDRESS(__ADDRESS__) (((__ADDRESS__) >= FLASH_BASE) && ((__ADDRESS__) < (FLASH_B…
145 …(__ADDRESS__) (((__ADDRESS__) >= FLASH_BANK2_BASE) && ((__ADDRESS__) < (FLASH_BASE + FLASH_SIZE)))
148 …GRAM_ADDRESS(__ADDRESS__) (((__ADDRESS__) >= FLASH_BASE) && ((__ADDRESS__) < (FLASH_B…
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_flash_ex.c1044 bank1_addr = FLASH_BASE; in FLASH_OB_PCROPConfig()
1045 bank2_addr = FLASH_BASE + FLASH_BANK_SIZE; in FLASH_OB_PCROPConfig()
1049 bank1_addr = FLASH_BASE + FLASH_BANK_SIZE; in FLASH_OB_PCROPConfig()
1050 bank2_addr = FLASH_BASE; in FLASH_OB_PCROPConfig()
1053 bank1_addr = FLASH_BASE; in FLASH_OB_PCROPConfig()
1062 reg_value = ((PCROPStartAddr - FLASH_BASE) >> 4); in FLASH_OB_PCROPConfig()
1065 reg_value = ((PCROPEndAddr - FLASH_BASE) >> 4); in FLASH_OB_PCROPConfig()
1070 reg_value = ((PCROPStartAddr - FLASH_BASE) >> 4); in FLASH_OB_PCROPConfig()
1073 reg_value = ((PCROPEndAddr - FLASH_BASE) >> 4); in FLASH_OB_PCROPConfig()
1250 bank1_addr = FLASH_BASE; in FLASH_OB_GetPCROP()
[all …]
/loramac-node-2.7.6/src/boards/mcu/stm32/EEPROM_Emul/Core/
Deeprom_emul.h106 …fine PAGE_ADDRESS(__PAGE__) (uint32_t)(FLASH_BASE + (__PAGE__) * PAGE_SIZE + ((START_PAGE_ADDRES…
107 #define PAGE(__ADDRESS__) (uint32_t)((((__ADDRESS__) - FLASH_BASE) % BANK_SIZE) / FLASH_PAGE…
/loramac-node-2.7.6/src/boards/NucleoL476/
DsysIrqHandlers.c40 corruptedflashaddress = FLASH_BASE + ( FLASH->ECCR & FLASH_ECCR_ADDR_ECC ); in NMI_Handler()
86 uint32_t address = FLASH_BASE; in HardFault_Handler()
/loramac-node-2.7.6/src/boards/mcu/stm32/EEPROM_Emul/Porting/STM32L4/
Dflash_interface.c141 if (Address < (FLASH_BASE + FLASH_BANK_SIZE)) in GetBankNumber()
153 if (Address < (FLASH_BASE + FLASH_BANK_SIZE)) in GetBankNumber()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_flash_ex.h195 #define IS_FLASH_PROGRAM_ADDRESS(__ADDRESS__) (((__ADDRESS__) >= FLASH_BASE) && ((__ADDRESS__…
199 #define IS_FLASH_PROGRAM_ADDRESS(__ADDRESS__) (((__ADDRESS__) >= FLASH_BASE) && ((__ADDRESS__…
200 #define IS_FLASH_PROGRAM_BANK1_ADDRESS(__ADDRESS__) (((__ADDRESS__) >= FLASH_BASE) && ((__ADDRESS__…
/loramac-node-2.7.6/src/boards/NucleoL073/cmsis/
Dsystem_stm32l0xx.c178 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()
Dstm32l073xx.h643 #define FLASH_BASE ((uint32_t)0x08000000U) /*!< FLASH base address in the alias region … macro
/loramac-node-2.7.6/src/boards/B-L072Z-LRWAN1/cmsis/
Dsystem_stm32l0xx.c178 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()
Dstm32l072xx.h629 #define FLASH_BASE ((uint32_t)0x08000000U) /*!< FLASH base address in the alias region … macro
/loramac-node-2.7.6/src/boards/SKiM881AXL/cmsis/
Dsystem_stm32l0xx.c178 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()
Dstm32l081xx.h545 #define FLASH_BASE ((uint32_t)0x08000000U) /*!< FLASH base address in the alias region … macro
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dsystem_stm32l4xx.c226 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()
Dstm32l476xx.h1143 #define FLASH_BASE (0x08000000UL) /*!< FLASH(up to 1 MB) base address */ macro
/loramac-node-2.7.6/src/boards/NucleoL152/cmsis/
Dsystem_stm32l1xx.c185 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH. */ in SystemInit()
Dstm32l152xe.h660 #define FLASH_BASE ((uint32_t)0x08000000U) /*!< FLASH base address in the a… macro
661 #define FLASH_EEPROM_BASE ((uint32_t)(FLASH_BASE + 0x80000U)) /*!< FLASH EEPROM base address i…
/loramac-node-2.7.6/src/boards/SKiM980A/cmsis/
Dsystem_stm32l1xx.c185 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH. */ in SystemInit()
Dstm32l151xba.h577 #define FLASH_BASE ((uint32_t)0x08000000U) /*!< FLASH base address in the a… macro
578 #define FLASH_EEPROM_BASE ((uint32_t)(FLASH_BASE + 0x80000U)) /*!< FLASH EEPROM base address i…
/loramac-node-2.7.6/src/boards/NAMote72/cmsis/
Dsystem_stm32l1xx.c185 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH. */ in SystemInit()
Dstm32l152xc.h645 #define FLASH_BASE ((uint32_t)0x08000000U) /*!< FLASH base address in the a… macro
646 #define FLASH_EEPROM_BASE ((uint32_t)(FLASH_BASE + 0x80000U)) /*!< FLASH EEPROM base address i…
/loramac-node-2.7.6/src/boards/SKiM880B/cmsis/
Dsystem_stm32l1xx.c185 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH. */ in SystemInit()
Dstm32l151xba.h577 #define FLASH_BASE ((uint32_t)0x08000000U) /*!< FLASH base address in the a… macro
578 #define FLASH_EEPROM_BASE ((uint32_t)(FLASH_BASE + 0x80000U)) /*!< FLASH EEPROM base address i…