Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/ports/stm32/
H A Drfcore.c198 STATIC ipcc_device_info_table_t ipcc_mem_dev_info_tab; // mem1 variable
253 tab->p_device_info_table = &ipcc_mem_dev_info_tab; in ipcc_init()
729 return mp_obj_new_int_from_uint(ipcc_mem_dev_info_tab.fus.table_state); in rfcore_status()
741 if (ipcc_mem_dev_info_tab.fus.table_state == MAGIC_IPCC_MEM_INCORRECT) { in rfcore_fw_version()
745 bool fus_active = ipcc_mem_dev_info_tab.fus.table_state == MAGIC_FUS_ACTIVE; in rfcore_fw_version()
749 … v = fus_active ? ipcc_mem_dev_info_tab.fus.fus_version : ipcc_mem_dev_info_tab.ws.fus_version; in rfcore_fw_version()
752 v = fus_active ? ipcc_mem_dev_info_tab.fus.ws_version : ipcc_mem_dev_info_tab.ws.fw_version; in rfcore_fw_version()
759 if (ipcc_mem_dev_info_tab.fus.table_state == MAGIC_IPCC_MEM_INCORRECT) { in rfcore_sys_hci()