Secure Attribution Unit (SAU) functions related to TrustZone for Armv8-M. More...
Functions | |
void | TZ_SAU_Setup (void) |
Setup Secure Attribute Unit (SAU) and non-secure interrupts. | |
void | TZ_SAU_Enable (void) |
Enable Security Attribution Unit (SAU) | |
void | TZ_SAU_Disable (void) |
Disable Security Attribution Unit (SAU) | |
Secure Attribution Unit (SAU) functions related to TrustZone for Armv8-M.
The Secure Attribution Unit (SAU) functions SAU
void TZ_SAU_Disable | ( | void | ) |
Disable Security Attribution Unit (SAU)
Disables the Security Attribution Unit (SAU).
void TZ_SAU_Enable | ( | void | ) |
Enable Security Attribution Unit (SAU)
Enables the Security Attribution Unit (SAU).
void TZ_SAU_Setup | ( | void | ) |
Setup Secure Attribute Unit (SAU) and non-secure interrupts.
The function TZ_SAU_Setup uses the settings in the TrustZone setup: partition_<Device>.h to initialize the Secure Attribute Unit (SAU) and define non-secure interrupts. It is called from the function SystemInit.