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.


Definition at line 42 of file components/si91x/inc/sl_si91x_types.h

SI91X_PACKET_RESPONSE_PACKET#

#define SI91X_PACKET_RESPONSE_PACKET
Value:
(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_BLOCK
Value:
(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_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.


Definition at line 51 of file components/si91x/inc/sl_si91x_types.h