31 #ifndef __SRAM_INIT_H__ 32 #define __SRAM_INIT_H__ 35 #include "memory/memory.h" 42 enum _kl_serials_sram_constants
45 kMinKlRamSize = (uint32_t)512
48 #if defined(__CORE_CM4_H_GENERIC) || defined(__CORE_CM7_H_GENERIC) 49 enum _k_serials_sram_index_constants
58 kRamSize128kIndex = 9,
59 kRamSize256kIndex = 11
63 #if defined(__CORE_CM0PLUS_H_GENERIC) 64 enum _k_serials_sram_index_constants
66 kRamSize0p5kIndex = 0,
81 #if defined(__cplusplus) 88 #if defined(__cplusplus) int32_t status_t
Type used for all status and error return values.
Definition: fsl_common.h:121