/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_flash.h | 871 #define FLASH_SIZE ((((*((uint16_t *)FLASH_SIZE_DATA_REGISTER)) == 0xFFFFU)) ?… macro 873 #define FLASH_BANK_SIZE (FLASH_SIZE >> 1) 874 #define FLASH_PAGE_NB ((FLASH_SIZE == 0x00080000U) ? 128U : \ 875 ((FLASH_SIZE == 0x00040000U) ? 64U : 32U)) 878 #define FLASH_SIZE ((((*((uint16_t *)FLASH_SIZE_DATA_REGISTER)) == 0xFFFFU)) ?… macro 880 #define FLASH_BANK_SIZE (FLASH_SIZE) 881 #define FLASH_PAGE_NB ((FLASH_SIZE == 0x00080000U) ? 256U : \ 882 ((FLASH_SIZE == 0x00040000U) ? 128U : 64U)) 918 …LASH_MAIN_MEM_ADDRESS(ADDRESS) (((ADDRESS) >= FLASH_BASE) && ((ADDRESS) < (FLASH_BASE+FLASH_SIZE)))
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_hal_flash.h | 472 #define FLASH_SIZE (((*(uint32_t *)FLASHSIZE_BASE & FLASH_SIZE_MASK) + 1) << 2… macro 474 #define FLASH_END_ADDR (FLASH_START_ADDR + FLASH_SIZE - 1U) 477 #define FLASH_PAGE_NUMBER (FLASH_SIZE/FLASH_PAGE_SIZE ) 481 #define FLASH_PCROP_GRANULARITY FLASH_SIZE /*!< FLASH Code Readout Protection Granularity… 498 … ((__VALUE__) <= (FLASH_START_ADDR + FLASH_SIZE - 4UL)) && (((__VALUE__) % 4UL) == 0UL))
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_flash.h | 886 #define FLASH_BANK_SIZE ((FLASH_BANK_NB==1U)?(FLASH_SIZE):(FLASH_SIZE >> 1U)) /*!< … 888 #define FLASH_BANK_SIZE (FLASH_SIZE) /*!< FLASH Bank Size */ 930 … && ((__ADDRESS__) <= (FLASH_BASE + FLASH_SIZE - 1UL))) 936 … && ((__ADDRESS__) <= (FLASH_BASE + FLASH_SIZE - 1UL))) 940 … && ((__ADDRESS__) <= (FLASH_BASE + FLASH_SIZE - 8UL))) 949 … && ((__ADDRESS__) <= (FLASH_BASE + FLASH_SIZE - 256UL)))
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_flash.h | 857 #define FLASH_END_ADDR (FLASH_BASE + FLASH_SIZE - 1U) 859 #define FLASH_BANK_SIZE FLASH_SIZE /*!< FLASH Bank Size */ 865 #define FLASH_PAGE_NB (FLASH_SIZE / FLASH_PAGE_SIZE) 895 … ((__VALUE__) <= (FLASH_BASE + FLASH_SIZE - 1UL))) 898 … ((__VALUE__) <= (FLASH_BASE + FLASH_SIZE - 256UL)) && (((__VALUE__) % 256UL) == 0UL)) 901 … ((__VALUE__) <= (FLASH_BASE + FLASH_SIZE - 8UL)) && (((__VALUE__) % 8UL) == 0UL)) 972 … ((((__VALUE__) >= FLASH_BASE) && ((__VALUE__) <= (FLASH_BASE + FLASH_SIZE - 1U))) || \
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_firewall.h | 125 …MENT_ADDRESS(ADDRESS) (((ADDRESS) >= FLASH_BASE) && ((ADDRESS) < (FLASH_BASE + FLASH_SIZE))) 126 …FIREWALL_CODE_SEGMENT_LENGTH(ADDRESS, LENGTH) (((ADDRESS) + (LENGTH)) <= (FLASH_BASE + FLASH_SIZE)) 128 …MENT_ADDRESS(ADDRESS) (((ADDRESS) >= FLASH_BASE) && ((ADDRESS) < (FLASH_BASE + FLASH_SIZE))) 129 …NVOLATILEDATA_SEGMENT_LENGTH(ADDRESS, LENGTH) (((ADDRESS) + (LENGTH)) <= (FLASH_BASE + FLASH_SIZE))
|
D | stm32l0xx_hal_flash_ex.h | 41 #define FLASH_NBPAGES_MAX (FLASH_SIZE / FLASH_PAGE_SIZE) 119 …RESS__) (((__ADDRESS__) >= FLASH_BASE) && ((__ADDRESS__) < (FLASH_BASE + FLASH_SIZE))) 120 …ESS__) (((__ADDRESS__) >= FLASH_BASE) && ((__ADDRESS__) < (FLASH_BASE + (FLASH_SIZE >> 1)))) 121 …(__ADDRESS__) (((__ADDRESS__) >= FLASH_BANK2_BASE) && ((__ADDRESS__) < (FLASH_BASE + FLASH_SIZE))) 124 …RESS__) (((__ADDRESS__) >= FLASH_BASE) && ((__ADDRESS__) < (FLASH_BASE + FLASH_SIZE)))
|
D | stm32l0xx_hal_flash.h | 123 #define FLASH_SIZE (uint32_t)((*((uint32_t *)FLASHSIZE_BASE)&0xFFFF) * 1024U) macro 126 #define FLASH_END (FLASH_BASE + FLASH_SIZE - 1) /*!< FLASH end address in the al… 129 #define FLASH_BANK2_BASE (FLASH_BASE + (FLASH_SIZE >> 1)) /*!< FLASH BANK2 base address in…
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_firewall.h | 123 …MENT_ADDRESS(ADDRESS) (((ADDRESS) >= FLASH_BASE) && ((ADDRESS) < (FLASH_BASE + FLASH_SIZE))) 124 …FIREWALL_CODE_SEGMENT_LENGTH(ADDRESS, LENGTH) (((ADDRESS) + (LENGTH)) <= (FLASH_BASE + FLASH_SIZE)) 126 …MENT_ADDRESS(ADDRESS) (((ADDRESS) >= FLASH_BASE) && ((ADDRESS) < (FLASH_BASE + FLASH_SIZE))) 127 …NVOLATILEDATA_SEGMENT_LENGTH(ADDRESS, LENGTH) (((ADDRESS) + (LENGTH)) <= (FLASH_BASE + FLASH_SIZE))
|
D | stm32l4xx_hal_flash.h | 846 #define FLASH_BANK_SIZE (FLASH_SIZE >> 1U) 848 #define FLASH_BANK_SIZE (FLASH_SIZE)
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_flash.h | 938 #define FLASH_BANK_SIZE (FLASH_SIZE >> 1) 943 #define FLASH_PAGE_NB (FLASH_SIZE / FLASH_PAGE_SIZE) 945 #define FLASH_PAGE_NB_128_BITS (FLASH_SIZE / FLASH_PAGE_SIZE_128_BITS) 984 …_MEM_ADDRESS(ADDRESS) ((((ADDRESS) >= FLASH_BASE) && ((ADDRESS) < (FLASH_BASE+FLASH_SIZE))) || \ 985 … (((ADDRESS) >= FLASH_BASE_NS) && ((ADDRESS) < (FLASH_BASE_NS+FLASH_SIZE)))) 987 …LASH_MAIN_MEM_ADDRESS(ADDRESS) (((ADDRESS) >= FLASH_BASE) && ((ADDRESS) < (FLASH_BASE+FLASH_SIZE)))
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_flash.h | 729 #define FLASH_BANK_SIZE (FLASH_SIZE) /*!< FLASH Bank Size */ 752 … ((__ADDRESS__) <= (FLASH_BASE + FLASH_SIZE - 1UL))) 755 … ((__ADDRESS__) <= (FLASH_BASE + FLASH_SIZE - 8UL))) 764 … ((__ADDRESS__) <= (FLASH_BASE + FLASH_SIZE - 256UL)))
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_flash.h | 882 #define FLASH_END_ADDR (FLASH_BASE + FLASH_SIZE - 1U) 884 #define FLASH_BANK_SIZE FLASH_SIZE /*!< FLASH Bank Size */ 911 …__VALUE__) (((__VALUE__) >= FLASH_BASE) && ((__VALUE__) <= (FLASH_BASE + FLASH_SIZE - 1UL))) 913 …UE__) (((__VALUE__) >= FLASH_BASE) && ((__VALUE__) <= (FLASH_BASE + FLASH_SIZE - 256UL)) && (((… 915 …LUE__) (((__VALUE__) >= FLASH_BASE) && ((__VALUE__) <= (FLASH_BASE + FLASH_SIZE - 8UL)) && (((__…
|
D | stm32wlxx_hal_gtzc.h | 298 ((__LENGTH__) <= FLASH_SIZE))
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_flash.h | 917 #define FLASH_BANK_SIZE FLASH_SIZE 920 #define FLASH_PAGE_NB (FLASH_SIZE / FLASH_PAGE_SIZE) 958 …_MEM_ADDRESS(ADDRESS) ((((ADDRESS) >= FLASH_BASE) && ((ADDRESS) < (FLASH_BASE+FLASH_SIZE))) || \ 959 … (((ADDRESS) >= FLASH_BASE_NS) && ((ADDRESS) < (FLASH_BASE_NS+FLASH_SIZE)))) 961 …_MAIN_MEM_ADDRESS(ADDRESS) (((ADDRESS) >= FLASH_BASE) && ((ADDRESS) < (FLASH_BASE+FLASH_SIZE)))
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_flash.h | 725 #define FLASH_BANK_SIZE (FLASH_SIZE) /*!< FLASH Bank Size */ 751 … && ((__ADDRESS__) < (FLASH_BASE + FLASH_SIZE))) 757 && ((__ADDRESS__) <= (FLASH_BASE + FLASH_SIZE )) 766 … && ((__ADDRESS__) <= (FLASH_BASE + FLASH_SIZE - 256UL)))
|
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Modules/Flash/ |
D | flash_manager.c | 64 #define FLASH_PAGE_NBR (FLASH_SIZE / FLASH_PAGE_SIZE) 137 if (((uint32_t)Dest < FLASH_BASE) || ((uint32_t)Dest > (FLASH_BASE + FLASH_SIZE)) in FM_Write() 138 || (((uint32_t)Dest + Size) > (FLASH_BASE + FLASH_SIZE))) in FM_Write()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_flash.h | 737 …_MEM_ADDRESS(ADDRESS) ((((ADDRESS) >= FLASH_BASE) && ((ADDRESS) < (FLASH_BASE+FLASH_SIZE))) || \ 738 … (((ADDRESS) >= FLASH_BASE_NS) && ((ADDRESS) < (FLASH_BASE_NS+FLASH_SIZE)))) 753 ((ADDRESS) < (FLASH_BASE+FLASH_SIZE)))
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_flash.h | 983 …_MEM_ADDRESS(ADDRESS) ((((ADDRESS) >= FLASH_BASE) && ((ADDRESS) < (FLASH_BASE+FLASH_SIZE))) || \ 984 … (((ADDRESS) >= FLASH_BASE_NS) && ((ADDRESS) < (FLASH_BASE_NS+FLASH_SIZE)))) 986 …_MAIN_MEM_ADDRESS(ADDRESS) (((ADDRESS) >= FLASH_BASE) && ((ADDRESS) < (FLASH_BASE+FLASH_SIZE)))
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_flash.h | 677 #define FLASH_BANK_SIZE FLASH_SIZE 711 …LASH_MAIN_MEM_ADDRESS(ADDRESS) (((ADDRESS) >= FLASH_BASE) && ((ADDRESS) < (FLASH_BASE+FLASH_SIZE)))
|
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/Core/Inc/ |
D | app_conf.h | 322 #define CFG_SNVMA_START_SECTOR_ID ((FLASH_SIZE / FLASH_PAGE_SIZE) - 2u)
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_flash.h | 127 #define FLASH_SIZE (((FLASH_SIZE_RAW) == 0 ? 384 : ((FLASH_SIZE_RAW) == 1 ? 256 : (FLASH_SIZ… macro
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 5401 #define FLASH_SIZE ((((*((uint16_t *)FLASHSIZE_BASE)) == 0xFFFFU)) ? FLASH… macro 5404 #define FLASH_BANK_SIZE (FLASH_SIZE >> 1U) /*!< FLASH Bank…
|
/hal_stm32-latest/stm32cube/stm32c0xx/soc/ |
D | stm32c011xx.h | 505 #define FLASH_SIZE ((((*((uint16_t *)FLASHSIZE_BASE)) == 0xFFFFU)) ? FLASH_SIZE_DEFAULT … macro
|
D | stm32c031xx.h | 507 #define FLASH_SIZE ((((*((uint16_t *)FLASHSIZE_BASE)) == 0xFFFFU)) ? FLASH_SIZE_DEFAULT … macro
|
D | stm32c071xx.h | 563 #define FLASH_SIZE ((((*((uint16_t *)FLASHSIZE_BASE)) == 0xFFFFU)) ? FLASH_SIZE_DEFAULT … macro
|