/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_flash.h | 873 #define FLASH_SIZE ((((*((uint16_t *)FLASH_SIZE_DATA_REGISTER)) == 0xFFFFU)) ?… macro 879 #define FLASH_SIZE ((((*((uint16_t *)FLASH_SIZE_DATA_REGISTER)) == 0xFFFFU)) ?… macro
|
/hal_stm32-3.5.0/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-3.5.0/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_flash.h | 123 #define FLASH_SIZE (uint32_t)((*((uint32_t *)FLASHSIZE_BASE)&0xFFFF) * 1024U) macro
|
/hal_stm32-3.5.0/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_flash.h | 695 #define FLASH_SIZE ((((*((uint16_t *)FLASH_SIZE_DATA_REGISTER)) == 0xFFFFU)) ?… macro
|
/hal_stm32-3.5.0/stm32cube/stm32g0xx/soc/ |
D | stm32g030xx.h | 530 #define FLASH_SIZE (((*((uint32_t *)FLASHSIZE_BASE)) & (0x007FU)) << 10U) macro
|
D | stm32g050xx.h | 535 #define FLASH_SIZE (((*((uint32_t *)FLASHSIZE_BASE)) & (0x007FU)) << 10U) macro
|
D | stm32g031xx.h | 563 #define FLASH_SIZE (((*((uint32_t *)FLASHSIZE_BASE)) & (0x007FU)) << 10U) macro
|
D | stm32g070xx.h | 534 #define FLASH_SIZE (((*((uint32_t *)FLASHSIZE_BASE)) & (0x00FFU)) << 10U) macro
|
D | stm32g061xx.h | 645 #define FLASH_SIZE (((*((uint32_t *)FLASHSIZE_BASE)) & (0x007FU)) << 10U) macro
|
D | stm32g041xx.h | 605 #define FLASH_SIZE (((*((uint32_t *)FLASHSIZE_BASE)) & (0x007FU)) << 10U) macro
|
D | stm32g051xx.h | 603 #define FLASH_SIZE (((*((uint32_t *)FLASHSIZE_BASE)) & (0x007FU)) << 10U) macro
|
D | stm32g071xx.h | 642 #define FLASH_SIZE (((*((uint32_t *)FLASHSIZE_BASE)) & (0x00FFU)) << 10U) macro
|
D | stm32g0b0xx.h | 577 #define FLASH_SIZE (((*((uint32_t *)FLASHSIZE_BASE)) & (0x03FFU)) << 10U) macro
|
D | stm32g081xx.h | 684 #define FLASH_SIZE (((*((uint32_t *)FLASHSIZE_BASE)) & (0x00FFU)) << 10U) macro
|
D | stm32g0c1xx.h | 798 #define FLASH_SIZE (((*((uint32_t *)FLASHSIZE_BASE)) & (0x03FFU)) << 10U) macro
|
D | stm32g0b1xx.h | 756 #define FLASH_SIZE (((*((uint32_t *)FLASHSIZE_BASE)) & (0x03FFU)) << 10U) macro
|
/hal_stm32-3.5.0/stm32cube/stm32wlxx/soc/ |
D | stm32wle4xx.h | 771 #define FLASH_SIZE (((*((uint32_t *)FLASHSIZE_BASE)) & 0xFFFFU) << 10U) macro
|
D | stm32wle5xx.h | 771 #define FLASH_SIZE (((*((uint32_t *)FLASHSIZE_BASE)) & 0xFFFFU) << 10U) macro
|
D | stm32wl54xx.h | 934 #define FLASH_SIZE (((*((uint32_t *)FLASHSIZE_BASE)) & 0xFFFFU) << 10U) macro
|
D | stm32wl55xx.h | 934 #define FLASH_SIZE (((*((uint32_t *)FLASHSIZE_BASE)) & 0xFFFFU) << 10U) macro
|
D | stm32wl5mxx.h | 934 #define FLASH_SIZE (((*((uint32_t *)FLASHSIZE_BASE)) & 0xFFFFU) << 10U) macro
|
/hal_stm32-3.5.0/stm32cube/stm32wbxx/soc/Include/ |
D | stm32wb15xx.h | 782 #define FLASH_SIZE (((uint32_t)(*((uint16_t *)FLASHSIZE_BASE)) & (0x07FFUL)) << 10U) macro
|
D | stm32wb10xx.h | 772 #define FLASH_SIZE (((uint32_t)(*((uint16_t *)FLASHSIZE_BASE)) & (0x07FFUL)) << 10U) macro
|
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/soc/ |
D | stm32wba50xx.h | 895 #define FLASH_SIZE ((((*((uint16_t *)FLASHSIZE_BASE)) == 0xFFFFU)) ? 0x100000U… macro
|
/hal_stm32-3.5.0/stm32cube/stm32wbxx/soc/ |
D | stm32wb50xx.h | 766 #define FLASH_SIZE (((uint32_t)(*((uint16_t *)FLASHSIZE_BASE)) & (0x07FFUL)) << 10U) macro
|