![]() |
RTEMS 6.1
|
Test context for spec:/rtems/intr/req/handler-iterate test case. More...
Data Fields | |
| bool | initialized_during_setup |
| If this member is true, then the service was initialized during setup. | |
| rtems_vector_number | test_vector |
| This member provides the vector number of a testable interrupt vector. | |
| bool | test_vector_was_enabled |
| If this member is true, then the testable interrupt vector was enabled at the test case begin. | |
| bool | initialized |
| If this member is true, then the service shall be initialized. | |
| bool | isr |
| If this member is true, then rtems_interrupt_handler_iterate() shall be called from within interrupt context. | |
| uint32_t | visited_entries |
| This member provides the count of visited entries. | |
| rtems_interrupt_entry | entry |
| This member provides an rtems_interrupt_entry object. | |
| rtems_vector_number | vector |
This member specifies if the vector parameter value. | |
| rtems_interrupt_per_handler_routine | routine |
This member specifies if the routine parameter value. | |
| rtems_status_code | status |
| This member contains the return value of the rtems_interrupt_handler_iterate() call. | |
| struct { | |
| size_t pcs [4] | |
| This member defines the pre-condition states for the next action. | |
| bool in_action_loop | |
| If this member is true, then the test action loop is executed. | |
| size_t index | |
| This member contains the next transition map index. | |
| RtemsIntrReqHandlerIterate_Entry entry | |
| This member contains the current transition map entry. | |
| bool skip | |
| If this member is true, then the current transition variant should be skipped. | |
| } | Map |
Test context for spec:/rtems/intr/req/handler-iterate test case.