CMSIS Reference Data Structures Type Documentation
flash_region
Location: rsl15_start.h:110
Structure used to define flash regions.
Data Fields
Type | Name | Description |
---|---|---|
uint32_t |
First address in the flash region. |
|
uint32_t |
Last address in the flash region. |
|
FLASH_Type * |
Flash interface for this region. |
|
uint32_t |
Interrupt supporting this flash region. |