si91x_response_handling_flags#
Macros#
#define
SI91X_PACKET_RESPONSE_STATUS (1 << 0)
Flag to indicate that the response status of the command is expected.
#define
SI91X_PACKET_RESPONSE_PACKET (1 << 1)
Flag to indicate that the response packet of the command is expected.
#define
SI91X_PACKET_GLOBAL_QUEUE_BLOCK (1 << 3)
Flag to indicate that all the packet tx has to be suspended until the corresponding command response is received.
#define
SI91X_PACKET_WITH_ASYNC_RESPONSE (1 << 4)
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_STATUSValue:
(1 << 0)
Flag to indicate that the response status of the command is expected.
SI91X_PACKET_RESPONSE_PACKET#
#define SI91X_PACKET_RESPONSE_PACKETValue:
(1 << 1)
Flag to indicate that the response packet of the command is expected.
SI91X_PACKET_GLOBAL_QUEUE_BLOCK#
#define SI91X_PACKET_GLOBAL_QUEUE_BLOCKValue:
(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_RESPONSEValue:
(1 << 4)
Flag to indicate that host would receive the response from firmware in asynchronous manner.