You are viewing documentation for version:
Si91x queue packet structure.
Public Attributes#
uint8_t
One of the values from Si91x packet response flags.
void *
SDK context, unused internally to invoke user callbacks.
uint32_t
Command_tickcount stores the tickcount when the command is given to the bus thread.
Public Attribute Documentation#
host_packet#
sl_wifi_buffer_t* sli_si91x_queue_packet_t::host_packet
Si91x host buffer.
firmware_queue_id#
uint8_t sli_si91x_queue_packet_t::firmware_queue_id
Si91x firmware queue id.
command_type#
sli_si91x_command_type_t sli_si91x_queue_packet_t::command_type
Si91x command type.
flags#
uint8_t sli_si91x_queue_packet_t::flags
One of the values from Si91x packet response flags.
frame_status#
uint16_t sli_si91x_queue_packet_t::frame_status
Si91x command status.
sdk_context#
void* sli_si91x_queue_packet_t::sdk_context
SDK context, unused internally to invoke user callbacks.
command_timeout#
uint32_t sli_si91x_queue_packet_t::command_timeout
Si91x command timeout.
command_tickcount#
uint32_t sli_si91x_queue_packet_t::command_tickcount
Command_tickcount stores the tickcount when the command is given to the bus thread.