flashvault.S File Reference
Detailed Description
AVR32 UC3L FlashVault basic example: Secure world implementation offering a public API; this implementation also temporarily switches back to outside the secure world when an interrupt occurs.
- Compiler: GCC for AVR32
- Supported devices: All AVR32UC3 devices that implement a secure execution state.
- Author:
- Atmel Corporation: http://www.atmel.com
Support and FAQ: http://support.atmel.no/
Definition in file flashvault.S.
#include <avr32/io.h>
#include "board.h"
#include "flashvault.h"
Go to the source code of this file.
Define Documentation
#define SEC_EXE_STATUS_DEFAULT 0x000000AA |
#define SEC_EXE_STATUS_INTERRUPTED 0x00000011 |