RTEMS 6.1-rc5
|
Test context for spec:/bsp/req/interrupt-handler-dispatch-unchecked test case. More...
Data Fields | |
rtems_interrupt_entry * | entry_to_restore |
This member references the interrupt entry to restore during test case teardown. | |
jmp_buf | before_call |
This member provides a jump buffer to return from the fatal error. | |
rtems_interrupt_entry | entry |
This member provides an interrupt entry to be dispatched. | |
volatile bool | interrupt_occurred |
This member is true, then an interrupt occurred. | |
uint32_t | entry_counter |
This member provides an entry dispatch counter. | |
uint32_t | fatal_counter |
This member provides a fatal error counter. | |
rtems_fatal_source | fatal_source |
This member contains the fatal source. | |
rtems_fatal_code | fatal_code |
This member contains a fatal code. | |
rtems_vector_number | test_vector |
This member contains the vector number of a testable interrupt. | |
rtems_interrupt_entry ** | first |
This member references the pointer to the first entry of the interrupt vector. | |
rtems_interrupt_entry * | first_again |
This member references an interrupt entry for the first entry of the interrupt vector or is NULL. | |
struct { | |
size_t pci [2] | |
This member defines the pre-condition indices for the next action. | |
size_t pcs [2] | |
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. | |
BspReqInterruptHandlerDispatchUnchecked_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:/bsp/req/interrupt-handler-dispatch-unchecked test case.