RTEMS 6.1-rc5
|
Test context for spec:/rtems/intr/req/entry-install test case. More...
Data Fields | |
bool | initialized_during_setup |
If this member is true, then the service was initialized during setup. | |
uint32_t | handler_counter |
This member provides a counter for handler invocations. | |
uint32_t | counter_by_entry [3] |
This member provides a counter snapshot for each entry. | |
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. | |
rtems_interrupt_attributes | attributes |
This member provides the attributes of the testable interrupt vector. | |
bool | initialized |
If this member is true, then the service shall be initialized. | |
bool | isr |
If this member is true, then rtems_interrupt_entry_install() shall be called from within interrupt context. | |
bool | enabled_before |
This member contains the enabled status before the rtems_interrupt_entry_install() call. | |
bool | enabled_after |
This member contains the enabled status after the rtems_interrupt_entry_install() call. | |
uint32_t | visited_entries |
This member provides the count of visited entries. | |
rtems_interrupt_entry | other_entry |
This member provides another rtems_interrupt_entry object. | |
bool | other_installed |
If this member is true, then another entry was installed. | |
rtems_interrupt_entry | third_entry |
This member provides a third rtems_interrupt_entry object. | |
bool | third_installed |
If this member is true, then the third entry was installed. | |
rtems_option | other_options |
This member provides the options used to install the other rtems_interrupt_entry object. | |
rtems_interrupt_entry | entry_obj |
This member provides the rtems_interrupt_entry object. | |
rtems_vector_number | vector |
This member specifies if the vector parameter value. | |
rtems_option | options |
This member specifies if the options parameter value. | |
rtems_interrupt_entry * | entry |
This member specifies if the entry parameter value. | |
rtems_status_code | status |
This member contains the return value of the rtems_interrupt_entry_install() call. | |
struct { | |
size_t pci [8] | |
This member defines the pre-condition indices for the next action. | |
size_t pcs [8] | |
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. | |
RtemsIntrReqEntryInstall_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/entry-install test case.