Network wirless processor (NWP) configuration structure.

Public Attributes#

uint32_t

Configuration code.

uint8_t

Configuration value as per the code selected above.

uint8_t

Timer value in seconds for the watchdog timer.

uint8_t

Enable watchdog timer in power save mode.

union sl_si91x_nwp_configuration_t::@0

Values.

Public Attribute Documentation#

code#

uint32_t sl_si91x_nwp_configuration_t::code

Configuration code.

The possible values are:

  • SL_SI91X_XO_CTUNE_FROM_HOST

  • SL_SI91X_ENABLE_NWP_WDT_FROM_HOST

  • SL_SI91X_DISABLE_NWP_WDT_FROM_HOST


Definition at line 265 of file components/device/silabs/si91x/wireless/inc/sl_si91x_driver.h

config_val#

uint8_t sl_si91x_nwp_configuration_t::config_val

Configuration value as per the code selected above.


Definition at line 270 of file components/device/silabs/si91x/wireless/inc/sl_si91x_driver.h

wdt_timer_val#

uint8_t sl_si91x_nwp_configuration_t::wdt_timer_val

Timer value in seconds for the watchdog timer.


Definition at line 273 of file components/device/silabs/si91x/wireless/inc/sl_si91x_driver.h

wdt_enable_in_ps#

uint8_t sl_si91x_nwp_configuration_t::wdt_enable_in_ps

Enable watchdog timer in power save mode.


Definition at line 274 of file components/device/silabs/si91x/wireless/inc/sl_si91x_driver.h

values#

union sl_si91x_nwp_configuration_t::@0 sl_si91x_nwp_configuration_t::values

Values.


Definition at line 276 of file components/device/silabs/si91x/wireless/inc/sl_si91x_driver.h