Searched defs:RF_RatChannel_s (Results 1 – 1 of 1) sorted by relevance
253 struct RF_RatChannel_s { struct254 …le pClient; /* Pointer to client owning the channel. NULL means the channel is free. */255 RF_RatCallback pCb; /* Callback pointer of the channel. */256 RF_RatMode mode; /* Mode of this RAT channel: RF_RatModeCompare, etc. */257 RF_RatHandle handle; /* Channel number: 0,1,2. */258 …us; /* Status of the channel: RF_RatStatusIdle, RF_RatStatusPending, RF_RatStatusRunning */259 uint64_t chCmd; /* Generic storage for the command structure itself. */260 … ioCmd; /* Raw binary to be sent to the CM0 to set up the GPOs. This is optional. */