/hal_espressif-latest/zephyr/esp32c6/src/ |
D | soc_flash_init.c | 127 const char *str; in print_flash_info() local 131 str = "40MHz"; in print_flash_info() 134 str = "26.7MHz"; in print_flash_info() 137 str = "20MHz"; in print_flash_info() 140 str = "80MHz"; in print_flash_info() 143 str = "20MHz"; in print_flash_info() 146 ESP_EARLY_LOGI(TAG, "SPI Speed : %s", str); in print_flash_info() 154 str = "QIO"; in print_flash_info() 156 str = "QOUT"; in print_flash_info() 158 str = "DIO"; in print_flash_info() [all …]
|
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/ |
D | bootloader_flash_config_esp32c6.c | 120 const char *str; in print_flash_info() local 123 str = "40MHz"; in print_flash_info() 126 str = "26.7MHz"; in print_flash_info() 129 str = "20MHz"; in print_flash_info() 132 str = "80MHz"; in print_flash_info() 135 str = "20MHz"; in print_flash_info() 138 ESP_EARLY_LOGI(TAG, "SPI Speed : %s", str); in print_flash_info() 144 str = "QIO"; in print_flash_info() 146 str = "QOUT"; in print_flash_info() 148 str = "DIO"; in print_flash_info() [all …]
|
D | bootloader_flash_config_esp32h2.c | 127 const char *str; in print_flash_info() local 130 str = "32MHz"; in print_flash_info() 133 str = "21.3MHz"; in print_flash_info() 136 str = "16MHz"; in print_flash_info() 139 str = "64MHz"; in print_flash_info() 142 str = "16MHz"; in print_flash_info() 145 ESP_EARLY_LOGI(TAG, "SPI Speed : %s", str); in print_flash_info() 151 str = "QIO"; in print_flash_info() 153 str = "QOUT"; in print_flash_info() 155 str = "DIO"; in print_flash_info() [all …]
|
D | bootloader_flash_config_esp32s2.c | 169 const char *str; in print_flash_info() local 172 str = "40MHz"; in print_flash_info() 175 str = "26.7MHz"; in print_flash_info() 178 str = "20MHz"; in print_flash_info() 181 str = "80MHz"; in print_flash_info() 184 str = "20MHz"; in print_flash_info() 187 ESP_EARLY_LOGI(TAG, "SPI Speed : %s", str); in print_flash_info() 193 str = "QIO"; in print_flash_info() 195 str = "QOUT"; in print_flash_info() 197 str = "DIO"; in print_flash_info() [all …]
|
D | bootloader_flash_config_esp32s3.c | 176 const char *str; in print_flash_info() local 179 str = "40MHz"; in print_flash_info() 182 str = "26.7MHz"; in print_flash_info() 185 str = "20MHz"; in print_flash_info() 188 str = "80MHz"; in print_flash_info() 191 str = "20MHz"; in print_flash_info() 194 ESP_EARLY_LOGI(TAG, "Boot SPI Speed : %s", str); in print_flash_info() 200 str = "QIO"; in print_flash_info() 202 str = "QOUT"; in print_flash_info() 204 str = "DIO"; in print_flash_info() [all …]
|
D | bootloader_flash_config_esp32c2.c | 144 const char *str; in print_flash_info() local 147 str = "30MHz"; in print_flash_info() 150 str = "20MHz"; in print_flash_info() 153 str = "15MHz"; in print_flash_info() 156 str = "60MHz"; in print_flash_info() 159 str = "15MHz"; in print_flash_info() 162 ESP_EARLY_LOGI(TAG, "SPI Speed : %s", str); in print_flash_info() 168 str = "QIO"; in print_flash_info() 170 str = "QOUT"; in print_flash_info() 172 str = "DIO"; in print_flash_info() [all …]
|
D | bootloader_flash_config_esp32c3.c | 155 const char *str; in print_flash_info() local 158 str = "40MHz"; in print_flash_info() 161 str = "26.7MHz"; in print_flash_info() 164 str = "20MHz"; in print_flash_info() 167 str = "80MHz"; in print_flash_info() 170 str = "20MHz"; in print_flash_info() 173 ESP_EARLY_LOGI(TAG, "SPI Speed : %s", str); in print_flash_info() 179 str = "QIO"; in print_flash_info() 181 str = "QOUT"; in print_flash_info() 183 str = "DIO"; in print_flash_info() [all …]
|
D | bootloader_flash_config_esp32.c | 289 const char *str; in print_flash_info() local 292 str = "40MHz"; in print_flash_info() 295 str = "26.7MHz"; in print_flash_info() 298 str = "20MHz"; in print_flash_info() 301 str = "80MHz"; in print_flash_info() 304 str = "20MHz"; in print_flash_info() 307 ESP_EARLY_LOGI(TAG, "SPI Speed : %s", str); in print_flash_info() 313 str = "QIO"; in print_flash_info() 315 str = "QOUT"; in print_flash_info() 317 str = "DIO"; in print_flash_info() [all …]
|
/hal_espressif-latest/zephyr/esp32s3/src/ |
D | soc_flash_init.c | 120 const char *str; in print_flash_info() local 124 str = "40MHz"; in print_flash_info() 127 str = "26.7MHz"; in print_flash_info() 130 str = "20MHz"; in print_flash_info() 133 str = "80MHz"; in print_flash_info() 136 str = "20MHz"; in print_flash_info() 139 ESP_EARLY_LOGI(TAG, "Boot SPI Speed : %s", str); in print_flash_info() 147 str = "QIO"; in print_flash_info() 149 str = "QOUT"; in print_flash_info() 151 str = "DIO"; in print_flash_info() [all …]
|
/hal_espressif-latest/zephyr/esp32s2/src/ |
D | soc_flash_init.c | 110 const char *str; in print_flash_info() local 114 str = "40MHz"; in print_flash_info() 117 str = "26.7MHz"; in print_flash_info() 120 str = "20MHz"; in print_flash_info() 123 str = "80MHz"; in print_flash_info() 126 str = "20MHz"; in print_flash_info() 129 ESP_EARLY_LOGI(TAG, "SPI Speed : %s", str); in print_flash_info() 137 str = "QIO"; in print_flash_info() 139 str = "QOUT"; in print_flash_info() 141 str = "DIO"; in print_flash_info() [all …]
|
/hal_espressif-latest/zephyr/esp32c2/src/ |
D | soc_flash_init.c | 145 const char *str; in print_flash_info() local 149 str = "30MHz"; in print_flash_info() 152 str = "20MHz"; in print_flash_info() 155 str = "15MHz"; in print_flash_info() 158 str = "60MHz"; in print_flash_info() 161 str = "15MHz"; in print_flash_info() 164 ESP_EARLY_LOGI(TAG, "SPI Speed : %s", str); in print_flash_info() 172 str = "QIO"; in print_flash_info() 174 str = "QOUT"; in print_flash_info() 176 str = "DIO"; in print_flash_info() [all …]
|
/hal_espressif-latest/zephyr/esp32c3/src/ |
D | soc_flash_init.c | 163 const char *str; in print_flash_info() local 167 str = "40MHz"; in print_flash_info() 170 str = "26.7MHz"; in print_flash_info() 173 str = "20MHz"; in print_flash_info() 176 str = "80MHz"; in print_flash_info() 179 str = "20MHz"; in print_flash_info() 182 ESP_EARLY_LOGI(TAG, "SPI Speed : %s", str); in print_flash_info() 190 str = "QIO"; in print_flash_info() 192 str = "QOUT"; in print_flash_info() 194 str = "DIO"; in print_flash_info() [all …]
|
/hal_espressif-latest/zephyr/esp32/src/ |
D | soc_flash_init.c | 258 const char *str; in print_flash_info() local 262 str = "40MHz"; in print_flash_info() 265 str = "26.7MHz"; in print_flash_info() 268 str = "20MHz"; in print_flash_info() 271 str = "80MHz"; in print_flash_info() 274 str = "20MHz"; in print_flash_info() 277 ESP_EARLY_LOGI(TAG, "SPI Speed : %s", str); in print_flash_info() 285 str = "QIO"; in print_flash_info() 287 str = "QOUT"; in print_flash_info() 289 str = "DIO"; in print_flash_info() [all …]
|
/hal_espressif-latest/components/wpa_supplicant/src/utils/ |
D | common.c | 196 size_t printf_decode(u8 *buf, size_t maxlen, const char *str) in printf_decode() argument 198 const char *pos = str; in printf_decode() 316 char *str; in wpa_config_parse_string() local 322 str = dup_binstr(value, *len); in wpa_config_parse_string() 323 if (str == NULL) in wpa_config_parse_string() 325 return str; in wpa_config_parse_string() 328 char *tstr, *str; in wpa_config_parse_string() local 339 str = os_malloc(tlen + 1); in wpa_config_parse_string() 340 if (str == NULL) { in wpa_config_parse_string() 345 *len = printf_decode((u8 *) str, tlen + 1, tstr); in wpa_config_parse_string() [all …]
|
D | json.c | 67 char *str, *spos, *s_end; in json_parse_string() local 75 str = os_malloc(buf_len); in json_parse_string() 76 if (!str) in json_parse_string() 78 spos = str; in json_parse_string() 79 s_end = str + buf_len; in json_parse_string() 86 idx = spos - str; in json_parse_string() 90 tmp = os_realloc(str, buf_len); in json_parse_string() 93 str = tmp; in json_parse_string() 94 spos = str + idx; in json_parse_string() 95 s_end = str + buf_len; in json_parse_string() [all …]
|
D | uuid.c | 14 int uuid_str2bin(const char *str, u8 *bin) in uuid_str2bin() argument 19 pos = str; in uuid_str2bin() 49 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) in uuid_bin2str() argument 52 len = snprintf(str, max_len, "%02x%02x%02x%02x-%02x%02x-%02x%02x-" in uuid_bin2str()
|
/hal_espressif-latest/tools/ci/ |
D | check_callgraph.py | 24 def __init__(self, name: str, rtl_filename: str, tu_filename: str) -> None: argument 28 self.calls: List[str] = list() 29 self.refs: List[str] = list() 34 def __init__(self, name: str, addr: int, size: int) -> None: argument 39 def __str__(self) -> str: 46 TARGET_SECTIONS: Dict[str, List[SectionAddressRange]] = { 63 …def __init__(self, name: str, addr: int, local: bool, filename: Optional[str], section: Optional[s… argument 72 def __str__(self) -> str: 87 def __str__(self) -> str: 99 def __init__(self, pair: str) -> None: argument [all …]
|
/hal_espressif-latest/components/mbedtls/port/ |
D | mbedtls_debug.c | 20 const char *str); 55 const char *str) in mbedtls_esp_debug() argument 70 ESP_LOGW(TAG, "%s:%d %s", file, line, str); in mbedtls_esp_debug() 73 ESP_LOGI(TAG, "%s:%d %s", file, line, str); in mbedtls_esp_debug() 76 ESP_LOGD(TAG, "%s:%d %s", file, line, str); in mbedtls_esp_debug() 79 ESP_LOGV(TAG, "%s:%d %s", file, line, str); in mbedtls_esp_debug() 82 ESP_LOGE(TAG, "Unexpected log level %d: %s", level, str); in mbedtls_esp_debug()
|
/hal_espressif-latest/components/wpa_supplicant/src/wps/ |
D | wps_dev_attr.c | 260 static int wps_process_manufacturer(struct wps_device_data *dev, const u8 *str, in wps_process_manufacturer() argument 263 if (str == NULL) { in wps_process_manufacturer() 268 wpa_hexdump_ascii(MSG_DEBUG, "WPS: Manufacturer", str, str_len); in wps_process_manufacturer() 271 dev->manufacturer = dup_binstr(str, str_len); in wps_process_manufacturer() 279 static int wps_process_model_name(struct wps_device_data *dev, const u8 *str, in wps_process_model_name() argument 282 if (str == NULL) { in wps_process_model_name() 287 wpa_hexdump_ascii(MSG_DEBUG, "WPS: Model Name", str, str_len); in wps_process_model_name() 290 dev->model_name = dup_binstr(str, str_len); in wps_process_model_name() 298 static int wps_process_model_number(struct wps_device_data *dev, const u8 *str, in wps_process_model_number() argument 301 if (str == NULL) { in wps_process_model_number() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/include/ |
D | oi_utils.h | 132 OI_BOOL OI_ParseBdAddr(const OI_CHAR *str, 264 OI_INT OI_atoi(const OI_CHAR *str); 280 const OI_CHAR *OI_ScanInt(const OI_CHAR *str, 297 const OI_CHAR *OI_ScanUInt(const OI_CHAR *str, 310 const OI_CHAR *OI_ScanStr(const OI_CHAR *str, 330 const OI_CHAR *OI_ScanAlt(const OI_CHAR *str, 345 const OI_CHAR *OI_ScanBdAddr(const OI_CHAR *str,
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/ |
D | mesh_util.c | 22 char *str = NULL; in bt_hex() local 25 str = hexbufs[curbuf++]; in bt_hex() 31 str[i * 2] = hex[b[i] >> 4]; in bt_hex() 32 str[i * 2 + 1] = hex[b[i] & 0xf]; in bt_hex() 35 str[i * 2] = '\0'; in bt_hex() 37 return str; in bt_hex()
|
/hal_espressif-latest/components/newlib/ |
D | abort.c | 30 const char *str[] = { ERR_STR1, addr_buf, ERR_STR2, core_buf }; in abort() local 34 for (size_t i = 0; i < sizeof(str) / sizeof(str[0]); i++) { in abort() 35 strcat(dest, str[i]); in abort()
|
D | assert.c | 68 const char *str[] = {ASSERT_STR, func ? func : "\b", " ", file, ":", lbuf, " (", expr, ")"}; in __assert_func() 70 for (int i = 0; i < sizeof(str) / sizeof(str[0]); i++) { in __assert_func() 71 uint32_t len = strlen(str[i]); in __assert_func() 73 memcpy(buff + off, str[i], cpy_len); in __assert_func()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/ |
D | bta_ag_cmd.c | 527 char str[12]; in bta_ag_send_ind() local 528 char *p = str; in bta_ag_send_ind() 584 bta_ag_send_result(p_scb, BTA_AG_RES_CIEV, str, 0); in bta_ag_send_ind() 827 BCM_STRNCPY_S(val.str, p_arg, BTA_AG_AT_MAX_LEN); in bta_ag_at_hsp_cback() 828 val.str[BTA_AG_AT_MAX_LEN] = '\0'; in bta_ag_at_hsp_cback() 865 BCM_STRNCPY_S(val.str, p_arg, BTA_AG_AT_MAX_LEN); in bta_ag_at_hfp_cback() 866 val.str[BTA_AG_AT_MAX_LEN] = '\0'; in bta_ag_at_hfp_cback() 915 while ((val.str[dst] = p_arg[src]) != '\0') { in bta_ag_at_hfp_cback() 916 if (val.str[dst] == ';') { in bta_ag_at_hfp_cback() 917 val.str[dst] = '\0'; in bta_ag_at_hfp_cback() [all …]
|
/hal_espressif-latest/components/esp_system/ |
D | check_system_init_priorities.py | 26 def __init__(self, filename: str, func: str, affinity: str, priority: int) -> None: argument 32 def __str__(self) -> str: 77 startup_entries_lines = [str(entry) for entry in startup_entries]
|