RTEMS 6.1-rc2
|
Test context for spec:/rtems/intr/req/entry-remove test case. More...
Data Fields | |
bool | initialized_during_setup |
If this member is true, then the service was initialized during setup. | |
bool | interrupt_occurred |
If this member is true, then an interrupt occurred. | |
uint32_t | entry_counter |
This member provides a counter incremented by EntryRoutine(). | |
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 a third entry was installed. | |
bool | installed |
If this member is true, then the entry is installed. | |
bool | first |
If this member is true, then the entry is installed as the first entry. | |
bool | last |
If this member is true, then the entry is installed as the last entry. | |
bool | match |
If this member is true, then the entry matches with another installed 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_remove() shall be called from within interrupt context. | |
bool | enabled_before |
This member contains the enabled status before the rtems_interrupt_entry_remove() call. | |
bool | enabled_after |
This member contains the enabled status after the rtems_interrupt_entry_remove() call. | |
uint32_t | visited_entries |
This member provides the count of visited entries. | |
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_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_remove() call. | |
struct { | |
size_t pci [9] | |
This member defines the pre-condition indices for the next action. | |
size_t pcs [9] | |
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. | |
RtemsIntrReqEntryRemove_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-remove test case.