PTA
APIs to manage dynamic aspects of Packet Traffic Arbitration (PTA).
Data Structures |
|
struct | sl_wfx_pta_settings_req_body_t |
Request sent by the host to set the PTA mode, the active levels on signals, the Coex type, to define the timings, quotas, combined mode and default grant state.
|
|
struct | sl_wfx_pta_settings_cnf_body_t |
Confirmation sent by WLAN firmware after a
SL_WFX_PTA_SETTINGS_REQ_ID
request.
|
|
struct | sl_wfx_pta_priority_req_body_t |
Request sent by the host to define the level of priority used to arbitrate concurrent Coex and WLAN requests.
|
|
struct | sl_wfx_pta_priority_cnf_body_t |
Confirmation sent by WLAN firmware after a
SL_WFX_PTA_PRIORITY_REQ_ID
request.
|
|
struct | sl_wfx_pta_state_req_body_t |
Request sent by host to start or stop the PTA.
|
|
struct | sl_wfx_pta_state_cnf_body_t |
Confirmation sent by WLAN firmware after a
SL_WFX_PTA_STATE_REQ_ID
request.
|
Enumerations |
|
enum |
sl_wfx_pta_mode_t
{
SL_WFX_PTA_1W_WLAN_MASTER = 0 , SL_WFX_PTA_1W_COEX_MASTER = 1 , SL_WFX_PTA_2W = 2 , SL_WFX_PTA_3W = 3 , SL_WFX_PTA_4W = 4 } |
PTA modes.
|
|
enum |
sl_wfx_signal_level_t
{
SL_WFX_SIGNAL_LOW = 0 , SL_WFX_SIGNAL_HIGH = 1 } |
Signal levels.
|
|
enum |
sl_wfx_coex_type_t
{
SL_WFX_COEX_TYPE_GENERIC = 0 , SL_WFX_COEX_TYPE_BLE = 1 } |
Coexistence types supported by PTA.
|
|
enum |
sl_wfx_grant_state_t
{
SL_WFX_NO_GRANT = 0 , SL_WFX_GRANT = 1 } |
Grant states.
|
|
enum |
sl_wfx_pta_priority_t
{
SL_WFX_PTA_PRIORITY_COEX_MAXIMIZED = 0x00000562 , SL_WFX_PTA_PRIORITY_COEX_HIGH = 0x00000462 , SL_WFX_PTA_PRIORITY_BALANCED = 0x00001461 , SL_WFX_PTA_PRIORITY_WLAN_HIGH = 0x00001851 , SL_WFX_PTA_PRIORITY_WLAN_MAXIMIZED = 0x00001A51 } |
Priority levels used by PTA for concurrent (Coex and WLAN) request arbitration.
|
|
enum |
sl_wfx_pta_state_t
{
SL_WFX_PTA_OFF = 0 , SL_WFX_PTA_ON = 1 } |
PTA states.
|
Detailed Description
APIs to manage dynamic aspects of Packet Traffic Arbitration (PTA).
Functions are provided to:
- configure the PTA using the sl_wfx_pta_settings_req_body_t request (Mandatory before calling sl_wfx_pta_state_req_body_t )
- define the level of priority used for arbitration using the sl_wfx_pta_priority_req_body_t request (Optional, default SL_WFX_PTA_PRIORITY_BALANCED )
- start or stop the PTA using sl_wfx_pta_state_req_body_t request
Data Structure Documentation
◆ sl_wfx_pta_settings_req_body_t
struct sl_wfx_pta_settings_req_body_t |
Request sent by the host to set the PTA mode, the active levels on signals, the Coex type, to define the timings, quotas, combined mode and default grant state.
Depending on specified PTA mode, every setting is not necessarily used and can then be set to '0'.
The following table indicates the PTA mode for which the setting is significant.
Combined mode is activated during concurrent RX (WLAN and Coex) requests and if SimultaneousRxAccesses is set to '1'.
Settings | 1-wire WLAN Master | 1-wire Coex Master | 2-wire | 3-wire | 3-wire (combined) | 4-wire | 4-wire (combined) |
---|---|---|---|---|---|---|---|
PrioritySamplingTime | x | x | x | x | |||
TxRxSamplingTime | x | x | |||||
FreqSamplingTime | x | x | |||||
GrantValidTime | x | x | x | x | |||
FemControlTime | x | x | x | x | |||
FirstSlotTime | x | x | |||||
PeriodicTxRxSamplingTime | x | x | |||||
CoexQuota | x | x | |||||
WlanQuota | x | x |
- Note
- Request will fail if PTA is started.
- Warning
-
The following assertions must be respected:
- priority_sampling_time < tx_rx_sampling_time < grant_valid_time <= first_slot_time
- freq_sampling_time < grant_valid_time < fem_control_time
Definition at line
858
of file
sl_wfx_general_api.h
.
Data Fields | ||
---|---|---|
uint16_t | coex_quota | The duration (in microseconds) for which RF is granted to Coex before it is moved to WLAN. |
uint8_t | coex_type | The Coex type, see enum sl_wfx_coex_type_t . |
uint8_t | default_grant_state | The state of the GRANT signal before arbitration at grant_valid_time, see enum sl_wfx_grant_state_t . |
uint8_t | fem_control_time | The time (in microseconds) from Coex request to the control of FEM (grant_valid_time to 255) |
uint8_t | first_slot_time | The time (in microseconds) from the Coex request to the beginning of reception or transmission (grant_valid_time to 255) |
uint8_t | freq_sampling_time | The time (in microseconds) from the Coex request to the sampling of freq-match information on FREQ signal (1 to 127) |
uint8_t | freq_signal_active_level | Active level on FREQ signal (PTA_FREQ pin), provided by Coex in 4-wire mode when Coex and WLAN share the same band, see enum sl_wfx_signal_level_t . |
uint8_t | grant_signal_active_level | Active level on GRANT signal (PTA_TX_CONF pin), generated by PTA to grant the RF to Coex, see enum sl_wfx_signal_level_t . |
uint8_t | grant_valid_time | The time (in microseconds) from Coex request to the GRANT signal assertion (MAX(tx_rx_sampling_time, freq_sampling_time) to 255) |
uint16_t | periodic_tx_rx_sampling_time | The period (in microseconds) from first_slot_time of following samplings of the directionality on PRIORITY signal (1 to 1023) |
uint8_t | priority_sampling_time | The time (in microseconds) from the Coex request to the sampling of the priority on PRIORITY signal (1 to 31) |
uint8_t | priority_signal_active_level | Active level on PRIORITY signal (PTA_STATUS pin), provided by Coex to set the priority of the request, see enum sl_wfx_signal_level_t . |
uint8_t | pta_mode | The PTA mode, see enum sl_wfx_pta_mode_t . |
uint8_t | request_signal_active_level | Active level on REQUEST signal (PTA_RF_ACT pin), provided by Coex to request the RF, see enum sl_wfx_signal_level_t . |
uint8_t | simultaneous_rx_access | Boolean to allow both Coex and WLAN to receive concurrently, also named combined mode. |
uint8_t | tx_rx_sampling_time | The time (in microseconds) from the Coex request to the sampling of the directionality on PRIORITY signal (priority_sampling_time to 63) |
uint16_t | wlan_quota | The duration (in microseconds) for which RF is granted to WLAN before it is moved to Coex. |
◆ sl_wfx_pta_settings_cnf_body_t
struct sl_wfx_pta_settings_cnf_body_t |
Confirmation sent by WLAN firmware after a SL_WFX_PTA_SETTINGS_REQ_ID request.
Definition at line
886
of file
sl_wfx_general_api.h
.
Data Fields | ||
---|---|---|
uint32_t | status | Confirmation status, see enum sl_wfx_status_t . |
◆ sl_wfx_pta_priority_req_body_t
struct sl_wfx_pta_priority_req_body_t |
Request sent by the host to define the level of priority used to arbitrate concurrent Coex and WLAN requests.
Priority can be one value from enum sl_wfx_pta_priority_t but can also be an integer value whom definition is the following bitfield:
- Note
- Request will fail if PTA is started.
Definition at line
929
of file
sl_wfx_general_api.h
.
Data Fields | ||
---|---|---|
uint32_t | priority | The priority level, see enum sl_wfx_pta_priority_t . |
◆ sl_wfx_pta_priority_cnf_body_t
struct sl_wfx_pta_priority_cnf_body_t |
Confirmation sent by WLAN firmware after a SL_WFX_PTA_PRIORITY_REQ_ID request.
Definition at line
941
of file
sl_wfx_general_api.h
.
Data Fields | ||
---|---|---|
uint32_t | status | Confirmation status, see enum sl_wfx_status_t . |
◆ sl_wfx_pta_state_req_body_t
struct sl_wfx_pta_state_req_body_t |
Request sent by host to start or stop the PTA.
- Note
- Starting PTA will fail if not first configured with sl_wfx_pta_settings_req_body_t request.
Definition at line
962
of file
sl_wfx_general_api.h
.
Data Fields | ||
---|---|---|
uint32_t | pta_state | Requested PTA state, see enum sl_wfx_pta_state_t . |
◆ sl_wfx_pta_state_cnf_body_t
struct sl_wfx_pta_state_cnf_body_t |
Confirmation sent by WLAN firmware after a SL_WFX_PTA_STATE_REQ_ID request.
Definition at line
974
of file
sl_wfx_general_api.h
.
Data Fields | ||
---|---|---|
uint32_t | status | Confirmation status, see enum sl_wfx_status_t . |
Enumeration Type Documentation
◆ sl_wfx_coex_type_t
enum sl_wfx_coex_type_t |
◆ sl_wfx_grant_state_t
enum sl_wfx_grant_state_t |
◆ sl_wfx_pta_mode_t
enum sl_wfx_pta_mode_t |
PTA modes.
Definition at line
794
of file
sl_wfx_general_api.h
.
◆ sl_wfx_pta_priority_t
Priority levels used by PTA for concurrent (Coex and WLAN) request arbitration.
Definition at line
898
of file
sl_wfx_general_api.h
.
◆ sl_wfx_pta_state_t
enum sl_wfx_pta_state_t |