CMSIS-Zone (Preview)
Version 0.0.1
System Resource Management
|
The block element is used to subdived a physical memory region into segregated logical blocks.
Example
Schema Description
Parent Element | Element Chain | ||
---|---|---|---|
region | /region element | ||
Attributes | Description | Type | Use |
name | The name this memory block can be referenced by. Must be unique within a single device. | xs:string | required |
size | The physical memory size this block allocates. | xs:string | required |
access | The access attributes for this memory block. | xs:string | optional |
info | Brief description of the memory block. | xs:string | optional |
Child Elements | Description | Type | Occurrence |
/block element | Memory block definitions. | complexType | 0..* |