Searched refs:refs (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-3.7.0/components/esp_hw_support/ |
D | modem_clock.c | 48 int16_t refs; member 132 … [MODEM_CLOCK_FE] = { .refs = 0, .configure = modem_clock_fe_configure }, in MODEM_CLOCK_instance() 133 … [MODEM_CLOCK_COEXIST] = { .refs = 0, .configure = modem_clock_coex_configure }, in MODEM_CLOCK_instance() 134 … [MODEM_CLOCK_I2C_MASTER] = { .refs = 0, .configure = modem_clock_i2c_master_configure }, in MODEM_CLOCK_instance() 136 … [MODEM_CLOCK_WIFI_MAC] = { .refs = 0, .configure = modem_clock_wifi_mac_configure }, in MODEM_CLOCK_instance() 137 … [MODEM_CLOCK_WIFI_BB] = { .refs = 0, .configure = modem_clock_wifi_bb_configure }, in MODEM_CLOCK_instance() 139 … [MODEM_CLOCK_ETM] = { .refs = 0, .configure = modem_clock_etm_configure }, in MODEM_CLOCK_instance() 141 … [MODEM_CLOCK_BLE_MAC] = { .refs = 0, .configure = modem_clock_ble_mac_configure }, in MODEM_CLOCK_instance() 142 … [MODEM_CLOCK_BLE_BB] = { .refs = 0, .configure = modem_clock_ble_bb_configure }, in MODEM_CLOCK_instance() 145 … [MODEM_CLOCK_802154_MAC] = { .refs = 0, .configure = modem_clock_ieee802154_mac_configure }, in MODEM_CLOCK_instance() [all …]
|
D | sleep_modes.c | 190 int16_t refs; member 221 .refs = 0 1630 int refs = (option == ESP_PD_OPTION_ON) ? s_config.domain[domain].refs++ \ in esp_sleep_pd_config() local 1631 : (option == ESP_PD_OPTION_OFF) ? --s_config.domain[domain].refs \ in esp_sleep_pd_config() 1632 : s_config.domain[domain].refs; in esp_sleep_pd_config() 1633 if (refs == 0) { in esp_sleep_pd_config() 1637 assert(refs >= 0); in esp_sleep_pd_config()
|
D | sleep_retention.c | 527 int refs = s_retention.extra_refs; in sleep_retention_do_extra_retention() local 529 assert(refs >= 0 && refs <= cnt_modules); in sleep_retention_do_extra_retention()
|
/hal_espressif-3.7.0/tools/ci/ |
D | check_callgraph.py | 29 self.refs: List[str] = list() 187 if call_matching_pairs and last_function and last_function.refs: 189 ignored_symbols = [ref for ref in last_function.refs if pair.symbol in ref] 192 … last_function.refs = [ref for ref in last_function.refs if last_ref != ref] 202 if target not in last_function.refs: 203 last_function.refs.append(target) 280 refs: List[Reference] = [] 301 for target_rtl_func_name in source_rtl_func.calls + source_rtl_func.refs: 316 refs.append(Reference(sym_from, sym_to)) 320 return symbols, refs [all …]
|
/hal_espressif-3.7.0/components/esp_mm/test_apps/mm/ |
D | CMakeLists.txt | 14 find-refs
|
/hal_espressif-3.7.0/components/esp_mm/test_apps/mmap_hw/ |
D | CMakeLists.txt | 14 find-refs
|
/hal_espressif-3.7.0/components/esp_adc/test_apps/adc/ |
D | CMakeLists.txt | 14 find-refs
|
/hal_espressif-3.7.0/components/heap/test_apps/heap_tests/ |
D | CMakeLists.txt | 13 find-refs
|