RTEMS 6.1-rc1
Data Structures | Typedefs | Enumerations | Functions
#include <string.h>
#include <bsp/irq-generic.h>
#include <rtems/irq-extension.h>
#include "tx-support.h"
#include <rtems/test.h>

Data Structures

struct  RtemsIntrReqIsPending_Entry
 
struct  RtemsIntrReqIsPending_Context
 Test context for spec:/rtems/intr/req/is-pending test case. More...
 

Typedefs

typedef RtemsIntrReqIsPending_Context Context
 

Enumerations

enum  RtemsIntrReqIsPending_Pre_Vector { RtemsIntrReqIsPending_Pre_Vector_Valid , RtemsIntrReqIsPending_Pre_Vector_Invalid , RtemsIntrReqIsPending_Pre_Vector_NA }
 
enum  RtemsIntrReqIsPending_Pre_Pending { RtemsIntrReqIsPending_Pre_Pending_Obj , RtemsIntrReqIsPending_Pre_Pending_Null , RtemsIntrReqIsPending_Pre_Pending_NA }
 
enum  RtemsIntrReqIsPending_Pre_IsPending { RtemsIntrReqIsPending_Pre_IsPending_Yes , RtemsIntrReqIsPending_Pre_IsPending_No , RtemsIntrReqIsPending_Pre_IsPending_NA }
 
enum  RtemsIntrReqIsPending_Post_Status { RtemsIntrReqIsPending_Post_Status_Ok , RtemsIntrReqIsPending_Post_Status_InvAddr , RtemsIntrReqIsPending_Post_Status_InvId , RtemsIntrReqIsPending_Post_Status_NA }
 
enum  RtemsIntrReqIsPending_Post_IsPending { RtemsIntrReqIsPending_Post_IsPending_Nop , RtemsIntrReqIsPending_Post_IsPending_Yes , RtemsIntrReqIsPending_Post_IsPending_No , RtemsIntrReqIsPending_Post_IsPending_NA }
 

Functions

 T_TEST_CASE_FIXTURE (RtemsIntrReqIsPending, &RtemsIntrReqIsPending_Fixture)