Home
last modified time | relevance | path

Searched refs:KB (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/rt1170/
Dfwk_platform_definitions.h10 #ifndef KB
11 #define KB(x) (((uint32_t)x) << 10u) macro
21 #define MFLASH_SECTOR_SIZE KB(4U)
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/connected_mcu/
Dfwk_platform_definitions.h12 #ifndef KB
13 #define KB(x) (((uint32_t)x) << 10u) macro
28 #define PLATFORM_EXTFLASH_SECTOR_SIZE KB(4U)
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core_AArch64/Source/
Dmmu_armv8a.c51 #ifndef KB
52 #define KB(x) ((x) << 10) macro
661 __ASSERT(CONFIG_MMU_PAGE_SIZE == KB(4), in ARM_MMU_Initialize()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/rt1060/
Dfwk_platform_ota.c54 partition->sector_size = KB(4); in PLATFORM_OtaGetOtaPartitionConfig()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/Common/
Dfwk_platform_mcuboot_ota.ch35 #define gExtFlash_SectorSize_c KB(4)
45 #define BOOTLOADER_SIZE KB(128) /* MCU boot Stated size */
/hal_nxp-latest/mcux/mcux-sdk/components/mem_manager/
Dfsl_component_mem_manager_light.c127 #define KB(x) ((x) << 10u) macro
535 if (area_sz <= (uint32_t)KB((uint32_t)1U)) in MEM_RegisterExtendedArea()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/rpmsg_lite/
DREADME.md23 …ion of resource usage. Not only does the dynamic allocation adds another 5 KB of code size, but al…