Searched refs:KB (Results 1 – 7 of 7) sorted by relevance
10 #ifndef KB11 #define KB(x) (((uint32_t)x) << 10u) macro21 #define MFLASH_SECTOR_SIZE KB(4U)
12 #ifndef KB13 #define KB(x) (((uint32_t)x) << 10u) macro28 #define PLATFORM_EXTFLASH_SECTOR_SIZE KB(4U)
51 #ifndef KB52 #define KB(x) ((x) << 10) macro661 __ASSERT(CONFIG_MMU_PAGE_SIZE == KB(4), in ARM_MMU_Initialize()
54 partition->sector_size = KB(4); in PLATFORM_OtaGetOtaPartitionConfig()
35 #define gExtFlash_SectorSize_c KB(4)45 #define BOOTLOADER_SIZE KB(128) /* MCU boot Stated size */
127 #define KB(x) ((x) << 10u) macro535 if (area_sz <= (uint32_t)KB((uint32_t)1U)) in MEM_RegisterExtendedArea()
23 …ion of resource usage. Not only does the dynamic allocation adds another 5 KB of code size, but al…