Home
last modified time | relevance | path

Searched defs:descriptor_l1 (Results 1 – 1 of 1) sorted by relevance

/cmsis_6-latest/CMSIS/Core/Include/
Dcore_ca.h2253 #define section_normal(descriptor_l1, region) region.rg_t = SECTION; \ argument
2268 #define section_normal_nc(descriptor_l1, region) region.rg_t = SECTION; \ argument
2283 #define section_normal_cod(descriptor_l1, region) region.rg_t = SECTION; \ argument
2298 #define section_normal_ro(descriptor_l1, region) region.rg_t = SECTION; \ argument
2313 #define section_normal_rw(descriptor_l1, region) region.rg_t = SECTION; \ argument
2327 #define section_so(descriptor_l1, region) region.rg_t = SECTION; \ argument
2342 #define section_device_ro(descriptor_l1, region) region.rg_t = SECTION; \ argument
2357 #define section_device_rw(descriptor_l1, region) region.rg_t = SECTION; \ argument
2371 #define page4k_device_rw(descriptor_l1, descriptor_l2, region) region.rg_t = PAGE_4k; \ argument
2386 #define page64k_device_rw(descriptor_l1, descriptor_l2, region) region.rg_t = PAGE_64k; \ argument
[all …]