Searched refs:__ccm_data_section (Results 1 – 3 of 3) sorted by relevance
24 uint8_t __ccm_data_section ccm_data_var_8 = CCM_DATA_VAR_8_VAL;25 uint16_t __ccm_data_section ccm_data_var_16 = CCM_DATA_VAR_16_VAL;26 uint32_t __ccm_data_section ccm_data_var_32 = CCM_DATA_VAR_32_VAL;28 uint8_t __ccm_data_section ccm_data_array[CCM_DATA_ARRAY_SIZE] = {
34 #define __ccm_data_section Z_GENERIC_SECTION(_CCM_DATA_SECTION_NAME) macro
13 By prefixing a variable with __ccm_data_section, __ccm_bss_section,16 The __ccm_data_section prefix should be used for variables that