Searched refs:nwp_config (Results 1 – 2 of 2) sorted by relevance
473 sl_si91x_nwp_configuration_t nwp_config; in sl_si91x_driver_init() local476 memset(&nwp_config, 0, sizeof(sl_si91x_nwp_configuration_t)); in sl_si91x_driver_init()477 nwp_config.code = SL_SI91X_ENABLE_NWP_WDT_FROM_HOST; in sl_si91x_driver_init()478 nwp_config.values.wdt_timer_val = 0x20; in sl_si91x_driver_init()479 nwp_config.values.wdt_enable_in_ps = 0; in sl_si91x_driver_init()480 status = sl_si91x_set_nwp_config_request(nwp_config); in sl_si91x_driver_init()2635 sl_status_t sl_si91x_set_nwp_config_request(sl_si91x_nwp_configuration_t nwp_config) in sl_si91x_set_nwp_config_request() argument2639 …if ((nwp_config.code & SL_SI91X_XO_CTUNE_FROM_HOST) || (nwp_config.code & SL_SI91X_ENABLE_NWP_WDT_… in sl_si91x_set_nwp_config_request()2640 || (nwp_config.code & SL_SI91X_DISABLE_NWP_WDT_FROM_HOST)) { in sl_si91x_set_nwp_config_request()2643 &nwp_config, in sl_si91x_set_nwp_config_request()[all …]
597 sl_status_t sl_si91x_set_nwp_config_request(sl_si91x_nwp_configuration_t nwp_config);617 sl_status_t sl_si91x_get_nwp_config(const sl_si91x_nwp_get_configuration_t *nwp_config, uint8_t *re…