RTEMS 6.1-rc5
|
The configuration of descriptor. More...
#include <fsl_ssarc.h>
Data Fields | |
uint32_t | address |
uint32_t | data |
ssarc_descriptor_register_size_t | size |
ssarc_descriptor_operation_t | operation |
ssarc_descriptor_type_t | type |
The configuration of descriptor.
uint32_t _ssarc_descriptor_config::address |
The address of the register/memory to be saved/restored.
uint32_t _ssarc_descriptor_config::data |
The value of the register/memory to be saved/restored, please note that if the type is selected as kSSARC_ReadValueWriteBack, this data field is useless.
ssarc_descriptor_operation_t _ssarc_descriptor_config::operation |
The operation mode of descriptor.
ssarc_descriptor_register_size_t _ssarc_descriptor_config::size |
The size of register to be saved/restored.
ssarc_descriptor_type_t _ssarc_descriptor_config::type |
The type of operation.