Searched defs:descriptor_l1 (Results 1 – 1 of 1) sorted by relevance
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Core_A/Include/ |
H A D | core_ca.h | 1867 #define section_normal(descriptor_l1, region) region.rg_t = SECTION; \ argument 1882 #define section_normal_nc(descriptor_l1, region) region.rg_t = SECTION; \ argument 1897 #define section_normal_cod(descriptor_l1, region) region.rg_t = SECTION; \ argument 1912 #define section_normal_ro(descriptor_l1, region) region.rg_t = SECTION; \ argument 1927 #define section_normal_rw(descriptor_l1, region) region.rg_t = SECTION; \ argument 1941 #define section_so(descriptor_l1, region) region.rg_t = SECTION; \ argument 1956 #define section_device_ro(descriptor_l1, region) region.rg_t = SECTION; \ argument 1971 #define section_device_rw(descriptor_l1, region) region.rg_t = SECTION; \ argument 1985 #define page4k_device_rw(descriptor_l1, descriptor_l2, region) region.rg_t = PAGE_4k; \ argument 2000 #define page64k_device_rw(descriptor_l1, descriptor_l2, region) region.rg_t = PAGE_64k; \ argument [all …]
|