Structure representing the BLE TX test mode parameters.

This structure is used to define the parameters for a BLE TX test mode, including the TX channel, PHY, length of the data to be transmitted, and data mode to be used for the test.

Public Attributes#

uint8_t

TX channel to be used for the test.

uint8_t

PHY to be used for the test.

uint8_t

Length of the data to be transmitted.

uint8_t

Data mode to be used for the test.

Public Attribute Documentation#

tx_channel#

uint8_t rsi_ble_tx_test_mode_s::tx_channel

TX channel to be used for the test.


Definition at line 1129 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h

phy#

uint8_t rsi_ble_tx_test_mode_s::phy

PHY to be used for the test.


Definition at line 1131 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h

tx_len#

uint8_t rsi_ble_tx_test_mode_s::tx_len

Length of the data to be transmitted.


Definition at line 1133 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h

tx_data_mode#

uint8_t rsi_ble_tx_test_mode_s::tx_data_mode

Data mode to be used for the test.


Definition at line 1135 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h