Home
last modified time | relevance | path

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

123456

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_flash.h871 #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/
Dstm32wb0x_hal_flash.h472 #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/
Dstm32g0xx_hal_flash.h886 #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/
Dstm32wbxx_hal_flash.h857 #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/
Dstm32l0xx_hal_firewall.h125 …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))
Dstm32l0xx_hal_flash_ex.h41 #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)))
Dstm32l0xx_hal_flash.h123 #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/
Dstm32l4xx_hal_firewall.h123 …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))
Dstm32l4xx_hal_flash.h846 #define FLASH_BANK_SIZE (FLASH_SIZE >> 1U)
848 #define FLASH_BANK_SIZE (FLASH_SIZE)
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_flash.h938 #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/
Dstm32c0xx_hal_flash.h729 #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/
Dstm32wlxx_hal_flash.h882 #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)) && (((__…
Dstm32wlxx_hal_gtzc.h298 ((__LENGTH__) <= FLASH_SIZE))
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_flash.h917 #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/
Dstm32u0xx_hal_flash.h725 #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/
Dflash_manager.c64 #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/
Dstm32h5xx_hal_flash.h737 …_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/
Dstm32u5xx_hal_flash.h983 …_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/
Dstm32h7rsxx_hal_flash.h677 #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/
Dapp_conf.h322 #define CFG_SNVMA_START_SECTOR_ID ((FLASH_SIZE / FLASH_PAGE_SIZE) - 2u)
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_flash.h127 #define FLASH_SIZE (((FLASH_SIZE_RAW) == 0 ? 384 : ((FLASH_SIZE_RAW) == 1 ? 256 : (FLASH_SIZ… macro
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h5401 #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/
Dstm32c011xx.h505 #define FLASH_SIZE ((((*((uint16_t *)FLASHSIZE_BASE)) == 0xFFFFU)) ? FLASH_SIZE_DEFAULT … macro
Dstm32c031xx.h507 #define FLASH_SIZE ((((*((uint16_t *)FLASHSIZE_BASE)) == 0xFFFFU)) ? FLASH_SIZE_DEFAULT … macro
Dstm32c071xx.h563 #define FLASH_SIZE ((((*((uint16_t *)FLASHSIZE_BASE)) == 0xFFFFU)) ? FLASH_SIZE_DEFAULT … macro

123456