Structure represents the BLE RX test mode parameters.

This structure is used to define the parameters for a BLE RX test mode, which includes the RX channel, PHY, and modulation type to be used for the test.

Public Attributes#

uint8_t

RX channel to be used for the test.

uint8_t

PHY to be used for the test.

uint8_t

Modulation type to be used for the test.

Public Attribute Documentation#

rx_channel#

uint8_t rsi_ble_rx_test_mode_s::rx_channel

RX 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_rx_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

modulation#

uint8_t rsi_ble_rx_test_mode_s::modulation

Modulation type to be used for the test.


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