Home
last modified time | relevance | path

Searched refs:config (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/hal_espressif-latest/components/soc/esp32s2/include/soc/
DKconfig.soc_caps.in6 config SOC_ADC_SUPPORTED
10 config SOC_DAC_SUPPORTED
14 config SOC_UART_SUPPORTED
18 config SOC_TWAI_SUPPORTED
22 config SOC_CP_DMA_SUPPORTED
26 config SOC_DEDICATED_GPIO_SUPPORTED
30 config SOC_GPTIMER_SUPPORTED
34 config SOC_SUPPORTS_SECURE_DL_MODE
38 config SOC_ULP_FSM_SUPPORTED
42 config SOC_RISCV_COPROC_SUPPORTED
[all …]
/hal_espressif-latest/components/soc/esp32c6/include/soc/
DKconfig.soc_caps.in6 config SOC_ADC_SUPPORTED
10 config SOC_DEDICATED_GPIO_SUPPORTED
14 config SOC_UART_SUPPORTED
18 config SOC_GDMA_SUPPORTED
22 config SOC_GPTIMER_SUPPORTED
26 config SOC_PCNT_SUPPORTED
30 config SOC_MCPWM_SUPPORTED
34 config SOC_TWAI_SUPPORTED
38 config SOC_ETM_SUPPORTED
42 config SOC_PARLIO_SUPPORTED
[all …]
/hal_espressif-latest/components/soc/esp32s3/include/soc/
DKconfig.soc_caps.in6 config SOC_MPU_CONFIGURABLE_REGIONS_SUPPORTED
10 config SOC_MPU_MIN_REGION_SIZE
14 config SOC_MPU_REGIONS_MAX_NUM
18 config SOC_MPU_REGION_RO_SUPPORTED
22 config SOC_MPU_REGION_WO_SUPPORTED
26 config SOC_ADC_SUPPORTED
30 config SOC_UART_SUPPORTED
34 config SOC_PCNT_SUPPORTED
38 config SOC_WIFI_SUPPORTED
42 config SOC_TWAI_SUPPORTED
[all …]
/hal_espressif-latest/components/soc/esp32h2/include/soc/
DKconfig.soc_caps.in6 config SOC_CAPS_ECO_VER_MAX
10 config SOC_ADC_SUPPORTED
14 config SOC_ANA_CMPR_SUPPORTED
18 config SOC_DEDICATED_GPIO_SUPPORTED
22 config SOC_UART_SUPPORTED
26 config SOC_GDMA_SUPPORTED
30 config SOC_ASYNC_MEMCPY_SUPPORTED
34 config SOC_PCNT_SUPPORTED
38 config SOC_MCPWM_SUPPORTED
42 config SOC_TWAI_SUPPORTED
[all …]
/hal_espressif-latest/components/soc/esp32/include/soc/
DKconfig.soc_caps.in6 config SOC_BROWNOUT_RESET_SUPPORTED
10 config SOC_TWAI_BRP_DIV_SUPPORTED
14 config SOC_DPORT_WORKAROUND
18 config SOC_CAPS_ECO_VER_MAX
22 config SOC_ADC_SUPPORTED
26 config SOC_DAC_SUPPORTED
30 config SOC_UART_SUPPORTED
34 config SOC_MCPWM_SUPPORTED
38 config SOC_GPTIMER_SUPPORTED
42 config SOC_SDMMC_HOST_SUPPORTED
[all …]
/hal_espressif-latest/components/soc/esp32c3/include/soc/
DKconfig.soc_caps.in6 config SOC_ADC_SUPPORTED
10 config SOC_DEDICATED_GPIO_SUPPORTED
14 config SOC_UART_SUPPORTED
18 config SOC_GDMA_SUPPORTED
22 config SOC_GPTIMER_SUPPORTED
26 config SOC_TWAI_SUPPORTED
30 config SOC_BT_SUPPORTED
34 config SOC_ASYNC_MEMCPY_SUPPORTED
38 config SOC_USB_SERIAL_JTAG_SUPPORTED
42 config SOC_TEMP_SENSOR_SUPPORTED
[all …]
/hal_espressif-latest/components/soc/esp32c2/include/soc/
DKconfig.soc_caps.in6 config SOC_ADC_SUPPORTED
10 config SOC_DEDICATED_GPIO_SUPPORTED
14 config SOC_UART_SUPPORTED
18 config SOC_GDMA_SUPPORTED
22 config SOC_GPTIMER_SUPPORTED
26 config SOC_BT_SUPPORTED
30 config SOC_WIFI_SUPPORTED
34 config SOC_ASYNC_MEMCPY_SUPPORTED
38 config SOC_SUPPORTS_SECURE_DL_MODE
42 config SOC_EFUSE_KEY_PURPOSE_FIELD
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_config.c29 static config_t *config; variable
40 if ((status = config_has_key_in_section(config, key_type, value_str)) == true) { in btc_compare_address_key_value()
41 config_remove_section(config, section); in btc_compare_address_key_value()
66 config = config_new(CONFIG_FILE_PATH); in btc_config_init()
67 if (!config) { in btc_config_init()
69 config = config_new_empty(); in btc_config_init()
70 if (!config) { in btc_config_init()
75 if (config_save(config, CONFIG_FILE_PATH)) { in btc_config_init()
82 config_free(config); in btc_config_init()
84 config = NULL; in btc_config_init()
[all …]
/hal_espressif-latest/components/esp_rom/esp32s3/
DKconfig.soc_caps.in6 config ESP_ROM_HAS_CRC_LE
10 config ESP_ROM_HAS_CRC_BE
14 config ESP_ROM_HAS_MZ_CRC32
18 config ESP_ROM_HAS_JPEG_DECODE
22 config ESP_ROM_UART_CLK_IS_XTAL
26 config ESP_ROM_HAS_RETARGETABLE_LOCKING
30 config ESP_ROM_USB_OTG_NUM
34 config ESP_ROM_USB_SERIAL_DEVICE_NUM
38 config ESP_ROM_HAS_ERASE_0_REGION_BUG
42 config ESP_ROM_HAS_ENCRYPTED_WRITES_USING_LEGACY_DRV
[all …]
/hal_espressif-latest/components/esp_rom/esp32c6/
DKconfig.soc_caps.in6 config ESP_ROM_HAS_CRC_LE
10 config ESP_ROM_HAS_CRC_BE
14 config ESP_ROM_HAS_JPEG_DECODE
18 config ESP_ROM_UART_CLK_IS_XTAL
22 config ESP_ROM_USB_SERIAL_DEVICE_NUM
26 config ESP_ROM_HAS_RETARGETABLE_LOCKING
30 config ESP_ROM_GET_CLK_FREQ
34 config ESP_ROM_HAS_RVFPLIB
38 config ESP_ROM_HAS_HAL_WDT
42 config ESP_ROM_HAS_HAL_SYSTIMER
[all …]
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap.c110 struct eap_peer_config *config, in eap_config_allowed_method() argument
116 if (config == NULL || config->eap_methods == NULL) in eap_config_allowed_method()
119 m = config->eap_methods; in eap_config_allowed_method()
177 struct eap_method_type * eap_get_phase2_types(struct eap_peer_config *config, in eap_get_phase2_types() argument
199 method == EAP_TYPE_TLS && config && in eap_get_phase2_types()
200 config->private_key2 == NULL) in eap_get_phase2_types()
352 struct eap_peer_config *config = eap_get_config(sm); in eap_sm_buildIdentity() local
357 if (config == NULL) { in eap_sm_buildIdentity()
368 } else if (!encrypted && config->anonymous_identity) { in eap_sm_buildIdentity()
369 identity = config->anonymous_identity; in eap_sm_buildIdentity()
[all …]
/hal_espressif-latest/components/esp_rom/esp32h2/
DKconfig.soc_caps.in6 config ESP_ROM_HAS_CRC_LE
10 config ESP_ROM_HAS_CRC_BE
14 config ESP_ROM_UART_CLK_IS_XTAL
18 config ESP_ROM_USB_SERIAL_DEVICE_NUM
22 config ESP_ROM_HAS_RETARGETABLE_LOCKING
26 config ESP_ROM_GET_CLK_FREQ
30 config ESP_ROM_HAS_HAL_WDT
34 config ESP_ROM_HAS_HAL_SYSTIMER
38 config ESP_ROM_HAS_HEAP_TLSF
42 config ESP_ROM_TLSF_CHECK_PATCH
[all …]
/hal_espressif-latest/components/esp_rom/esp32c3/
DKconfig.soc_caps.in6 config ESP_ROM_HAS_CRC_LE
10 config ESP_ROM_HAS_CRC_BE
14 config ESP_ROM_HAS_MZ_CRC32
18 config ESP_ROM_HAS_JPEG_DECODE
22 config ESP_ROM_UART_CLK_IS_XTAL
26 config ESP_ROM_USB_SERIAL_DEVICE_NUM
30 config ESP_ROM_HAS_RETARGETABLE_LOCKING
34 config ESP_ROM_HAS_ERASE_0_REGION_BUG
38 config ESP_ROM_HAS_ENCRYPTED_WRITES_USING_LEGACY_DRV
42 config ESP_ROM_GET_CLK_FREQ
[all …]
/hal_espressif-latest/components/bt/common/osi/include/osi/
Dconfig.h50 void config_free(config_t *config);
55 bool config_has_section(const config_t *config, const char *section);
59 bool config_has_key(const config_t *config, const char *section, const char *key);
63 bool config_has_key_in_section(config_t *config, const char *key, char *key_value);
69 int config_get_int(const config_t *config, const char *section, const char *key, int def_value);
74 bool config_get_bool(const config_t *config, const char *section, const char *key, bool def_value);
80 const char *config_get_string(const config_t *config, const char *section, const char *key, const c…
85 void config_set_int(config_t *config, const char *section, const char *key, int value);
90 void config_set_bool(config_t *config, const char *section, const char *key, bool value);
95 void config_set_string(config_t *config, const char *section, const char *key, const char *value, b…
[all …]
/hal_espressif-latest/components/bt/common/osi/
Dconfig.c43 static void config_parse(nvs_handle_t fp, config_t *config);
47 static section_t *section_find(const config_t *config, const char *section);
51 static entry_t *entry_find(const config_t *config, const char *section, const char *key);
55 config_t *config = osi_calloc(sizeof(config_t)); in config_new_empty() local
56 if (!config) { in config_new_empty()
61 config->sections = list_new(section_free); in config_new_empty()
62 if (!config->sections) { in config_new_empty()
67 return config; in config_new_empty()
70 config_free(config); in config_new_empty()
78 config_t *config = config_new_empty(); in config_new() local
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/
DKconfig.in1 config BT_BTC_TASK_STACK_SIZE
15 config BT_BLUEDROID_PINNED_TO_CORE_0
17 config BT_BLUEDROID_PINNED_TO_CORE_1
22 config BT_BLUEDROID_PINNED_TO_CORE
29 config BT_BTU_TASK_STACK_SIZE
36 config BT_BLUEDROID_MEM_DEBUG
43 config BT_CLASSIC_ENABLED
50 config BT_CLASSIC_BQB_ENABLED
57 config BT_A2DP_ENABLE
64 config BT_SPP_ENABLED
[all …]
/hal_espressif-latest/components/esp_rom/esp32c2/
DKconfig.soc_caps.in6 config ESP_ROM_HAS_CRC_LE
10 config ESP_ROM_HAS_CRC_BE
14 config ESP_ROM_UART_CLK_IS_XTAL
18 config ESP_ROM_HAS_RETARGETABLE_LOCKING
22 config ESP_ROM_GET_CLK_FREQ
26 config ESP_ROM_HAS_RVFPLIB
30 config ESP_ROM_HAS_HAL_WDT
34 config ESP_ROM_HAS_HAL_SYSTIMER
38 config ESP_ROM_HAS_HEAP_TLSF
42 config ESP_ROM_HAS_LAYOUT_TABLE
[all …]
/hal_espressif-latest/components/esp_hw_support/
Dsleep_system_peripheral.c42 …[0] = { .config = REGDMA_LINK_CONTINUOUS_INIT(REGDMA_INTMTX_LINK(0), DR_REG_INTERRUPT_MATRIX_BASE,… in sleep_sys_periph_intr_matrix_retention_init()
56 …[0] = { .config = REGDMA_LINK_CONTINUOUS_INIT(REGDMA_HPSYS_LINK(0), DR_REG_HP_SYSTEM_BASE, DR_REG_… in sleep_sys_periph_hp_system_retention_init()
71 …[0] = { .config = REGDMA_LINK_CONTINUOUS_INIT(REGDMA_TEEAPM_LINK(0), DR_REG_HP_APM_BASE, DR_REG_HP… in sleep_sys_periph_tee_apm_retention_init()
72 …[1] = { .config = REGDMA_LINK_CONTINUOUS_INIT(REGDMA_TEEAPM_LINK(1), DR_REG_TEE_BASE, DR_REG_TE… in sleep_sys_periph_tee_apm_retention_init()
78 …[0] = { .config = REGDMA_LINK_WRITE_INIT(REGDMA_TEEAPM_LINK(2), TEE_M4_MODE_CTRL_REG, 0x0, 0xfffff… in sleep_sys_periph_tee_apm_retention_init()
92 …[0] = { .config = REGDMA_LINK_CONTINUOUS_INIT(REGDMA_UART_LINK(0x00), UART_INT_RAW_REG(0), UART… in sleep_sys_periph_uart0_retention_init()
94 …[1] = { .config = REGDMA_LINK_WRITE_INIT (REGDMA_UART_LINK(0x01), UART_REG_UPDATE_REG(0), UART… in sleep_sys_periph_uart0_retention_init()
95 …[2] = { .config = REGDMA_LINK_WAIT_INIT (REGDMA_UART_LINK(0x02), UART_REG_UPDATE_REG(0), 0x0,… in sleep_sys_periph_uart0_retention_init()
110 …[0] = { .config = REGDMA_LINK_WRITE_INIT (REGDMA_TIMG_LINK(0x00), TIMG_WDTWPROTECT_REG(0), TIM… in sleep_sys_periph_tg0_retention_init()
111 …[1] = { .config = REGDMA_LINK_CONTINUOUS_INIT(REGDMA_TIMG_LINK(0x01), REG_TIMG_BASE(0), REG… in sleep_sys_periph_tg0_retention_init()
[all …]
/hal_espressif-latest/components/esp_netif/lwip/
Desp_netif_sntp.c47 esp_sntp_config_t * config = ctx; in sntp_init_api() local
48 …ESP_GOTO_ON_FALSE(config->num_of_servers <= SNTP_MAX_SERVERS, ESP_ERR_INVALID_ARG, err, TAG, "Trie… in sntp_init_api()
53 for (int i = 0; i < config->num_of_servers; ++i) { in sntp_init_api()
54 sntp_setservername(i, config->servers[i]); in sntp_init_api()
57 if (config->server_from_dhcp) { in sntp_init_api()
65 if (config->smooth_sync) { in sntp_init_api()
69 if (config->start) { in sntp_init_api()
91 esp_err_t esp_netif_sntp_init(const esp_sntp_config_t * config) in esp_netif_sntp_init() argument
95 … (config->renew_servers_after_new_IP ? config->num_of_servers * sizeof(char*) : 0)); in esp_netif_sntp_init()
97 if (config->wait_for_sync) { in esp_netif_sntp_init()
[all …]
/hal_espressif-latest/components/esp_adc/esp32c2/
Dadc_cali_line_fitting.c49 static esp_err_t check_valid(const adc_cali_line_fitting_config_t *config);
52 esp_err_t adc_cali_create_scheme_line_fitting(const adc_cali_line_fitting_config_t *config, adc_cal… in adc_cali_create_scheme_line_fitting() argument
55 … ESP_RETURN_ON_FALSE(config && ret_handle, ESP_ERR_INVALID_ARG, TAG, "invalid arg: null pointer"); in adc_cali_create_scheme_line_fitting()
56 ret = check_valid(config); in adc_cali_create_scheme_line_fitting()
75 chars->unit_id = config->unit_id; in adc_cali_create_scheme_line_fitting()
76 chars->atten = config->atten; in adc_cali_create_scheme_line_fitting()
122 static esp_err_t check_valid(const adc_cali_line_fitting_config_t *config) in check_valid() argument
124 …ESP_RETURN_ON_FALSE(config->unit_id < SOC_ADC_PERIPH_NUM, ESP_ERR_INVALID_ARG, TAG, "invalid ADC u… in check_valid()
125 …ESP_RETURN_ON_FALSE((config->atten == ADC_ATTEN_DB_0 || config->atten == ADC_ATTEN_DB_12), ESP_ERR… in check_valid()
126 if (config->atten == ADC_ATTEN_DB_0) { in check_valid()
[all …]
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
DKconfig.cache1 menu "Cache config"
11 config ESP32S3_INSTRUCTION_CACHE_16KB
13 config ESP32S3_INSTRUCTION_CACHE_32KB
17 config ESP32S3_INSTRUCTION_CACHE_SIZE
28 config ESP32S3_INSTRUCTION_CACHE_4WAYS
30 config ESP32S3_INSTRUCTION_CACHE_8WAYS
34 config ESP32S3_ICACHE_ASSOCIATED_WAYS
45 config ESP32S3_INSTRUCTION_CACHE_LINE_16B
48 config ESP32S3_INSTRUCTION_CACHE_LINE_32B
52 config ESP32S3_INSTRUCTION_CACHE_LINE_SIZE
[all …]
/hal_espressif-latest/components/bt/controller/esp32c2/
DKconfig.in8 config BT_LE_HCI_INTERFACE_USE_RAM
12 config BT_LE_HCI_INTERFACE_USE_UART
18 config BT_LE_HCI_UART_PORT
25 config BT_LE_HCI_UART_FLOWCTRL
30 config BT_LE_HCI_UART_TX_PIN
35 config BT_LE_HCI_UART_RX_PIN
40 config BT_LE_HCI_UART_RTS_PIN
45 config BT_LE_HCI_UART_CTS_PIN
50 config BT_LE_HCI_UART_BAUD
62 config BT_LE_HCI_UART_UART_PARITY_DISABLE
[all …]
/hal_espressif-latest/components/bt/host/nimble/
DKconfig.in15 config BT_NIMBLE_MEM_ALLOC_MODE_INTERNAL
18 config BT_NIMBLE_MEM_ALLOC_MODE_EXTERNAL
22 config BT_NIMBLE_MEM_ALLOC_MODE_DEFAULT
25 config BT_NIMBLE_MEM_ALLOC_MODE_IRAM_8BIT
42 verbosity can not exceed the level set in "Component config --> Log output
45 config BT_NIMBLE_LOG_LEVEL_NONE
47 config BT_NIMBLE_LOG_LEVEL_ERROR
49 config BT_NIMBLE_LOG_LEVEL_WARNING
51 config BT_NIMBLE_LOG_LEVEL_INFO
53 config BT_NIMBLE_LOG_LEVEL_DEBUG
[all …]
/hal_espressif-latest/tools/esptool_py/espsecure/esp_hsm_sign/
D__init__.py28 config = configparser.ConfigParser()
29 config.read(configfile)
32 if not config.has_section(section):
37 if not config.has_option(section, option):
42 if not config.has_option(section, "credentials"):
44 config.set(section, "credentials", hsm_pin)
46 return config[section]
49 def establish_session(config): argument
52 if os.path.exists(config["pkcs11_lib"]):
53 lib = pkcs11.lib(config["pkcs11_lib"])
[all …]
/hal_espressif-latest/tools/esptool_py/test/
Dconftest.py27 def pytest_configure(config): argument
30 arg_port = config.getoption("--port")
31 arg_chip = config.getoption("--chip")
35 arg_baud = config.getoption("--baud")
36 arg_trace = config.getoption("--with-trace")
37 arg_preload_port = config.getoption("--preload-port")
41 arg_reset_port = config.getoption("--reset-port")
44 config.addinivalue_line(
50 config.addinivalue_line(

12345678910>>...13