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_NO_RESPONSE (1 << 4)
Flag to indicate that firmware has no response to this command.
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.
Definition at line
42
of file components/si91x/inc/sl_si91x_types.h
SI91X_PACKET_RESPONSE_PACKET#
#define SI91X_PACKET_RESPONSE_PACKETValue:
(1 << 1)
Flag to indicate that the response packet of the command is expected.
Definition at line
45
of file components/si91x/inc/sl_si91x_types.h
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.
Definition at line
48
of file components/si91x/inc/sl_si91x_types.h
SI91X_PACKET_WITH_NO_RESPONSE#
#define SI91X_PACKET_WITH_NO_RESPONSEValue:
(1 << 4)
Flag to indicate that firmware has no response to this command.
Definition at line
51
of file components/si91x/inc/sl_si91x_types.h