Structure represents the BLE power mode.

This structure is used to define the parameters for setting the BLE power mode, that includes the power mode and Ultra-Low-Power (ULP) mode enable settings.

Public Attributes#

uint8_t

Power mode to set.

uint8_t

Set LP/ULP/ULP-without RAM retention.

Public Attribute Documentation#

power_mode#

uint8_t rsi_ble_power_mode_s::power_mode

Power mode to set.


Definition at line 441 of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common.h

ulp_mode_enable#

uint8_t rsi_ble_power_mode_s::ulp_mode_enable

Set LP/ULP/ULP-without RAM retention.


Definition at line 443 of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common.h