Kevin Peng | a127b45 | 2021-02-23 10:02:55 +0800 | [diff] [blame] | 1 | { |
2 | "description" : ["Trigger Secure interrupt during Secure Service execution"], | ||||
3 | "steps": [ | ||||
4 | { | ||||
5 | "wait_for" : "example_secure_service_start" | ||||
6 | }, | ||||
7 | { | ||||
8 | "expect" : "stop_secure_timer", | ||||
9 | "trigger" : "timer_0_irq" | ||||
10 | }, | ||||
11 | { | ||||
12 | "wait_for" : "example_secure_service_end" | ||||
13 | } | ||||
14 | ] | ||||
15 | } |