si91x_response_handling_flags#

Macros#

#define

Flag to indicate that the response status of the command is expected.

#define

Flag to indicate that the response packet of the command is expected.

#define

Flag to indicate that all the packet tx has to be suspended until the corresponding command response is received.

#define

Flag to indicate that host would receive the response from firmware in asynchronous manner.

Macro Definition Documentation#

SI91X_PACKET_RESPONSE_STATUS#

#define SI91X_PACKET_RESPONSE_STATUS
Value:
(1 << 0)

Flag to indicate that the response status of the command is expected.


SI91X_PACKET_RESPONSE_PACKET#

#define SI91X_PACKET_RESPONSE_PACKET
Value:
(1 << 1)

Flag to indicate that the response packet of the command is expected.


SI91X_PACKET_GLOBAL_QUEUE_BLOCK#

#define SI91X_PACKET_GLOBAL_QUEUE_BLOCK
Value:
(1 << 3)

Flag to indicate that all the packet tx has to be suspended until the corresponding command response is received.


SI91X_PACKET_WITH_ASYNC_RESPONSE#

#define SI91X_PACKET_WITH_ASYNC_RESPONSE
Value:
(1 << 4)

Flag to indicate that host would receive the response from firmware in asynchronous manner.