/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_firewall.h | 140 …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))
|
D | stm32l4xx_hal_flash.h | 896 …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/ |
D | stm32l0xx_hal_firewall.h | 142 …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))
|
D | stm32l0xx_hal_flash_ex.h | 143 …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/ |
D | stm32l4xx_hal_flash_ex.c | 1044 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/ |
D | eeprom_emul.h | 106 …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/ |
D | sysIrqHandlers.c | 40 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/ |
D | flash_interface.c | 141 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/ |
D | stm32l1xx_hal_flash_ex.h | 195 #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/ |
D | system_stm32l0xx.c | 178 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()
|
D | stm32l073xx.h | 643 #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/ |
D | system_stm32l0xx.c | 178 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()
|
D | stm32l072xx.h | 629 #define FLASH_BASE ((uint32_t)0x08000000U) /*!< FLASH base address in the alias region … macro
|
/loramac-node-2.7.6/src/boards/SKiM881AXL/cmsis/ |
D | system_stm32l0xx.c | 178 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()
|
D | stm32l081xx.h | 545 #define FLASH_BASE ((uint32_t)0x08000000U) /*!< FLASH base address in the alias region … macro
|
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/ |
D | system_stm32l4xx.c | 226 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH */ in SystemInit()
|
D | stm32l476xx.h | 1143 #define FLASH_BASE (0x08000000UL) /*!< FLASH(up to 1 MB) base address */ macro
|
/loramac-node-2.7.6/src/boards/NucleoL152/cmsis/ |
D | system_stm32l1xx.c | 185 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH. */ in SystemInit()
|
D | stm32l152xe.h | 660 #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/ |
D | system_stm32l1xx.c | 185 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH. */ in SystemInit()
|
D | stm32l151xba.h | 577 #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/ |
D | system_stm32l1xx.c | 185 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH. */ in SystemInit()
|
D | stm32l152xc.h | 645 #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/ |
D | system_stm32l1xx.c | 185 SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH. */ in SystemInit()
|
D | stm32l151xba.h | 577 #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…
|