Tool/software: TI-RTOS
If I want just to know that a post command of open Rx
rxCmdHndl = RF_postCmd(rfHandle, (RF_Op*)&RF_cmdPropRx, RF_PriorityNormal, &callback_ACK, RF_EventRxEntryDone);
was done (for acknowledge).
Can I check right away the status , and if so what is the define for action done , like this RF_cmdPropRx.status == PROP_DONE_OK ?
If not what action can I do?
Thanks
Bar.