Home
last modified time | relevance | path

Searched refs:boot_command (Results 1 – 1 of 1) sorted by relevance

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/src/
Dsl_si91x_driver.c1384 uint16_t boot_command = 0; in sli_wifi_select_option() local
1389 status = sl_si91x_bus_write_memory(RSI_HOST_INTF_REG_OUT, 2, (uint8_t *)&boot_command); in sli_wifi_select_option()
1393 boot_command = RSI_HOST_INTERACT_REG_VALID_FW | configuration; in sli_wifi_select_option()
1395 boot_command = RSI_HOST_INTERACT_REG_VALID | configuration; in sli_wifi_select_option()
1399 boot_command |= M4_FW_IMAGE_NUMBER; in sli_wifi_select_option()
1403 status = sl_si91x_bus_write_memory(RSI_HOST_INTF_REG_IN, 2, (uint8_t *)&boot_command); in sli_wifi_select_option()
1433 boot_command = RSI_HOST_INTERACT_REG_VALID_FW | SELECT_DEFAULT_NWP_FW_IMAGE_NUMBER; in sli_wifi_select_option()
1434 … status = sl_si91x_bus_write_memory(RSI_HOST_INTF_REG_IN, 2, (uint8_t *)&boot_command); in sli_wifi_select_option()
1448 boot_command = RSI_HOST_INTERACT_REG_VALID_FW | configuration; in sli_wifi_select_option()
1449 … status = sl_si91x_bus_write_memory(RSI_HOST_INTF_REG_IN, 2, (uint8_t *)&boot_command); in sli_wifi_select_option()