Searched defs:region (Results 1 – 3 of 3) sorted by relevance
/btstack/port/msp432p401lp-cc256x/ti/devices/msp432p4xx/driverlib/ |
H A D | mpu.c | 68 void MPU_enableRegion(uint32_t region) in MPU_enableRegion() 86 void MPU_disableRegion(uint32_t region) in MPU_disableRegion() 104 void MPU_setRegion(uint32_t region, uint32_t addr, uint32_t flags) in MPU_setRegion() 126 void MPU_getRegion(uint32_t region, uint32_t *addr, uint32_t *pflags) in MPU_getRegion()
|
/btstack/3rd-party/lc3-google/src/ |
H A D | bwdet.c | 30 struct region { int is : 8; int ie : 8; }; in lc3_bwdet_run() argument
|
/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
|