We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3fd81 commit 3be4129Copy full SHA for 3be4129
platform/ext/target/arm/drivers/sam/sam_drv.h
@@ -57,7 +57,7 @@ enum sam_response_t {
57
SAM_RESPONSE_WARM_RESET = 1UL << 1,
58
SAM_RESPONSE_NMI = 1UL << 2,
59
SAM_RESPONSE_CRITICAL_FAULT_INTERRUPT = 1UL << 3,
60
- SAM_RESPONSE_FAULT_INTERRUPT = 1UL << 4,
+ SAM_RESPONSE_SECURE_FAULT_INTERRUPT = 1UL << 4,
61
SAM_RESPONSE_ACTION_5 = 1UL << 5,
62
SAM_RESPONSE_ACTION_6 = 1UL << 6,
63
SAM_RESPONSE_ACTION_7 = 1UL << 7,
0 commit comments