RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Data Fields
_ssarc_group_config Struct Reference

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
 

Detailed Description

The configuration of the group.

Field Documentation

◆ cpuDomain

ssarc_cpu_domain_name_t _ssarc_group_config::cpuDomain

CPU domain, define the ownership of this group.

◆ endIndex

uint32_t _ssarc_group_config::endIndex

The index of the last descriptor of the group.

◆ highestAddress

uint32_t _ssarc_group_config::highestAddress

Highest address that can be accessed for the descriptors in the group.

◆ lowestAddress

uint32_t _ssarc_group_config::lowestAddress

Lowest address that can be accessed for the descriptors in the group.

◆ powerDomain

ssarc_power_domain_name_t _ssarc_group_config::powerDomain

Power domain.

◆ restoreOrder

ssarc_save_restore_order_t _ssarc_group_config::restoreOrder

The restore order.

◆ restorePriority

uint8_t _ssarc_group_config::restorePriority

Restore priority of current group. 0 is the highest priority, 15 is the lowest priority

◆ saveOrder

ssarc_save_restore_order_t _ssarc_group_config::saveOrder

The save order.

◆ savePriority

uint8_t _ssarc_group_config::savePriority

Save priority of current group. 0 is the highest priority, 15 is the lowest priority.

◆ startIndex

uint32_t _ssarc_group_config::startIndex

The index of the first descriptor of the group.


The documentation for this struct was generated from the following file: