Home
last modified time | relevance | path

Searched refs:pReceivedCommand (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus/Demo/Common/coreMQTT_Agent_Interface/
A Dfreertos_agent_message.c63 MQTTAgentCommand_t ** pReceivedCommand, in Agent_MessageReceive() argument
68 if( ( pMsgCtx != NULL ) && ( pReceivedCommand != NULL ) ) in Agent_MessageReceive()
70 … queueStatus = xQueueReceive( pMsgCtx->queue, pReceivedCommand, pdMS_TO_TICKS( blockTimeMs ) ); in Agent_MessageReceive()
/FreeRTOS-Plus/Demo/Common/coreMQTT_Agent_Interface/include/
A Dfreertos_agent_message.h81 MQTTAgentCommand_t ** pReceivedCommand,

Completed in 13 milliseconds