RTEMS 6.1-rc4
|
Driver version | |
enum | _iee_apc_region { kIEE_APC_Region0 = 0U , kIEE_APC_Region1 = 1U , kIEE_APC_Region2 = 2U , kIEE_APC_Region3 = 3U , kIEE_APC_Region4 = 4U , kIEE_APC_Region5 = 5U , kIEE_APC_Region6 = 6U , kIEE_APC_Region7 = 7U } |
APC IEE regions. More... | |
enum | _apc_iee_domain { kIEE_APC_Domain0 = 0U , kIEE_APC_Domain1 = 1U } |
APC IEE domains. More... | |
typedef enum _iee_apc_region | iee_apc_region_t |
APC IEE regions. | |
typedef enum _apc_iee_domain | iee_apc_domain_t |
APC IEE domains. | |
void | IEE_APC_GlobalEnable (IEE_APC_Type *base) |
Enable the APC IEE Region setting. | |
void | IEE_APC_GlobalDisable (IEE_APC_Type *base) |
Disables the APC IEE Region setting. | |
status_t | IEE_APC_SetRegionConfig (IEE_APC_Type *base, iee_apc_region_t region, uint32_t startAddr, uint32_t endAddr) |
Sets the APC IEE Memory Region Descriptors. | |
status_t | IEE_APC_LockRegionConfig (IEE_APC_Type *base, iee_apc_region_t region, iee_apc_domain_t domain) |
Lock the LPSR GPR and APC IEE configuration. | |
void | IEE_APC_RegionEnable (IEE_APC_Type *base, iee_apc_region_t region) |
Enable the IEE encryption/decryption and can lock this setting. | |
#define | FSL_IEE_APC_DRIVER_VERSION (MAKE_VERSION(2, 0, 1)) |
IEE_APC driver version. Version 2.0.1. | |
#define FSL_IEE_APC_DRIVER_VERSION (MAKE_VERSION(2, 0, 1)) |
IEE_APC driver version. Version 2.0.1.
Current version: 2.0.1
Change log:
enum _apc_iee_domain |
enum _iee_apc_region |
void IEE_APC_GlobalDisable | ( | IEE_APC_Type * | base | ) |
Disables the APC IEE Region setting.
This function disables IOMUXC LPSR GPR and APC IEE for setting the region.
base | APC IEE peripheral address. |
brief Disables the APC IEE Region setting.
This function disables IOMUXC LPSR GPR and APC IEE for setting the region.
param base APC IEE peripheral address.
void IEE_APC_GlobalEnable | ( | IEE_APC_Type * | base | ) |
Enable the APC IEE Region setting.
This function enables IOMUXC LPSR GPR and APC IEE for setting the region.
base | APC IEE peripheral address. |
brief Enable the APC IEE Region setting.
This function enables IOMUXC LPSR GPR and APC IEE for setting the region.
param base APC IEE peripheral address.
status_t IEE_APC_LockRegionConfig | ( | IEE_APC_Type * | base, |
iee_apc_region_t | region, | ||
iee_apc_domain_t | domain | ||
) |
Lock the LPSR GPR and APC IEE configuration.
This function locks writting to IOMUXC LPSR GPR and APC IEE encryption region setting registers. Only system reset can clear the LPSR GPR and APC IEE-RDC_D0/1 Lock bit
base | APC IEE peripheral address. |
region | Selection of the APC IEE region to be locked. |
domain |
brief Lock the LPSR GPR and APC IEE configuration.
This function locks writting to IOMUXC LPSR GPR and APC IEE encryption region setting registers. Only system reset can clear the LPSR GPR and APC IEE-RDC_D0/1 Lock bit
param base APC IEE peripheral address. param region Selection of the APC IEE region to be locked.
void IEE_APC_RegionEnable | ( | IEE_APC_Type * | base, |
iee_apc_region_t | region | ||
) |
Enable the IEE encryption/decryption and can lock this setting.
This function enables encryption/decryption by writting to IOMUXC LPSR GPR.
base | APC IEE peripheral address. |
region | Selection of the APC IEE region to be enabled. |
brief Enable the IEE encryption/decryption for specific region.
This function enables encryption/decryption by writting to IOMUXC LPSR GPR.
param base APC IEE peripheral address. param region Selection of the APC IEE region to be enabled.
status_t IEE_APC_SetRegionConfig | ( | IEE_APC_Type * | base, |
iee_apc_region_t | region, | ||
uint32_t | startAddr, | ||
uint32_t | endAddr | ||
) |
Sets the APC IEE Memory Region Descriptors.
This function configures APC IEE Memory Region Descriptor according to region configuration structure.
base | APC IEE peripheral address. |
region | Selection of the APC IEE region to be configured. |
startAddr | Start encryption adress for the selected APC IEE region. |
endAddr | End encryption adress for the selected APC IEE region. |
brief Sets the APC IEE Memory Region setting.
This function configure IOMUXC LPSR GPR and APC IEE for the encryption region.
param base APC IEE peripheral address. param region Selection of the APC IEE region to be configured. param startAddr Start encryption adress for the selected APC IEE region. param endAddr End encryption adress for the selected APC IEE region.