RTEMS 6.1-rc5
|
The configuration of the group. More...
#include <fsl_ssarc.h>
Data Fields | |
ssarc_cpu_domain_name_t | cpuDomain |
uint32_t | startIndex |
uint32_t | endIndex |
ssarc_save_restore_order_t | restoreOrder |
ssarc_save_restore_order_t | saveOrder |
uint8_t | restorePriority |
uint8_t | savePriority |
ssarc_power_domain_name_t | powerDomain |
uint32_t | highestAddress |
uint32_t | lowestAddress |
The configuration of the group.
ssarc_cpu_domain_name_t _ssarc_group_config::cpuDomain |
CPU domain, define the ownership of this group.
uint32_t _ssarc_group_config::endIndex |
The index of the last descriptor of the group.
uint32_t _ssarc_group_config::highestAddress |
Highest address that can be accessed for the descriptors in the group.
uint32_t _ssarc_group_config::lowestAddress |
Lowest address that can be accessed for the descriptors in the group.
ssarc_power_domain_name_t _ssarc_group_config::powerDomain |
Power domain.
ssarc_save_restore_order_t _ssarc_group_config::restoreOrder |
The restore order.
uint8_t _ssarc_group_config::restorePriority |
Restore priority of current group. 0 is the highest priority, 15 is the lowest priority
ssarc_save_restore_order_t _ssarc_group_config::saveOrder |
The save order.
uint8_t _ssarc_group_config::savePriority |
Save priority of current group. 0 is the highest priority, 15 is the lowest priority.
uint32_t _ssarc_group_config::startIndex |
The index of the first descriptor of the group.