ESP-IDF 编程指南
Choose target...
Choose version...
快速入门
API 参考
H/W 硬件参考
API 指南
迁移指南
Libraries and Frameworks
贡献指南
ESP-IDF 版本简介
资源
Copyrights and Licenses
关于本指南
切换语言
ESP-IDF 编程指南
»
索引
在 GitHub 上修改
索引
符号
|
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
|
X
|
环
符号
[anonymous] (C++ enum)
,
[1]
[anonymous]::ESP_ERR_FLASH_NO_RESPONSE (C++ enumerator)
[anonymous]::ESP_ERR_FLASH_SIZE_NOT_MATCH (C++ enumerator)
[anonymous]::ESP_ERR_SLEEP_REJECT (C++ enumerator)
[anonymous]::ESP_ERR_SLEEP_TOO_SHORT_SLEEP_DURATION (C++ enumerator)
_
_ESP_LOG_EARLY_ENABLED (C macro)
_ip_addr (C++ struct)
_ip_addr::ip4 (C++ member)
_ip_addr::ip6 (C++ member)
_ip_addr::type (C++ member)
_ip_addr::u_addr (C++ member)
A
adc_atten_t (C++ enum)
adc_atten_t::ADC_ATTEN_DB_0 (C++ enumerator)
adc_atten_t::ADC_ATTEN_DB_11 (C++ enumerator)
adc_atten_t::ADC_ATTEN_DB_12 (C++ enumerator)
adc_atten_t::ADC_ATTEN_DB_2_5 (C++ enumerator)
adc_atten_t::ADC_ATTEN_DB_6 (C++ enumerator)
adc_bitwidth_t (C++ enum)
adc_bitwidth_t::ADC_BITWIDTH_10 (C++ enumerator)
adc_bitwidth_t::ADC_BITWIDTH_11 (C++ enumerator)
adc_bitwidth_t::ADC_BITWIDTH_12 (C++ enumerator)
adc_bitwidth_t::ADC_BITWIDTH_13 (C++ enumerator)
adc_bitwidth_t::ADC_BITWIDTH_9 (C++ enumerator)
adc_bitwidth_t::ADC_BITWIDTH_DEFAULT (C++ enumerator)
adc_cali_check_scheme (C++ function)
adc_cali_handle_t (C++ type)
adc_cali_raw_to_voltage (C++ function)
adc_cali_scheme_ver_t (C++ enum)
adc_cali_scheme_ver_t::ADC_CALI_SCHEME_VER_CURVE_FITTING (C++ enumerator)
adc_cali_scheme_ver_t::ADC_CALI_SCHEME_VER_LINE_FITTING (C++ enumerator)
adc_channel_t (C++ enum)
adc_channel_t::ADC_CHANNEL_0 (C++ enumerator)
adc_channel_t::ADC_CHANNEL_1 (C++ enumerator)
adc_channel_t::ADC_CHANNEL_2 (C++ enumerator)
adc_channel_t::ADC_CHANNEL_3 (C++ enumerator)
adc_channel_t::ADC_CHANNEL_4 (C++ enumerator)
adc_channel_t::ADC_CHANNEL_5 (C++ enumerator)
adc_channel_t::ADC_CHANNEL_6 (C++ enumerator)
adc_channel_t::ADC_CHANNEL_7 (C++ enumerator)
adc_channel_t::ADC_CHANNEL_8 (C++ enumerator)
adc_channel_t::ADC_CHANNEL_9 (C++ enumerator)
adc_continuous_callback_t (C++ type)
adc_continuous_channel_to_io (C++ function)
adc_continuous_config (C++ function)
adc_continuous_config_t (C++ struct)
adc_continuous_config_t::adc_pattern (C++ member)
adc_continuous_config_t::conv_mode (C++ member)
adc_continuous_config_t::format (C++ member)
adc_continuous_config_t::pattern_num (C++ member)
adc_continuous_config_t::sample_freq_hz (C++ member)
adc_continuous_deinit (C++ function)
adc_continuous_evt_cbs_t (C++ struct)
adc_continuous_evt_cbs_t::on_conv_done (C++ member)
adc_continuous_evt_cbs_t::on_pool_ovf (C++ member)
adc_continuous_evt_data_t (C++ struct)
adc_continuous_evt_data_t::conv_frame_buffer (C++ member)
adc_continuous_evt_data_t::size (C++ member)
adc_continuous_handle_cfg_t (C++ struct)
adc_continuous_handle_cfg_t::conv_frame_size (C++ member)
adc_continuous_handle_cfg_t::max_store_buf_size (C++ member)
adc_continuous_handle_t (C++ type)
adc_continuous_io_to_channel (C++ function)
adc_continuous_new_handle (C++ function)
adc_continuous_read (C++ function)
adc_continuous_register_event_callbacks (C++ function)
adc_continuous_start (C++ function)
adc_continuous_stop (C++ function)
adc_digi_clk_t (C++ struct)
adc_digi_clk_t::div_a (C++ member)
adc_digi_clk_t::div_b (C++ member)
adc_digi_clk_t::div_num (C++ member)
adc_digi_clk_t::use_apll (C++ member)
adc_digi_convert_mode_t (C++ enum)
adc_digi_convert_mode_t::ADC_CONV_ALTER_UNIT (C++ enumerator)
adc_digi_convert_mode_t::ADC_CONV_BOTH_UNIT (C++ enumerator)
adc_digi_convert_mode_t::ADC_CONV_SINGLE_UNIT_1 (C++ enumerator)
adc_digi_convert_mode_t::ADC_CONV_SINGLE_UNIT_2 (C++ enumerator)
adc_digi_output_data_t (C++ struct)
adc_digi_output_data_t::channel (C++ member)
adc_digi_output_data_t::data (C++ member)
adc_digi_output_data_t::type1 (C++ member)
adc_digi_output_data_t::type2 (C++ member)
adc_digi_output_data_t::unit (C++ member)
adc_digi_output_data_t::val (C++ member)
adc_digi_output_format_t (C++ enum)
adc_digi_output_format_t::ADC_DIGI_OUTPUT_FORMAT_TYPE1 (C++ enumerator)
adc_digi_output_format_t::ADC_DIGI_OUTPUT_FORMAT_TYPE2 (C++ enumerator)
adc_digi_pattern_config_t (C++ struct)
adc_digi_pattern_config_t::atten (C++ member)
adc_digi_pattern_config_t::bit_width (C++ member)
adc_digi_pattern_config_t::channel (C++ member)
adc_digi_pattern_config_t::unit (C++ member)
ADC_MAX_DELAY (C macro)
adc_oneshot_chan_cfg_t (C++ struct)
adc_oneshot_chan_cfg_t::atten (C++ member)
adc_oneshot_chan_cfg_t::bitwidth (C++ member)
adc_oneshot_channel_to_io (C++ function)
adc_oneshot_config_channel (C++ function)
adc_oneshot_del_unit (C++ function)
adc_oneshot_io_to_channel (C++ function)
adc_oneshot_new_unit (C++ function)
adc_oneshot_read (C++ function)
adc_oneshot_unit_handle_t (C++ type)
adc_oneshot_unit_init_cfg_t (C++ struct)
adc_oneshot_unit_init_cfg_t::ulp_mode (C++ member)
adc_oneshot_unit_init_cfg_t::unit_id (C++ member)
adc_ulp_mode_t (C++ enum)
adc_ulp_mode_t::ADC_ULP_MODE_DISABLE (C++ enumerator)
adc_ulp_mode_t::ADC_ULP_MODE_FSM (C++ enumerator)
adc_ulp_mode_t::ADC_ULP_MODE_RISCV (C++ enumerator)
adc_unit_t (C++ enum)
adc_unit_t::ADC_UNIT_1 (C++ enumerator)
adc_unit_t::ADC_UNIT_2 (C++ enumerator)
ALU_SEL_ADD (C macro)
ALU_SEL_AND (C macro)
ALU_SEL_LSH (C macro)
ALU_SEL_MOV (C macro)
ALU_SEL_OR (C macro)
ALU_SEL_RSH (C macro)
ALU_SEL_STAGE_DEC (C macro)
ALU_SEL_STAGE_INC (C macro)
ALU_SEL_STAGE_RST (C macro)
ALU_SEL_SUB (C macro)
async_memcpy_config_t (C++ struct)
async_memcpy_config_t::backlog (C++ member)
async_memcpy_config_t::flags (C++ member)
async_memcpy_config_t::psram_trans_align (C++ member)
async_memcpy_config_t::sram_trans_align (C++ member)
ASYNC_MEMCPY_DEFAULT_CONFIG (C macro)
async_memcpy_event_t (C++ struct)
async_memcpy_event_t::data (C++ member)
async_memcpy_isr_cb_t (C++ type)
async_memcpy_t (C++ type)
B
B_CMP_E (C macro)
B_CMP_G (C macro)
B_CMP_L (C macro)
BLE_ADDR_LEN (C macro)
BLE_UUID128_VAL_LENGTH (C macro)
bootloader_fill_random (C++ function)
bootloader_random_disable (C++ function)
bootloader_random_enable (C++ function)
bridgeif_config (C++ struct)
bridgeif_config::max_fdb_dyn_entries (C++ member)
bridgeif_config::max_fdb_sta_entries (C++ member)
bridgeif_config::max_ports (C++ member)
bridgeif_config_t (C++ type)
BS_CMP_GE (C macro)
BS_CMP_L (C macro)
BS_CMP_LE (C macro)
BX_JUMP_TYPE_DIRECT (C macro)
BX_JUMP_TYPE_OVF (C macro)
BX_JUMP_TYPE_ZERO (C macro)
C
CHIP_FEATURE_BLE (C macro)
CHIP_FEATURE_BT (C macro)
CHIP_FEATURE_EMB_FLASH (C macro)
CHIP_FEATURE_EMB_PSRAM (C macro)
CHIP_FEATURE_IEEE802154 (C macro)
CHIP_FEATURE_WIFI_BGN (C macro)
CONFIG_ESPTOOLPY_FLASHSIZE
CONFIG_FEATURE_11R_BIT (C macro)
CONFIG_FEATURE_CACHE_TX_BUF_BIT (C macro)
CONFIG_FEATURE_FTM_INITIATOR_BIT (C macro)
CONFIG_FEATURE_FTM_RESPONDER_BIT (C macro)
CONFIG_FEATURE_GCMP_BIT (C macro)
CONFIG_FEATURE_GMAC_BIT (C macro)
CONFIG_FEATURE_WIFI_ENT_BIT (C macro)
CONFIG_FEATURE_WPA3_SAE_BIT (C macro)
CONFIG_HEAP_TRACING_STACK_DEPTH (C macro)
D
DAC_CHANNEL_1_GPIO_NUM (C macro)
DAC_CHANNEL_2_GPIO_NUM (C macro)
dac_channel_t (C++ enum)
dac_channel_t::DAC_CHANNEL_1 (C++ enumerator)
dac_channel_t::DAC_CHANNEL_2 (C++ enumerator)
dac_channel_t::DAC_CHANNEL_MAX (C++ enumerator)
dac_cw_config_t (C++ struct)
dac_cw_config_t::en_ch (C++ member)
dac_cw_config_t::freq (C++ member)
dac_cw_config_t::offset (C++ member)
dac_cw_config_t::phase (C++ member)
dac_cw_config_t::scale (C++ member)
dac_cw_generator_config (C++ function)
dac_cw_generator_disable (C++ function)
dac_cw_generator_enable (C++ function)
dac_cw_phase_t (C++ enum)
dac_cw_phase_t::DAC_CW_PHASE_0 (C++ enumerator)
dac_cw_phase_t::DAC_CW_PHASE_180 (C++ enumerator)
dac_cw_scale_t (C++ enum)
dac_cw_scale_t::DAC_CW_SCALE_1 (C++ enumerator)
dac_cw_scale_t::DAC_CW_SCALE_2 (C++ enumerator)
dac_cw_scale_t::DAC_CW_SCALE_4 (C++ enumerator)
dac_cw_scale_t::DAC_CW_SCALE_8 (C++ enumerator)
dac_digi_config_t (C++ struct)
dac_digi_config_t::dig_clk (C++ member)
dac_digi_config_t::interval (C++ member)
dac_digi_config_t::mode (C++ member)
dac_digi_controller_config (C++ function)
dac_digi_convert_mode_t (C++ enum)
dac_digi_convert_mode_t::DAC_CONV_ALTER (C++ enumerator)
dac_digi_convert_mode_t::DAC_CONV_MAX (C++ enumerator)
dac_digi_convert_mode_t::DAC_CONV_NORMAL (C++ enumerator)
dac_digi_deinit (C++ function)
dac_digi_fifo_reset (C++ function)
dac_digi_init (C++ function)
dac_digi_reset (C++ function)
dac_digi_start (C++ function)
dac_digi_stop (C++ function)
DAC_GPIO17_CHANNEL (C macro)
DAC_GPIO18_CHANNEL (C macro)
dac_output_disable (C++ function)
dac_output_enable (C++ function)
dac_output_voltage (C++ function)
dac_pad_get_io_num (C++ function)
dedic_gpio_bundle_config_t (C++ struct)
dedic_gpio_bundle_config_t::array_size (C++ member)
dedic_gpio_bundle_config_t::flags (C++ member)
dedic_gpio_bundle_config_t::gpio_array (C++ member)
dedic_gpio_bundle_config_t::in_en (C++ member)
dedic_gpio_bundle_config_t::in_invert (C++ member)
dedic_gpio_bundle_config_t::out_en (C++ member)
dedic_gpio_bundle_config_t::out_invert (C++ member)
dedic_gpio_bundle_handle_t (C++ type)
dedic_gpio_bundle_read_in (C++ function)
dedic_gpio_bundle_read_out (C++ function)
dedic_gpio_bundle_set_interrupt_and_callback (C++ function)
dedic_gpio_bundle_write (C++ function)
dedic_gpio_del_bundle (C++ function)
dedic_gpio_get_in_mask (C++ function)
dedic_gpio_get_out_mask (C++ function)
dedic_gpio_intr_type_t (C++ enum)
dedic_gpio_intr_type_t::DEDIC_GPIO_INTR_BOTH_EDGE (C++ enumerator)
dedic_gpio_intr_type_t::DEDIC_GPIO_INTR_HIGH_LEVEL (C++ enumerator)
dedic_gpio_intr_type_t::DEDIC_GPIO_INTR_LOW_LEVEL (C++ enumerator)
dedic_gpio_intr_type_t::DEDIC_GPIO_INTR_NEG_EDGE (C++ enumerator)
dedic_gpio_intr_type_t::DEDIC_GPIO_INTR_NONE (C++ enumerator)
dedic_gpio_intr_type_t::DEDIC_GPIO_INTR_POS_EDGE (C++ enumerator)
dedic_gpio_isr_callback_t (C++ type)
dedic_gpio_new_bundle (C++ function)
DEFAULT_HTTP_BUF_SIZE (C macro)
dpp_bootstrap_type (C++ enum)
dpp_bootstrap_type::DPP_BOOTSTRAP_NFC_URI (C++ enumerator)
dpp_bootstrap_type::DPP_BOOTSTRAP_PKEX (C++ enumerator)
dpp_bootstrap_type::DPP_BOOTSTRAP_QR_CODE (C++ enumerator)
E
EFD_SUPPORT_ISR (C macro)
efuse_hal_chip_revision (C++ function)
efuse_hal_flash_encryption_enabled (C++ function)
efuse_hal_get_mac (C++ function)
efuse_hal_get_major_chip_version (C++ function)
efuse_hal_get_minor_chip_version (C++ function)
emac_rmii_clock_gpio_t (C++ enum)
emac_rmii_clock_gpio_t::EMAC_APPL_CLK_OUT_GPIO (C++ enumerator)
emac_rmii_clock_gpio_t::EMAC_CLK_IN_GPIO (C++ enumerator)
emac_rmii_clock_gpio_t::EMAC_CLK_OUT_180_GPIO (C++ enumerator)
emac_rmii_clock_gpio_t::EMAC_CLK_OUT_GPIO (C++ enumerator)
emac_rmii_clock_mode_t (C++ enum)
emac_rmii_clock_mode_t::EMAC_CLK_DEFAULT (C++ enumerator)
emac_rmii_clock_mode_t::EMAC_CLK_EXT_IN (C++ enumerator)
emac_rmii_clock_mode_t::EMAC_CLK_OUT (C++ enumerator)
eNotifyAction (C++ enum)
eNotifyAction::eIncrement (C++ enumerator)
eNotifyAction::eNoAction (C++ enumerator)
eNotifyAction::eSetBits (C++ enumerator)
eNotifyAction::eSetValueWithoutOverwrite (C++ enumerator)
eNotifyAction::eSetValueWithOverwrite (C++ enumerator)
eSleepModeStatus (C++ enum)
eSleepModeStatus::eAbortSleep (C++ enumerator)
eSleepModeStatus::eNoTasksWaitingTimeout (C++ enumerator)
eSleepModeStatus::eStandardSleep (C++ enumerator)
esp_alloc_failed_hook_t (C++ type)
ESP_APP_DESC_MAGIC_WORD (C macro)
esp_app_desc_t (C++ struct)
esp_app_desc_t::app_elf_sha256 (C++ member)
esp_app_desc_t::date (C++ member)
esp_app_desc_t::idf_ver (C++ member)
esp_app_desc_t::magic_word (C++ member)
esp_app_desc_t::project_name (C++ member)
esp_app_desc_t::reserv1 (C++ member)
esp_app_desc_t::reserv2 (C++ member)
esp_app_desc_t::secure_version (C++ member)
esp_app_desc_t::time (C++ member)
esp_app_desc_t::version (C++ member)
esp_app_get_description (C++ function)
esp_app_get_elf_sha256 (C++ function)
esp_apptrace_buffer_get (C++ function)
esp_apptrace_buffer_put (C++ function)
esp_apptrace_dest_t (C++ enum)
esp_apptrace_dest_t::ESP_APPTRACE_DEST_JTAG (C++ enumerator)
esp_apptrace_dest_t::ESP_APPTRACE_DEST_MAX (C++ enumerator)
esp_apptrace_dest_t::ESP_APPTRACE_DEST_NUM (C++ enumerator)
esp_apptrace_dest_t::ESP_APPTRACE_DEST_TRAX (C++ enumerator)
esp_apptrace_dest_t::ESP_APPTRACE_DEST_UART (C++ enumerator)
esp_apptrace_down_buffer_config (C++ function)
esp_apptrace_down_buffer_get (C++ function)
esp_apptrace_down_buffer_put (C++ function)
esp_apptrace_fclose (C++ function)
esp_apptrace_flush (C++ function)
esp_apptrace_flush_nolock (C++ function)
esp_apptrace_fopen (C++ function)
esp_apptrace_fread (C++ function)
esp_apptrace_fseek (C++ function)
esp_apptrace_fstop (C++ function)
esp_apptrace_ftell (C++ function)
esp_apptrace_fwrite (C++ function)
esp_apptrace_host_is_connected (C++ function)
esp_apptrace_init (C++ function)
esp_apptrace_read (C++ function)
esp_apptrace_vprintf (C++ function)
esp_apptrace_vprintf_to (C++ function)
esp_apptrace_write (C++ function)
esp_async_memcpy (C++ function)
esp_async_memcpy_install (C++ function)
esp_async_memcpy_uninstall (C++ function)
esp_base_mac_addr_get (C++ function)
esp_base_mac_addr_set (C++ function)
esp_chip_id_t (C++ enum)
esp_chip_id_t::ESP_CHIP_ID_ESP32 (C++ enumerator)
esp_chip_id_t::ESP_CHIP_ID_ESP32C2 (C++ enumerator)
esp_chip_id_t::ESP_CHIP_ID_ESP32C3 (C++ enumerator)
esp_chip_id_t::ESP_CHIP_ID_ESP32S2 (C++ enumerator)
esp_chip_id_t::ESP_CHIP_ID_ESP32S3 (C++ enumerator)
esp_chip_id_t::ESP_CHIP_ID_INVALID (C++ enumerator)
esp_chip_info (C++ function)
esp_chip_info_t (C++ struct)
esp_chip_info_t::cores (C++ member)
esp_chip_info_t::features (C++ member)
esp_chip_info_t::model (C++ member)
esp_chip_info_t::revision (C++ member)
esp_chip_model_t (C++ enum)
esp_chip_model_t::CHIP_ESP32 (C++ enumerator)
esp_chip_model_t::CHIP_ESP32C2 (C++ enumerator)
esp_chip_model_t::CHIP_ESP32C3 (C++ enumerator)
esp_chip_model_t::CHIP_ESP32H2 (C++ enumerator)
esp_chip_model_t::CHIP_ESP32S2 (C++ enumerator)
esp_chip_model_t::CHIP_ESP32S3 (C++ enumerator)
esp_console_cmd_func_t (C++ type)
esp_console_cmd_register (C++ function)
esp_console_cmd_t (C++ struct)
esp_console_cmd_t::argtable (C++ member)
esp_console_cmd_t::command (C++ member)
esp_console_cmd_t::func (C++ member)
esp_console_cmd_t::help (C++ member)
esp_console_cmd_t::hint (C++ member)
ESP_CONSOLE_CONFIG_DEFAULT (C macro)
esp_console_config_t (C++ struct)
esp_console_config_t::hint_bold (C++ member)
esp_console_config_t::hint_color (C++ member)
esp_console_config_t::max_cmdline_args (C++ member)
esp_console_config_t::max_cmdline_length (C++ member)
esp_console_deinit (C++ function)
ESP_CONSOLE_DEV_CDC_CONFIG_DEFAULT (C macro)
ESP_CONSOLE_DEV_UART_CONFIG_DEFAULT (C macro)
esp_console_dev_uart_config_t (C++ struct)
esp_console_dev_uart_config_t::baud_rate (C++ member)
esp_console_dev_uart_config_t::channel (C++ member)
esp_console_dev_uart_config_t::rx_gpio_num (C++ member)
esp_console_dev_uart_config_t::tx_gpio_num (C++ member)
esp_console_dev_usb_cdc_config_t (C++ struct)
esp_console_get_completion (C++ function)
esp_console_get_hint (C++ function)
esp_console_init (C++ function)
esp_console_new_repl_uart (C++ function)
esp_console_new_repl_usb_cdc (C++ function)
esp_console_register_help_command (C++ function)
ESP_CONSOLE_REPL_CONFIG_DEFAULT (C macro)
esp_console_repl_config_t (C++ struct)
esp_console_repl_config_t::history_save_path (C++ member)
esp_console_repl_config_t::max_cmdline_length (C++ member)
esp_console_repl_config_t::max_history_len (C++ member)
esp_console_repl_config_t::prompt (C++ member)
esp_console_repl_config_t::task_priority (C++ member)
esp_console_repl_config_t::task_stack_size (C++ member)
esp_console_repl_s (C++ struct)
esp_console_repl_s::del (C++ member)
esp_console_repl_t (C++ type)
esp_console_run (C++ function)
esp_console_split_argv (C++ function)
esp_console_start_repl (C++ function)
esp_cpu_clear_breakpoint (C++ function)
esp_cpu_clear_watchpoint (C++ function)
esp_cpu_compare_and_set (C++ function)
esp_cpu_configure_region_protection (C++ function)
esp_cpu_cycle_count_t (C++ type)
esp_cpu_dbgr_break (C++ function)
esp_cpu_dbgr_is_attached (C++ function)
esp_cpu_get_call_addr (C++ function)
esp_cpu_get_core_id (C++ function)
esp_cpu_get_cycle_count (C++ function)
esp_cpu_get_sp (C++ function)
ESP_CPU_INTR_DESC_FLAG_RESVD (C macro)
ESP_CPU_INTR_DESC_FLAG_SPECIAL (C macro)
esp_cpu_intr_desc_t (C++ struct)
esp_cpu_intr_desc_t::flags (C++ member)
esp_cpu_intr_desc_t::priority (C++ member)
esp_cpu_intr_desc_t::type (C++ member)
esp_cpu_intr_disable (C++ function)
esp_cpu_intr_edge_ack (C++ function)
esp_cpu_intr_enable (C++ function)
esp_cpu_intr_get_desc (C++ function)
esp_cpu_intr_get_enabled_mask (C++ function)
esp_cpu_intr_get_handler_arg (C++ function)
esp_cpu_intr_handler_t (C++ type)
esp_cpu_intr_has_handler (C++ function)
esp_cpu_intr_set_handler (C++ function)
esp_cpu_intr_set_ivt_addr (C++ function)
esp_cpu_intr_type_t (C++ enum)
esp_cpu_intr_type_t::ESP_CPU_INTR_TYPE_EDGE (C++ enumerator)
esp_cpu_intr_type_t::ESP_CPU_INTR_TYPE_LEVEL (C++ enumerator)
esp_cpu_intr_type_t::ESP_CPU_INTR_TYPE_NA (C++ enumerator)
esp_cpu_pc_to_addr (C++ function)
esp_cpu_reset (C++ function)
esp_cpu_set_breakpoint (C++ function)
esp_cpu_set_cycle_count (C++ function)
esp_cpu_set_watchpoint (C++ function)
esp_cpu_stall (C++ function)
esp_cpu_unstall (C++ function)
esp_cpu_wait_for_intr (C++ function)
esp_cpu_watchpoint_trigger_t (C++ enum)
esp_cpu_watchpoint_trigger_t::ESP_CPU_WATCHPOINT_ACCESS (C++ enumerator)
esp_cpu_watchpoint_trigger_t::ESP_CPU_WATCHPOINT_LOAD (C++ enumerator)
esp_cpu_watchpoint_trigger_t::ESP_CPU_WATCHPOINT_STORE (C++ enumerator)
esp_crt_bundle_attach (C++ function)
esp_crt_bundle_detach (C++ function)
esp_crt_bundle_in_use (C++ function)
esp_crt_bundle_set (C++ function)
esp_deep_sleep (C++ function)
esp_deep_sleep_disable_rom_logging (C++ function)
esp_deep_sleep_start (C++ function)
esp_deep_sleep_wake_stub_fn_t (C++ type)
esp_default_wake_deep_sleep (C++ function)
esp_deregister_freertos_idle_hook (C++ function)
esp_deregister_freertos_idle_hook_for_cpu (C++ function)
esp_deregister_freertos_tick_hook (C++ function)
esp_deregister_freertos_tick_hook_for_cpu (C++ function)
esp_derive_local_mac (C++ function)
esp_digital_signature_data (C++ struct)
esp_digital_signature_data::c (C++ member)
esp_digital_signature_data::iv (C++ member)
esp_digital_signature_data::rsa_length (C++ member)
esp_digital_signature_length_t (C++ enum)
esp_digital_signature_length_t::ESP_DS_RSA_1024 (C++ enumerator)
esp_digital_signature_length_t::ESP_DS_RSA_2048 (C++ enumerator)
esp_digital_signature_length_t::ESP_DS_RSA_3072 (C++ enumerator)
esp_digital_signature_length_t::ESP_DS_RSA_4096 (C++ enumerator)
ESP_DPP_AUTH_TIMEOUT_SECS (C macro)
ESP_DRAM_LOGD (C macro)
ESP_DRAM_LOGE (C macro)
ESP_DRAM_LOGI (C macro)
ESP_DRAM_LOGV (C macro)
ESP_DRAM_LOGW (C macro)
ESP_DS_C_LEN (C macro)
esp_ds_context_t (C++ type)
esp_ds_data_t (C++ type)
esp_ds_encrypt_params (C++ function)
esp_ds_finish_sign (C++ function)
esp_ds_is_busy (C++ function)
ESP_DS_IV_LEN (C macro)
esp_ds_p_data_t (C++ struct)
esp_ds_p_data_t::length (C++ member)
esp_ds_p_data_t::M (C++ member)
esp_ds_p_data_t::M_prime (C++ member)
esp_ds_p_data_t::Rb (C++ member)
esp_ds_p_data_t::Y (C++ member)
esp_ds_sign (C++ function)
esp_ds_start_sign (C++ function)
ESP_EARLY_LOGD (C macro)
ESP_EARLY_LOGE (C macro)
ESP_EARLY_LOGI (C macro)
ESP_EARLY_LOGV (C macro)
ESP_EARLY_LOGW (C macro)
esp_efuse_batch_write_begin (C++ function)
esp_efuse_batch_write_cancel (C++ function)
esp_efuse_batch_write_commit (C++ function)
esp_efuse_block_is_empty (C++ function)
esp_efuse_block_t (C++ enum)
esp_efuse_block_t::EFUSE_BLK0 (C++ enumerator)
esp_efuse_block_t::EFUSE_BLK1 (C++ enumerator)
esp_efuse_block_t::EFUSE_BLK10 (C++ enumerator)
esp_efuse_block_t::EFUSE_BLK2 (C++ enumerator)
esp_efuse_block_t::EFUSE_BLK3 (C++ enumerator)
esp_efuse_block_t::EFUSE_BLK4 (C++ enumerator)
esp_efuse_block_t::EFUSE_BLK5 (C++ enumerator)
esp_efuse_block_t::EFUSE_BLK6 (C++ enumerator)
esp_efuse_block_t::EFUSE_BLK7 (C++ enumerator)
esp_efuse_block_t::EFUSE_BLK8 (C++ enumerator)
esp_efuse_block_t::EFUSE_BLK9 (C++ enumerator)
esp_efuse_block_t::EFUSE_BLK_KEY0 (C++ enumerator)
esp_efuse_block_t::EFUSE_BLK_KEY1 (C++ enumerator)
esp_efuse_block_t::EFUSE_BLK_KEY2 (C++ enumerator)
esp_efuse_block_t::EFUSE_BLK_KEY3 (C++ enumerator)
esp_efuse_block_t::EFUSE_BLK_KEY4 (C++ enumerator)
esp_efuse_block_t::EFUSE_BLK_KEY5 (C++ enumerator)
esp_efuse_block_t::EFUSE_BLK_KEY_MAX (C++ enumerator)
esp_efuse_block_t::EFUSE_BLK_MAX (C++ enumerator)
esp_efuse_block_t::EFUSE_BLK_SYS_DATA_PART1 (C++ enumerator)
esp_efuse_block_t::EFUSE_BLK_SYS_DATA_PART2 (C++ enumerator)
esp_efuse_block_t::EFUSE_BLK_USER_DATA (C++ enumerator)
esp_efuse_check_errors (C++ function)
esp_efuse_check_secure_version (C++ function)
esp_efuse_coding_scheme_t (C++ enum)
esp_efuse_coding_scheme_t::EFUSE_CODING_SCHEME_NONE (C++ enumerator)
esp_efuse_coding_scheme_t::EFUSE_CODING_SCHEME_RS (C++ enumerator)
esp_efuse_count_unused_key_blocks (C++ function)
esp_efuse_desc_t (C++ struct)
esp_efuse_desc_t::bit_count (C++ member)
esp_efuse_desc_t::bit_start (C++ member)
esp_efuse_desc_t::efuse_block (C++ member)
esp_efuse_disable_rom_download_mode (C++ function)
esp_efuse_enable_rom_secure_download_mode (C++ function)
esp_efuse_find_purpose (C++ function)
esp_efuse_find_unused_key_block (C++ function)
esp_efuse_get_coding_scheme (C++ function)
esp_efuse_get_digest_revoke (C++ function)
esp_efuse_get_field_size (C++ function)
esp_efuse_get_key (C++ function)
esp_efuse_get_key_dis_read (C++ function)
esp_efuse_get_key_dis_write (C++ function)
esp_efuse_get_key_purpose (C++ function)
esp_efuse_get_keypurpose_dis_write (C++ function)
esp_efuse_get_pkg_ver (C++ function)
esp_efuse_get_purpose_field (C++ function)
esp_efuse_get_write_protect_of_digest_revoke (C++ function)
esp_efuse_key_block_unused (C++ function)
esp_efuse_mac_get_custom (C++ function)
esp_efuse_mac_get_default (C++ function)
esp_efuse_purpose_t (C++ enum)
esp_efuse_purpose_t::ESP_EFUSE_KEY_PURPOSE_HMAC_DOWN_ALL (C++ enumerator)
esp_efuse_purpose_t::ESP_EFUSE_KEY_PURPOSE_HMAC_DOWN_DIGITAL_SIGNATURE (C++ enumerator)
esp_efuse_purpose_t::ESP_EFUSE_KEY_PURPOSE_HMAC_DOWN_JTAG (C++ enumerator)
esp_efuse_purpose_t::ESP_EFUSE_KEY_PURPOSE_HMAC_UP (C++ enumerator)
esp_efuse_purpose_t::ESP_EFUSE_KEY_PURPOSE_MAX (C++ enumerator)
esp_efuse_purpose_t::ESP_EFUSE_KEY_PURPOSE_RESERVED (C++ enumerator)
esp_efuse_purpose_t::ESP_EFUSE_KEY_PURPOSE_SECURE_BOOT_DIGEST0 (C++ enumerator)
esp_efuse_purpose_t::ESP_EFUSE_KEY_PURPOSE_SECURE_BOOT_DIGEST1 (C++ enumerator)
esp_efuse_purpose_t::ESP_EFUSE_KEY_PURPOSE_SECURE_BOOT_DIGEST2 (C++ enumerator)
esp_efuse_purpose_t::ESP_EFUSE_KEY_PURPOSE_USER (C++ enumerator)
esp_efuse_purpose_t::ESP_EFUSE_KEY_PURPOSE_XTS_AES_128_KEY (C++ enumerator)
esp_efuse_purpose_t::ESP_EFUSE_KEY_PURPOSE_XTS_AES_256_KEY_1 (C++ enumerator)
esp_efuse_purpose_t::ESP_EFUSE_KEY_PURPOSE_XTS_AES_256_KEY_2 (C++ enumerator)
esp_efuse_read_block (C++ function)
esp_efuse_read_field_bit (C++ function)
esp_efuse_read_field_blob (C++ function)
esp_efuse_read_field_cnt (C++ function)
esp_efuse_read_reg (C++ function)
esp_efuse_read_secure_version (C++ function)
esp_efuse_reset (C++ function)
esp_efuse_rom_log_scheme_t (C++ enum)
esp_efuse_rom_log_scheme_t::ESP_EFUSE_ROM_LOG_ALWAYS_OFF (C++ enumerator)
esp_efuse_rom_log_scheme_t::ESP_EFUSE_ROM_LOG_ALWAYS_ON (C++ enumerator)
esp_efuse_rom_log_scheme_t::ESP_EFUSE_ROM_LOG_ON_GPIO_HIGH (C++ enumerator)
esp_efuse_rom_log_scheme_t::ESP_EFUSE_ROM_LOG_ON_GPIO_LOW (C++ enumerator)
esp_efuse_set_digest_revoke (C++ function)
esp_efuse_set_key_dis_read (C++ function)
esp_efuse_set_key_dis_write (C++ function)
esp_efuse_set_key_purpose (C++ function)
esp_efuse_set_keypurpose_dis_write (C++ function)
esp_efuse_set_read_protect (C++ function)
esp_efuse_set_rom_log_scheme (C++ function)
esp_efuse_set_write_protect (C++ function)
esp_efuse_set_write_protect_of_digest_revoke (C++ function)
esp_efuse_update_secure_version (C++ function)
esp_efuse_write_block (C++ function)
esp_efuse_write_field_bit (C++ function)
esp_efuse_write_field_blob (C++ function)
esp_efuse_write_field_cnt (C++ function)
esp_efuse_write_key (C++ function)
esp_efuse_write_keys (C++ function)
esp_efuse_write_reg (C++ function)
ESP_ERR_CODING (C macro)
ESP_ERR_DAMAGED_READING (C macro)
ESP_ERR_DPP_AUTH_TIMEOUT (C macro)
ESP_ERR_DPP_FAILURE (C macro)
ESP_ERR_DPP_INVALID_ATTR (C macro)
ESP_ERR_DPP_TX_FAILURE (C macro)
ESP_ERR_EFUSE (C macro)
ESP_ERR_EFUSE_CNT_IS_FULL (C macro)
ESP_ERR_EFUSE_REPEATED_PROG (C macro)
ESP_ERR_ESP_NETIF_BASE (C macro)
ESP_ERR_ESP_NETIF_DHCP_ALREADY_STARTED (C macro)
ESP_ERR_ESP_NETIF_DHCP_ALREADY_STOPPED (C macro)
ESP_ERR_ESP_NETIF_DHCP_NOT_STOPPED (C macro)
ESP_ERR_ESP_NETIF_DHCPC_START_FAILED (C macro)
ESP_ERR_ESP_NETIF_DHCPS_START_FAILED (C macro)
ESP_ERR_ESP_NETIF_DNS_NOT_CONFIGURED (C macro)
ESP_ERR_ESP_NETIF_DRIVER_ATTACH_FAILED (C macro)
ESP_ERR_ESP_NETIF_IF_NOT_READY (C macro)
ESP_ERR_ESP_NETIF_INIT_FAILED (C macro)
ESP_ERR_ESP_NETIF_INVALID_PARAMS (C macro)
ESP_ERR_ESP_NETIF_IP6_ADDR_FAILED (C macro)
ESP_ERR_ESP_NETIF_MLD6_FAILED (C macro)
ESP_ERR_ESP_NETIF_NO_MEM (C macro)
ESP_ERR_ESP_TLS_BASE (C macro)
ESP_ERR_ESP_TLS_CANNOT_CREATE_SOCKET (C macro)
ESP_ERR_ESP_TLS_CANNOT_RESOLVE_HOSTNAME (C macro)
ESP_ERR_ESP_TLS_CONNECTION_TIMEOUT (C macro)
ESP_ERR_ESP_TLS_FAILED_CONNECT_TO_HOST (C macro)
ESP_ERR_ESP_TLS_SE_FAILED (C macro)
ESP_ERR_ESP_TLS_SOCKET_SETOPT_FAILED (C macro)
ESP_ERR_ESP_TLS_TCP_CLOSED_FIN (C macro)
ESP_ERR_ESP_TLS_UNSUPPORTED_PROTOCOL_FAMILY (C macro)
ESP_ERR_ESPNOW_ARG (C macro)
ESP_ERR_ESPNOW_BASE (C macro)
ESP_ERR_ESPNOW_EXIST (C macro)
ESP_ERR_ESPNOW_FULL (C macro)
ESP_ERR_ESPNOW_IF (C macro)
ESP_ERR_ESPNOW_INTERNAL (C macro)
ESP_ERR_ESPNOW_NO_MEM (C macro)
ESP_ERR_ESPNOW_NOT_FOUND (C macro)
ESP_ERR_ESPNOW_NOT_INIT (C macro)
ESP_ERR_FLASH_BASE (C macro)
ESP_ERR_FLASH_NOT_INITIALISED (C macro)
ESP_ERR_FLASH_OP_FAIL (C macro)
ESP_ERR_FLASH_OP_TIMEOUT (C macro)
ESP_ERR_FLASH_PROTECTED (C macro)
ESP_ERR_FLASH_UNSUPPORTED_CHIP (C macro)
ESP_ERR_FLASH_UNSUPPORTED_HOST (C macro)
ESP_ERR_HTTP_BASE (C macro)
ESP_ERR_HTTP_CONNECT (C macro)
ESP_ERR_HTTP_CONNECTING (C macro)
ESP_ERR_HTTP_CONNECTION_CLOSED (C macro)
ESP_ERR_HTTP_EAGAIN (C macro)
ESP_ERR_HTTP_FETCH_HEADER (C macro)
ESP_ERR_HTTP_INVALID_TRANSPORT (C macro)
ESP_ERR_HTTP_MAX_REDIRECT (C macro)
ESP_ERR_HTTP_WRITE_DATA (C macro)
ESP_ERR_HTTPD_ALLOC_MEM (C macro)
ESP_ERR_HTTPD_BASE (C macro)
ESP_ERR_HTTPD_HANDLER_EXISTS (C macro)
ESP_ERR_HTTPD_HANDLERS_FULL (C macro)
ESP_ERR_HTTPD_INVALID_REQ (C macro)
ESP_ERR_HTTPD_RESP_HDR (C macro)
ESP_ERR_HTTPD_RESP_SEND (C macro)
ESP_ERR_HTTPD_RESULT_TRUNC (C macro)
ESP_ERR_HTTPD_TASK (C macro)
ESP_ERR_HTTPS_OTA_BASE (C macro)
ESP_ERR_HTTPS_OTA_IN_PROGRESS (C macro)
ESP_ERR_HW_CRYPTO_BASE (C macro)
ESP_ERR_HW_CRYPTO_DS_HMAC_FAIL (C macro)
ESP_ERR_HW_CRYPTO_DS_INVALID_DIGEST (C macro)
ESP_ERR_HW_CRYPTO_DS_INVALID_KEY (C macro)
ESP_ERR_HW_CRYPTO_DS_INVALID_PADDING (C macro)
ESP_ERR_INVALID_ARG (C macro)
ESP_ERR_INVALID_CRC (C macro)
ESP_ERR_INVALID_MAC (C macro)
ESP_ERR_INVALID_RESPONSE (C macro)
ESP_ERR_INVALID_SIZE (C macro)
ESP_ERR_INVALID_STATE (C macro)
ESP_ERR_INVALID_VERSION (C macro)
ESP_ERR_MBEDTLS_CERT_PARTLY_OK (C macro)
ESP_ERR_MBEDTLS_CTR_DRBG_SEED_FAILED (C macro)
ESP_ERR_MBEDTLS_PK_PARSE_KEY_FAILED (C macro)
ESP_ERR_MBEDTLS_SSL_CONF_ALPN_PROTOCOLS_FAILED (C macro)
ESP_ERR_MBEDTLS_SSL_CONF_OWN_CERT_FAILED (C macro)
ESP_ERR_MBEDTLS_SSL_CONF_PSK_FAILED (C macro)
ESP_ERR_MBEDTLS_SSL_CONFIG_DEFAULTS_FAILED (C macro)
ESP_ERR_MBEDTLS_SSL_HANDSHAKE_FAILED (C macro)
ESP_ERR_MBEDTLS_SSL_SET_HOSTNAME_FAILED (C macro)
ESP_ERR_MBEDTLS_SSL_SETUP_FAILED (C macro)
ESP_ERR_MBEDTLS_SSL_TICKET_SETUP_FAILED (C macro)
ESP_ERR_MBEDTLS_SSL_WRITE_FAILED (C macro)
ESP_ERR_MBEDTLS_X509_CRT_PARSE_FAILED (C macro)
ESP_ERR_MEMPROT_BASE (C macro)
ESP_ERR_MESH_ARGUMENT (C macro)
ESP_ERR_MESH_BASE (C macro)
ESP_ERR_MESH_DISCARD (C macro)
ESP_ERR_MESH_DISCARD_DUPLICATE (C macro)
ESP_ERR_MESH_DISCONNECTED (C macro)
ESP_ERR_MESH_EXCEED_MTU (C macro)
ESP_ERR_MESH_INTERFACE (C macro)
ESP_ERR_MESH_NO_MEMORY (C macro)
ESP_ERR_MESH_NO_PARENT_FOUND (C macro)
ESP_ERR_MESH_NO_ROUTE_FOUND (C macro)
ESP_ERR_MESH_NOT_ALLOWED (C macro)
ESP_ERR_MESH_NOT_CONFIG (C macro)
ESP_ERR_MESH_NOT_INIT (C macro)
ESP_ERR_MESH_NOT_START (C macro)
ESP_ERR_MESH_NOT_SUPPORT (C macro)
ESP_ERR_MESH_OPTION_NULL (C macro)
ESP_ERR_MESH_OPTION_UNKNOWN (C macro)
ESP_ERR_MESH_PS (C macro)
ESP_ERR_MESH_QUEUE_FAIL (C macro)
ESP_ERR_MESH_QUEUE_FULL (C macro)
ESP_ERR_MESH_QUEUE_READ (C macro)
ESP_ERR_MESH_RECV_RELEASE (C macro)
ESP_ERR_MESH_TIMEOUT (C macro)
ESP_ERR_MESH_VOTING (C macro)
ESP_ERR_MESH_WIFI_NOT_START (C macro)
ESP_ERR_MESH_XMIT (C macro)
ESP_ERR_MESH_XON_NO_WINDOW (C macro)
ESP_ERR_NO_MEM (C macro)
ESP_ERR_NOT_ENOUGH_UNUSED_KEY_BLOCKS (C macro)
ESP_ERR_NOT_FINISHED (C macro)
ESP_ERR_NOT_FOUND (C macro)
ESP_ERR_NOT_SUPPORTED (C macro)
ESP_ERR_NVS_BASE (C macro)
ESP_ERR_NVS_CONTENT_DIFFERS (C macro)
ESP_ERR_NVS_CORRUPT_KEY_PART (C macro)
ESP_ERR_NVS_ENCR_NOT_SUPPORTED (C macro)
ESP_ERR_NVS_INVALID_HANDLE (C macro)
ESP_ERR_NVS_INVALID_LENGTH (C macro)
ESP_ERR_NVS_INVALID_NAME (C macro)
ESP_ERR_NVS_INVALID_STATE (C macro)
ESP_ERR_NVS_KEY_TOO_LONG (C macro)
ESP_ERR_NVS_KEYS_NOT_INITIALIZED (C macro)
ESP_ERR_NVS_NEW_VERSION_FOUND (C macro)
ESP_ERR_NVS_NO_FREE_PAGES (C macro)
ESP_ERR_NVS_NOT_ENOUGH_SPACE (C macro)
ESP_ERR_NVS_NOT_FOUND (C macro)
ESP_ERR_NVS_NOT_INITIALIZED (C macro)
ESP_ERR_NVS_PAGE_FULL (C macro)
ESP_ERR_NVS_PART_NOT_FOUND (C macro)
ESP_ERR_NVS_READ_ONLY (C macro)
ESP_ERR_NVS_REMOVE_FAILED (C macro)
ESP_ERR_NVS_TYPE_MISMATCH (C macro)
ESP_ERR_NVS_VALUE_TOO_LONG (C macro)
ESP_ERR_NVS_WRONG_ENCRYPTION (C macro)
ESP_ERR_NVS_XTS_CFG_FAILED (C macro)
ESP_ERR_NVS_XTS_CFG_NOT_FOUND (C macro)
ESP_ERR_NVS_XTS_DECR_FAILED (C macro)
ESP_ERR_NVS_XTS_ENCR_FAILED (C macro)
ESP_ERR_OTA_BASE (C macro)
ESP_ERR_OTA_PARTITION_CONFLICT (C macro)
ESP_ERR_OTA_ROLLBACK_FAILED (C macro)
ESP_ERR_OTA_ROLLBACK_INVALID_STATE (C macro)
ESP_ERR_OTA_SELECT_INFO_INVALID (C macro)
ESP_ERR_OTA_SMALL_SEC_VER (C macro)
ESP_ERR_OTA_VALIDATE_FAILED (C macro)
esp_err_t (C++ type)
ESP_ERR_TIMEOUT (C macro)
esp_err_to_name (C++ function)
esp_err_to_name_r (C++ function)
ESP_ERR_ULP_BASE (C macro)
ESP_ERR_ULP_BRANCH_OUT_OF_RANGE (C macro)
ESP_ERR_ULP_DUPLICATE_LABEL (C macro)
ESP_ERR_ULP_INVALID_LOAD_ADDR (C macro)
ESP_ERR_ULP_SIZE_TOO_BIG (C macro)
ESP_ERR_ULP_UNDEFINED_LABEL (C macro)
ESP_ERR_WIFI_BASE (C macro)
ESP_ERR_WIFI_CONN (C macro)
ESP_ERR_WIFI_DISCARD (C macro)
ESP_ERR_WIFI_IF (C macro)
ESP_ERR_WIFI_INIT_STATE (C macro)
ESP_ERR_WIFI_MAC (C macro)
ESP_ERR_WIFI_MODE (C macro)
ESP_ERR_WIFI_NOT_ASSOC (C macro)
ESP_ERR_WIFI_NOT_CONNECT (C macro)
ESP_ERR_WIFI_NOT_INIT (C macro)
ESP_ERR_WIFI_NOT_STARTED (C macro)
ESP_ERR_WIFI_NOT_STOPPED (C macro)
ESP_ERR_WIFI_NVS (C macro)
ESP_ERR_WIFI_PASSWORD (C macro)
ESP_ERR_WIFI_POST (C macro)
ESP_ERR_WIFI_ROC_IN_PROGRESS (C macro)
ESP_ERR_WIFI_SSID (C macro)
ESP_ERR_WIFI_STATE (C macro)
ESP_ERR_WIFI_STOP_STATE (C macro)
ESP_ERR_WIFI_TIMEOUT (C macro)
ESP_ERR_WIFI_TX_DISALLOW (C macro)
ESP_ERR_WIFI_WAKE_FAIL (C macro)
ESP_ERR_WIFI_WOULD_BLOCK (C macro)
ESP_ERR_WOLFSSL_CERT_VERIFY_SETUP_FAILED (C macro)
ESP_ERR_WOLFSSL_CTX_SETUP_FAILED (C macro)
ESP_ERR_WOLFSSL_KEY_VERIFY_SETUP_FAILED (C macro)
ESP_ERR_WOLFSSL_SSL_CONF_ALPN_PROTOCOLS_FAILED (C macro)
ESP_ERR_WOLFSSL_SSL_HANDSHAKE_FAILED (C macro)
ESP_ERR_WOLFSSL_SSL_SET_HOSTNAME_FAILED (C macro)
ESP_ERR_WOLFSSL_SSL_SETUP_FAILED (C macro)
ESP_ERR_WOLFSSL_SSL_WRITE_FAILED (C macro)
ESP_ERROR_CHECK (C macro)
ESP_ERROR_CHECK_WITHOUT_ABORT (C macro)
esp_esptouch_set_timeout (C++ function)
esp_eth_config_t (C++ struct)
esp_eth_config_t::check_link_period_ms (C++ member)
esp_eth_config_t::mac (C++ member)
esp_eth_config_t::on_lowlevel_deinit_done (C++ member)
esp_eth_config_t::on_lowlevel_init_done (C++ member)
esp_eth_config_t::phy (C++ member)
esp_eth_config_t::read_phy_reg (C++ member)
esp_eth_config_t::stack_input (C++ member)
esp_eth_config_t::write_phy_reg (C++ member)
esp_eth_decrease_reference (C++ function)
esp_eth_del_netif_glue (C++ function)
esp_eth_driver_install (C++ function)
esp_eth_driver_uninstall (C++ function)
esp_eth_handle_t (C++ type)
esp_eth_increase_reference (C++ function)
esp_eth_io_cmd_t (C++ enum)
esp_eth_io_cmd_t::ETH_CMD_CUSTOM_MAC_CMDS (C++ enumerator)
esp_eth_io_cmd_t::ETH_CMD_CUSTOM_PHY_CMDS (C++ enumerator)
esp_eth_io_cmd_t::ETH_CMD_G_AUTONEGO (C++ enumerator)
esp_eth_io_cmd_t::ETH_CMD_G_DUPLEX_MODE (C++ enumerator)
esp_eth_io_cmd_t::ETH_CMD_G_MAC_ADDR (C++ enumerator)
esp_eth_io_cmd_t::ETH_CMD_G_PHY_ADDR (C++ enumerator)
esp_eth_io_cmd_t::ETH_CMD_G_SPEED (C++ enumerator)
esp_eth_io_cmd_t::ETH_CMD_READ_PHY_REG (C++ enumerator)
esp_eth_io_cmd_t::ETH_CMD_S_AUTONEGO (C++ enumerator)
esp_eth_io_cmd_t::ETH_CMD_S_DUPLEX_MODE (C++ enumerator)
esp_eth_io_cmd_t::ETH_CMD_S_FLOW_CTRL (C++ enumerator)
esp_eth_io_cmd_t::ETH_CMD_S_MAC_ADDR (C++ enumerator)
esp_eth_io_cmd_t::ETH_CMD_S_PHY_ADDR (C++ enumerator)
esp_eth_io_cmd_t::ETH_CMD_S_PHY_LOOPBACK (C++ enumerator)
esp_eth_io_cmd_t::ETH_CMD_S_PROMISCUOUS (C++ enumerator)
esp_eth_io_cmd_t::ETH_CMD_S_SPEED (C++ enumerator)
esp_eth_io_cmd_t::ETH_CMD_WRITE_PHY_REG (C++ enumerator)
esp_eth_ioctl (C++ function)
esp_eth_mac_s (C++ struct)
esp_eth_mac_s::custom_ioctl (C++ member)
esp_eth_mac_s::deinit (C++ member)
esp_eth_mac_s::del (C++ member)
esp_eth_mac_s::enable_flow_ctrl (C++ member)
esp_eth_mac_s::get_addr (C++ member)
esp_eth_mac_s::init (C++ member)
esp_eth_mac_s::read_phy_reg (C++ member)
esp_eth_mac_s::receive (C++ member)
esp_eth_mac_s::set_addr (C++ member)
esp_eth_mac_s::set_duplex (C++ member)
esp_eth_mac_s::set_link (C++ member)
esp_eth_mac_s::set_mediator (C++ member)
esp_eth_mac_s::set_peer_pause_ability (C++ member)
esp_eth_mac_s::set_promiscuous (C++ member)
esp_eth_mac_s::set_speed (C++ member)
esp_eth_mac_s::start (C++ member)
esp_eth_mac_s::stop (C++ member)
esp_eth_mac_s::transmit (C++ member)
esp_eth_mac_s::transmit_vargs (C++ member)
esp_eth_mac_s::write_phy_reg (C++ member)
esp_eth_mac_t (C++ type)
esp_eth_mediator_s (C++ struct)
esp_eth_mediator_s::on_state_changed (C++ member)
esp_eth_mediator_s::phy_reg_read (C++ member)
esp_eth_mediator_s::phy_reg_write (C++ member)
esp_eth_mediator_s::stack_input (C++ member)
esp_eth_mediator_t (C++ type)
esp_eth_netif_glue_handle_t (C++ type)
esp_eth_new_netif_glue (C++ function)
esp_eth_phy_802_3_advertise_pause_ability (C++ function)
esp_eth_phy_802_3_autonego_ctrl (C++ function)
esp_eth_phy_802_3_basic_phy_deinit (C++ function)
esp_eth_phy_802_3_basic_phy_init (C++ function)
esp_eth_phy_802_3_deinit (C++ function)
esp_eth_phy_802_3_del (C++ function)
esp_eth_phy_802_3_detect_phy_addr (C++ function)
esp_eth_phy_802_3_get_addr (C++ function)
esp_eth_phy_802_3_get_mmd_addr (C++ function)
esp_eth_phy_802_3_init (C++ function)
esp_eth_phy_802_3_loopback (C++ function)
esp_eth_phy_802_3_mmd_func_t (C++ enum)
esp_eth_phy_802_3_mmd_func_t::MMD_FUNC_ADDRESS (C++ enumerator)
esp_eth_phy_802_3_mmd_func_t::MMD_FUNC_DATA_NOINCR (C++ enumerator)
esp_eth_phy_802_3_mmd_func_t::MMD_FUNC_DATA_RWINCR (C++ enumerator)
esp_eth_phy_802_3_mmd_func_t::MMD_FUNC_DATA_WINCR (C++ enumerator)
esp_eth_phy_802_3_obj_config_init (C++ function)
esp_eth_phy_802_3_pwrctl (C++ function)
esp_eth_phy_802_3_read_manufac_info (C++ function)
esp_eth_phy_802_3_read_mmd_data (C++ function)
esp_eth_phy_802_3_read_mmd_register (C++ function)
esp_eth_phy_802_3_read_oui (C++ function)
esp_eth_phy_802_3_reset (C++ function)
esp_eth_phy_802_3_reset_hw (C++ function)
esp_eth_phy_802_3_set_addr (C++ function)
esp_eth_phy_802_3_set_duplex (C++ function)
esp_eth_phy_802_3_set_link (C++ function)
esp_eth_phy_802_3_set_mediator (C++ function)
esp_eth_phy_802_3_set_mmd_addr (C++ function)
esp_eth_phy_802_3_set_speed (C++ function)
esp_eth_phy_802_3_write_mmd_data (C++ function)
esp_eth_phy_802_3_write_mmd_register (C++ function)
ESP_ETH_PHY_ADDR_AUTO (C macro)
esp_eth_phy_into_phy_802_3 (C++ function)
esp_eth_phy_new_dp83848 (C++ function)
esp_eth_phy_new_ip101 (C++ function)
esp_eth_phy_new_ksz80xx (C++ function)
esp_eth_phy_new_lan87xx (C++ function)
esp_eth_phy_new_rtl8201 (C++ function)
esp_eth_phy_reg_rw_data_t (C++ struct)
esp_eth_phy_reg_rw_data_t::reg_addr (C++ member)
esp_eth_phy_reg_rw_data_t::reg_value_p (C++ member)
esp_eth_phy_s (C++ struct)
esp_eth_phy_s::advertise_pause_ability (C++ member)
esp_eth_phy_s::autonego_ctrl (C++ member)
esp_eth_phy_s::custom_ioctl (C++ member)
esp_eth_phy_s::deinit (C++ member)
esp_eth_phy_s::del (C++ member)
esp_eth_phy_s::get_addr (C++ member)
esp_eth_phy_s::get_link (C++ member)
esp_eth_phy_s::init (C++ member)
esp_eth_phy_s::loopback (C++ member)
esp_eth_phy_s::pwrctl (C++ member)
esp_eth_phy_s::reset (C++ member)
esp_eth_phy_s::reset_hw (C++ member)
esp_eth_phy_s::set_addr (C++ member)
esp_eth_phy_s::set_duplex (C++ member)
esp_eth_phy_s::set_link (C++ member)
esp_eth_phy_s::set_mediator (C++ member)
esp_eth_phy_s::set_speed (C++ member)
esp_eth_phy_t (C++ type)
esp_eth_start (C++ function)
esp_eth_state_t (C++ enum)
esp_eth_state_t::ETH_STATE_DEINIT (C++ enumerator)
esp_eth_state_t::ETH_STATE_DUPLEX (C++ enumerator)
esp_eth_state_t::ETH_STATE_LINK (C++ enumerator)
esp_eth_state_t::ETH_STATE_LLINIT (C++ enumerator)
esp_eth_state_t::ETH_STATE_PAUSE (C++ enumerator)
esp_eth_state_t::ETH_STATE_SPEED (C++ enumerator)
esp_eth_stop (C++ function)
esp_eth_transmit (C++ function)
esp_eth_transmit_vargs (C++ function)
esp_eth_update_input_path (C++ function)
ESP_EVENT_ANY_BASE (C macro)
ESP_EVENT_ANY_ID (C macro)
ESP_EVENT_DECLARE_BASE (C macro)
ESP_EVENT_DEFINE_BASE (C macro)
esp_event_dump (C++ function)
esp_event_handler_instance_register (C++ function)
esp_event_handler_instance_register_with (C++ function)
esp_event_handler_instance_t (C++ type)
esp_event_handler_instance_unregister (C++ function)
esp_event_handler_instance_unregister_with (C++ function)
esp_event_handler_register (C++ function)
esp_event_handler_register_with (C++ function)
esp_event_handler_t (C++ type)
esp_event_handler_unregister (C++ function)
esp_event_handler_unregister_with (C++ function)
esp_event_isr_post (C++ function)
esp_event_isr_post_to (C++ function)
esp_event_loop_args_t (C++ struct)
esp_event_loop_args_t::queue_size (C++ member)
esp_event_loop_args_t::task_core_id (C++ member)
esp_event_loop_args_t::task_name (C++ member)
esp_event_loop_args_t::task_priority (C++ member)
esp_event_loop_args_t::task_stack_size (C++ member)
esp_event_loop_create (C++ function)
esp_event_loop_create_default (C++ function)
esp_event_loop_delete (C++ function)
esp_event_loop_delete_default (C++ function)
esp_event_loop_handle_t (C++ type)
esp_event_loop_run (C++ function)
esp_event_post (C++ function)
esp_event_post_to (C++ function)
ESP_EXECUTE_EXPRESSION_WITH_STACK (C macro)
esp_execute_shared_stack_function (C++ function)
ESP_FAIL (C macro)
esp_fill_random (C++ function)
esp_flash_chip_driver_initialized (C++ function)
esp_flash_enc_mode_t (C++ enum)
esp_flash_enc_mode_t::ESP_FLASH_ENC_MODE_DEVELOPMENT (C++ enumerator)
esp_flash_enc_mode_t::ESP_FLASH_ENC_MODE_DISABLED (C++ enumerator)
esp_flash_enc_mode_t::ESP_FLASH_ENC_MODE_RELEASE (C++ enumerator)
esp_flash_encrypt_check_and_update (C++ function)
esp_flash_encrypt_contents (C++ function)
esp_flash_encrypt_enable (C++ function)
esp_flash_encrypt_init (C++ function)
esp_flash_encrypt_initialized_once (C++ function)
esp_flash_encrypt_is_write_protected (C++ function)
esp_flash_encrypt_region (C++ function)
esp_flash_encrypt_state (C++ function)
esp_flash_encryption_cfg_verify_release_mode (C++ function)
esp_flash_encryption_enable_secure_features (C++ function)
esp_flash_encryption_enabled (C++ function)
esp_flash_encryption_init_checks (C++ function)
esp_flash_encryption_set_release_mode (C++ function)
esp_flash_erase_chip (C++ function)
esp_flash_erase_region (C++ function)
esp_flash_get_chip_write_protect (C++ function)
esp_flash_get_physical_size (C++ function)
esp_flash_get_protectable_regions (C++ function)
esp_flash_get_protected_region (C++ function)
esp_flash_get_size (C++ function)
esp_flash_init (C++ function)
esp_flash_io_mode_t (C++ enum)
esp_flash_io_mode_t::SPI_FLASH_DIO (C++ enumerator)
esp_flash_io_mode_t::SPI_FLASH_DOUT (C++ enumerator)
esp_flash_io_mode_t::SPI_FLASH_FASTRD (C++ enumerator)
esp_flash_io_mode_t::SPI_FLASH_OPI_DTR (C++ enumerator)
esp_flash_io_mode_t::SPI_FLASH_OPI_STR (C++ enumerator)
esp_flash_io_mode_t::SPI_FLASH_QIO (C++ enumerator)
esp_flash_io_mode_t::SPI_FLASH_QOUT (C++ enumerator)
esp_flash_io_mode_t::SPI_FLASH_READ_MODE_MAX (C++ enumerator)
esp_flash_io_mode_t::SPI_FLASH_SLOWRD (C++ enumerator)
esp_flash_is_quad_mode (C++ function)
esp_flash_os_functions_t (C++ struct)
esp_flash_os_functions_t::check_yield (C++ member)
esp_flash_os_functions_t::delay_us (C++ member)
esp_flash_os_functions_t::end (C++ member)
esp_flash_os_functions_t::get_system_time (C++ member)
esp_flash_os_functions_t::get_temp_buffer (C++ member)
esp_flash_os_functions_t::region_protected (C++ member)
esp_flash_os_functions_t::release_temp_buffer (C++ member)
esp_flash_os_functions_t::set_flash_op_status (C++ member)
esp_flash_os_functions_t::start (C++ member)
esp_flash_os_functions_t::yield (C++ member)
esp_flash_read (C++ function)
esp_flash_read_encrypted (C++ function)
esp_flash_read_id (C++ function)
esp_flash_read_unique_chip_id (C++ function)
esp_flash_region_t (C++ struct)
esp_flash_region_t::offset (C++ member)
esp_flash_region_t::size (C++ member)
esp_flash_set_chip_write_protect (C++ function)
esp_flash_set_protected_region (C++ function)
esp_flash_speed_s (C++ enum)
esp_flash_speed_s::ESP_FLASH_10MHZ (C++ enumerator)
esp_flash_speed_s::ESP_FLASH_120MHZ (C++ enumerator)
esp_flash_speed_s::ESP_FLASH_20MHZ (C++ enumerator)
esp_flash_speed_s::ESP_FLASH_26MHZ (C++ enumerator)
esp_flash_speed_s::ESP_FLASH_40MHZ (C++ enumerator)
esp_flash_speed_s::ESP_FLASH_5MHZ (C++ enumerator)
esp_flash_speed_s::ESP_FLASH_80MHZ (C++ enumerator)
esp_flash_speed_s::ESP_FLASH_SPEED_MAX (C++ enumerator)
esp_flash_speed_t (C++ type)
esp_flash_spi_device_config_t (C++ struct)
esp_flash_spi_device_config_t::cs_id (C++ member)
esp_flash_spi_device_config_t::cs_io_num (C++ member)
esp_flash_spi_device_config_t::freq_mhz (C++ member)
esp_flash_spi_device_config_t::host_id (C++ member)
esp_flash_spi_device_config_t::input_delay_ns (C++ member)
esp_flash_spi_device_config_t::io_mode (C++ member)
esp_flash_spi_device_config_t::speed (C++ member)
esp_flash_t (C++ struct)
(C++ type)
esp_flash_t::busy (C++ member)
esp_flash_t::chip_drv (C++ member)
esp_flash_t::chip_id (C++ member)
esp_flash_t::host (C++ member)
esp_flash_t::hpm_dummy_ena (C++ member)
esp_flash_t::os_func (C++ member)
esp_flash_t::os_func_data (C++ member)
esp_flash_t::read_mode (C++ member)
esp_flash_t::reserved_flags (C++ member)
esp_flash_t::size (C++ member)
esp_flash_write (C++ function)
esp_flash_write_encrypted (C++ function)
esp_flash_write_protect_crypt_cnt (C++ function)
esp_freertos_idle_cb_t (C++ type)
esp_freertos_tick_cb_t (C++ type)
esp_gcov_dump (C++ function)
esp_get_deep_sleep_wake_stub (C++ function)
esp_get_flash_encryption_mode (C++ function)
esp_get_free_heap_size (C++ function)
esp_get_free_internal_heap_size (C++ function)
esp_get_idf_version (C++ function)
esp_get_minimum_free_heap_size (C++ function)
ESP_GOTO_ON_ERROR (C macro)
ESP_GOTO_ON_ERROR_ISR (C macro)
ESP_GOTO_ON_FALSE (C macro)
ESP_GOTO_ON_FALSE_ISR (C macro)
esp_hmac_calculate (C++ function)
esp_hmac_jtag_disable (C++ function)
esp_hmac_jtag_enable (C++ function)
esp_http_client_add_auth (C++ function)
esp_http_client_auth_type_t (C++ enum)
esp_http_client_auth_type_t::HTTP_AUTH_TYPE_BASIC (C++ enumerator)
esp_http_client_auth_type_t::HTTP_AUTH_TYPE_DIGEST (C++ enumerator)
esp_http_client_auth_type_t::HTTP_AUTH_TYPE_NONE (C++ enumerator)
esp_http_client_cleanup (C++ function)
esp_http_client_close (C++ function)
esp_http_client_config_t (C++ struct)
esp_http_client_config_t::auth_type (C++ member)
esp_http_client_config_t::buffer_size (C++ member)
esp_http_client_config_t::buffer_size_tx (C++ member)
esp_http_client_config_t::cert_len (C++ member)
esp_http_client_config_t::cert_pem (C++ member)
esp_http_client_config_t::client_cert_len (C++ member)
esp_http_client_config_t::client_cert_pem (C++ member)
esp_http_client_config_t::client_key_len (C++ member)
esp_http_client_config_t::client_key_password (C++ member)
esp_http_client_config_t::client_key_password_len (C++ member)
esp_http_client_config_t::client_key_pem (C++ member)
esp_http_client_config_t::crt_bundle_attach (C++ member)
esp_http_client_config_t::disable_auto_redirect (C++ member)
esp_http_client_config_t::ds_data (C++ member)
esp_http_client_config_t::event_handler (C++ member)
esp_http_client_config_t::host (C++ member)
esp_http_client_config_t::if_name (C++ member)
esp_http_client_config_t::is_async (C++ member)
esp_http_client_config_t::keep_alive_count (C++ member)
esp_http_client_config_t::keep_alive_enable (C++ member)
esp_http_client_config_t::keep_alive_idle (C++ member)
esp_http_client_config_t::keep_alive_interval (C++ member)
esp_http_client_config_t::max_authorization_retries (C++ member)
esp_http_client_config_t::max_redirection_count (C++ member)
esp_http_client_config_t::method (C++ member)
esp_http_client_config_t::password (C++ member)
esp_http_client_config_t::path (C++ member)
esp_http_client_config_t::port (C++ member)
esp_http_client_config_t::query (C++ member)
esp_http_client_config_t::skip_cert_common_name_check (C++ member)
esp_http_client_config_t::timeout_ms (C++ member)
esp_http_client_config_t::tls_version (C++ member)
esp_http_client_config_t::transport_type (C++ member)
esp_http_client_config_t::url (C++ member)
esp_http_client_config_t::use_global_ca_store (C++ member)
esp_http_client_config_t::user_agent (C++ member)
esp_http_client_config_t::user_data (C++ member)
esp_http_client_config_t::username (C++ member)
esp_http_client_delete_header (C++ function)
esp_http_client_event (C++ struct)
esp_http_client_event::client (C++ member)
esp_http_client_event::data (C++ member)
esp_http_client_event::data_len (C++ member)
esp_http_client_event::event_id (C++ member)
esp_http_client_event::header_key (C++ member)
esp_http_client_event::header_value (C++ member)
esp_http_client_event::user_data (C++ member)
esp_http_client_event_handle_t (C++ type)
esp_http_client_event_id_t (C++ enum)
esp_http_client_event_id_t::HTTP_EVENT_DISCONNECTED (C++ enumerator)
esp_http_client_event_id_t::HTTP_EVENT_ERROR (C++ enumerator)
esp_http_client_event_id_t::HTTP_EVENT_HEADER_SENT (C++ enumerator)
esp_http_client_event_id_t::HTTP_EVENT_HEADERS_SENT (C++ enumerator)
esp_http_client_event_id_t::HTTP_EVENT_ON_CONNECTED (C++ enumerator)
esp_http_client_event_id_t::HTTP_EVENT_ON_DATA (C++ enumerator)
esp_http_client_event_id_t::HTTP_EVENT_ON_FINISH (C++ enumerator)
esp_http_client_event_id_t::HTTP_EVENT_ON_HEADER (C++ enumerator)
esp_http_client_event_id_t::HTTP_EVENT_REDIRECT (C++ enumerator)
esp_http_client_event_t (C++ type)
esp_http_client_fetch_headers (C++ function)
esp_http_client_flush_response (C++ function)
esp_http_client_get_chunk_length (C++ function)
esp_http_client_get_content_length (C++ function)
esp_http_client_get_errno (C++ function)
esp_http_client_get_header (C++ function)
esp_http_client_get_password (C++ function)
esp_http_client_get_post_field (C++ function)
esp_http_client_get_status_code (C++ function)
esp_http_client_get_transport_type (C++ function)
esp_http_client_get_url (C++ function)
esp_http_client_get_username (C++ function)
esp_http_client_handle_t (C++ type)
esp_http_client_init (C++ function)
esp_http_client_is_chunked_response (C++ function)
esp_http_client_is_complete_data_received (C++ function)
esp_http_client_method_t (C++ enum)
esp_http_client_method_t::HTTP_METHOD_COPY (C++ enumerator)
esp_http_client_method_t::HTTP_METHOD_DELETE (C++ enumerator)
esp_http_client_method_t::HTTP_METHOD_GET (C++ enumerator)
esp_http_client_method_t::HTTP_METHOD_HEAD (C++ enumerator)
esp_http_client_method_t::HTTP_METHOD_LOCK (C++ enumerator)
esp_http_client_method_t::HTTP_METHOD_MAX (C++ enumerator)
esp_http_client_method_t::HTTP_METHOD_MKCOL (C++ enumerator)
esp_http_client_method_t::HTTP_METHOD_MOVE (C++ enumerator)
esp_http_client_method_t::HTTP_METHOD_NOTIFY (C++ enumerator)
esp_http_client_method_t::HTTP_METHOD_OPTIONS (C++ enumerator)
esp_http_client_method_t::HTTP_METHOD_PATCH (C++ enumerator)
esp_http_client_method_t::HTTP_METHOD_POST (C++ enumerator)
esp_http_client_method_t::HTTP_METHOD_PROPFIND (C++ enumerator)
esp_http_client_method_t::HTTP_METHOD_PROPPATCH (C++ enumerator)
esp_http_client_method_t::HTTP_METHOD_PUT (C++ enumerator)
esp_http_client_method_t::HTTP_METHOD_SUBSCRIBE (C++ enumerator)
esp_http_client_method_t::HTTP_METHOD_UNLOCK (C++ enumerator)
esp_http_client_method_t::HTTP_METHOD_UNSUBSCRIBE (C++ enumerator)
esp_http_client_open (C++ function)
esp_http_client_perform (C++ function)
esp_http_client_proto_ver_t (C++ enum)
esp_http_client_proto_ver_t::ESP_HTTP_CLIENT_TLS_VER_ANY (C++ enumerator)
esp_http_client_proto_ver_t::ESP_HTTP_CLIENT_TLS_VER_MAX (C++ enumerator)
esp_http_client_proto_ver_t::ESP_HTTP_CLIENT_TLS_VER_TLS_1_2 (C++ enumerator)
esp_http_client_proto_ver_t::ESP_HTTP_CLIENT_TLS_VER_TLS_1_3 (C++ enumerator)
esp_http_client_read (C++ function)
esp_http_client_read_response (C++ function)
esp_http_client_reset_redirect_counter (C++ function)
esp_http_client_set_authtype (C++ function)
esp_http_client_set_header (C++ function)
esp_http_client_set_method (C++ function)
esp_http_client_set_password (C++ function)
esp_http_client_set_post_field (C++ function)
esp_http_client_set_redirection (C++ function)
esp_http_client_set_timeout_ms (C++ function)
esp_http_client_set_url (C++ function)
esp_http_client_set_username (C++ function)
esp_http_client_transport_t (C++ enum)
esp_http_client_transport_t::HTTP_TRANSPORT_OVER_SSL (C++ enumerator)
esp_http_client_transport_t::HTTP_TRANSPORT_OVER_TCP (C++ enumerator)
esp_http_client_transport_t::HTTP_TRANSPORT_UNKNOWN (C++ enumerator)
esp_http_client_write (C++ function)
esp_http_server_event_data (C++ struct)
esp_http_server_event_data::data_len (C++ member)
esp_http_server_event_data::fd (C++ member)
esp_http_server_event_id_t (C++ enum)
esp_http_server_event_id_t::HTTP_SERVER_EVENT_DISCONNECTED (C++ enumerator)
esp_http_server_event_id_t::HTTP_SERVER_EVENT_ERROR (C++ enumerator)
esp_http_server_event_id_t::HTTP_SERVER_EVENT_HEADERS_SENT (C++ enumerator)
esp_http_server_event_id_t::HTTP_SERVER_EVENT_ON_CONNECTED (C++ enumerator)
esp_http_server_event_id_t::HTTP_SERVER_EVENT_ON_DATA (C++ enumerator)
esp_http_server_event_id_t::HTTP_SERVER_EVENT_ON_HEADER (C++ enumerator)
esp_http_server_event_id_t::HTTP_SERVER_EVENT_SENT_DATA (C++ enumerator)
esp_http_server_event_id_t::HTTP_SERVER_EVENT_START (C++ enumerator)
esp_http_server_event_id_t::HTTP_SERVER_EVENT_STOP (C++ enumerator)
ESP_HTTPD_DEF_CTRL_PORT (C macro)
esp_https_ota (C++ function)
esp_https_ota_abort (C++ function)
esp_https_ota_begin (C++ function)
esp_https_ota_config_t (C++ struct)
esp_https_ota_config_t::bulk_flash_erase (C++ member)
esp_https_ota_config_t::http_client_init_cb (C++ member)
esp_https_ota_config_t::http_config (C++ member)
esp_https_ota_config_t::max_http_request_size (C++ member)
esp_https_ota_config_t::partial_http_download (C++ member)
esp_https_ota_event_t (C++ enum)
esp_https_ota_event_t::ESP_HTTPS_OTA_ABORT (C++ enumerator)
esp_https_ota_event_t::ESP_HTTPS_OTA_CONNECTED (C++ enumerator)
esp_https_ota_event_t::ESP_HTTPS_OTA_DECRYPT_CB (C++ enumerator)
esp_https_ota_event_t::ESP_HTTPS_OTA_FINISH (C++ enumerator)
esp_https_ota_event_t::ESP_HTTPS_OTA_GET_IMG_DESC (C++ enumerator)
esp_https_ota_event_t::ESP_HTTPS_OTA_START (C++ enumerator)
esp_https_ota_event_t::ESP_HTTPS_OTA_UPDATE_BOOT_PARTITION (C++ enumerator)
esp_https_ota_event_t::ESP_HTTPS_OTA_VERIFY_CHIP_ID (C++ enumerator)
esp_https_ota_event_t::ESP_HTTPS_OTA_WRITE_FLASH (C++ enumerator)
esp_https_ota_finish (C++ function)
esp_https_ota_get_image_len_read (C++ function)
esp_https_ota_get_image_size (C++ function)
esp_https_ota_get_img_desc (C++ function)
esp_https_ota_get_status_code (C++ function)
esp_https_ota_handle_t (C++ type)
esp_https_ota_is_complete_data_received (C++ function)
esp_https_ota_perform (C++ function)
esp_https_server_user_cb (C++ type)
esp_https_server_user_cb_arg (C++ struct)
esp_https_server_user_cb_arg::tls (C++ member)
esp_https_server_user_cb_arg::user_cb_state (C++ member)
esp_https_server_user_cb_arg_t (C++ type)
ESP_IDF_VERSION (C macro)
ESP_IDF_VERSION_MAJOR (C macro)
ESP_IDF_VERSION_MINOR (C macro)
ESP_IDF_VERSION_PATCH (C macro)
ESP_IDF_VERSION_VAL (C macro)
esp_image_flash_size_t (C++ enum)
esp_image_flash_size_t::ESP_IMAGE_FLASH_SIZE_128MB (C++ enumerator)
esp_image_flash_size_t::ESP_IMAGE_FLASH_SIZE_16MB (C++ enumerator)
esp_image_flash_size_t::ESP_IMAGE_FLASH_SIZE_1MB (C++ enumerator)
esp_image_flash_size_t::ESP_IMAGE_FLASH_SIZE_2MB (C++ enumerator)
esp_image_flash_size_t::ESP_IMAGE_FLASH_SIZE_32MB (C++ enumerator)
esp_image_flash_size_t::ESP_IMAGE_FLASH_SIZE_4MB (C++ enumerator)
esp_image_flash_size_t::ESP_IMAGE_FLASH_SIZE_64MB (C++ enumerator)
esp_image_flash_size_t::ESP_IMAGE_FLASH_SIZE_8MB (C++ enumerator)
esp_image_flash_size_t::ESP_IMAGE_FLASH_SIZE_MAX (C++ enumerator)
ESP_IMAGE_HEADER_MAGIC (C macro)
esp_image_header_t (C++ struct)
esp_image_header_t::chip_id (C++ member)
esp_image_header_t::entry_addr (C++ member)
esp_image_header_t::hash_appended (C++ member)
esp_image_header_t::magic (C++ member)
esp_image_header_t::max_chip_rev_full (C++ member)
esp_image_header_t::min_chip_rev (C++ member)
esp_image_header_t::min_chip_rev_full (C++ member)
esp_image_header_t::reserved (C++ member)
esp_image_header_t::segment_count (C++ member)
esp_image_header_t::spi_mode (C++ member)
esp_image_header_t::spi_pin_drv (C++ member)
esp_image_header_t::spi_size (C++ member)
esp_image_header_t::spi_speed (C++ member)
esp_image_header_t::wp_pin (C++ member)
ESP_IMAGE_MAX_SEGMENTS (C macro)
esp_image_segment_header_t (C++ struct)
esp_image_segment_header_t::data_len (C++ member)
esp_image_segment_header_t::load_addr (C++ member)
esp_image_spi_freq_t (C++ enum)
esp_image_spi_freq_t::ESP_IMAGE_SPI_SPEED_DIV_1 (C++ enumerator)
esp_image_spi_freq_t::ESP_IMAGE_SPI_SPEED_DIV_2 (C++ enumerator)
esp_image_spi_freq_t::ESP_IMAGE_SPI_SPEED_DIV_3 (C++ enumerator)
esp_image_spi_freq_t::ESP_IMAGE_SPI_SPEED_DIV_4 (C++ enumerator)
esp_image_spi_mode_t (C++ enum)
esp_image_spi_mode_t::ESP_IMAGE_SPI_MODE_DIO (C++ enumerator)
esp_image_spi_mode_t::ESP_IMAGE_SPI_MODE_DOUT (C++ enumerator)
esp_image_spi_mode_t::ESP_IMAGE_SPI_MODE_FAST_READ (C++ enumerator)
esp_image_spi_mode_t::ESP_IMAGE_SPI_MODE_QIO (C++ enumerator)
esp_image_spi_mode_t::ESP_IMAGE_SPI_MODE_QOUT (C++ enumerator)
esp_image_spi_mode_t::ESP_IMAGE_SPI_MODE_SLOW_READ (C++ enumerator)
esp_intr_alloc (C++ function)
esp_intr_alloc_intrstatus (C++ function)
ESP_INTR_DISABLE (C macro)
esp_intr_disable (C++ function)
esp_intr_disable_source (C++ function)
ESP_INTR_ENABLE (C macro)
esp_intr_enable (C++ function)
esp_intr_enable_source (C++ function)
ESP_INTR_FLAG_EDGE (C macro)
ESP_INTR_FLAG_HIGH (C macro)
ESP_INTR_FLAG_INTRDISABLED (C macro)
ESP_INTR_FLAG_IRAM (C macro)
ESP_INTR_FLAG_LEVEL1 (C macro)
ESP_INTR_FLAG_LEVEL2 (C macro)
ESP_INTR_FLAG_LEVEL3 (C macro)
ESP_INTR_FLAG_LEVEL4 (C macro)
ESP_INTR_FLAG_LEVEL5 (C macro)
ESP_INTR_FLAG_LEVEL6 (C macro)
ESP_INTR_FLAG_LEVELMASK (C macro)
ESP_INTR_FLAG_LOWMED (C macro)
ESP_INTR_FLAG_NMI (C macro)
ESP_INTR_FLAG_SHARED (C macro)
esp_intr_flags_to_level (C++ function)
esp_intr_free (C++ function)
esp_intr_get_cpu (C++ function)
esp_intr_get_intno (C++ function)
esp_intr_mark_shared (C++ function)
esp_intr_noniram_disable (C++ function)
esp_intr_noniram_enable (C++ function)
esp_intr_reserve (C++ function)
esp_intr_set_in_iram (C++ function)
esp_ip4_addr (C++ struct)
esp_ip4_addr1 (C macro)
esp_ip4_addr1_16 (C macro)
esp_ip4_addr2 (C macro)
esp_ip4_addr2_16 (C macro)
esp_ip4_addr3 (C macro)
esp_ip4_addr3_16 (C macro)
esp_ip4_addr4 (C macro)
esp_ip4_addr4_16 (C macro)
esp_ip4_addr::addr (C++ member)
esp_ip4_addr_get_byte (C macro)
esp_ip4_addr_t (C++ type)
esp_ip4addr_aton (C++ function)
ESP_IP4ADDR_INIT (C macro)
esp_ip4addr_ntoa (C++ function)
ESP_IP4TOADDR (C macro)
ESP_IP4TOUINT32 (C macro)
esp_ip6_addr (C++ struct)
esp_ip6_addr::addr (C++ member)
esp_ip6_addr::zone (C++ member)
ESP_IP6_ADDR_BLOCK1 (C macro)
ESP_IP6_ADDR_BLOCK2 (C macro)
ESP_IP6_ADDR_BLOCK3 (C macro)
ESP_IP6_ADDR_BLOCK4 (C macro)
ESP_IP6_ADDR_BLOCK5 (C macro)
ESP_IP6_ADDR_BLOCK6 (C macro)
ESP_IP6_ADDR_BLOCK7 (C macro)
ESP_IP6_ADDR_BLOCK8 (C macro)
esp_ip6_addr_t (C++ type)
esp_ip6_addr_type_t (C++ enum)
esp_ip6_addr_type_t::ESP_IP6_ADDR_IS_GLOBAL (C++ enumerator)
esp_ip6_addr_type_t::ESP_IP6_ADDR_IS_IPV4_MAPPED_IPV6 (C++ enumerator)
esp_ip6_addr_type_t::ESP_IP6_ADDR_IS_LINK_LOCAL (C++ enumerator)
esp_ip6_addr_type_t::ESP_IP6_ADDR_IS_SITE_LOCAL (C++ enumerator)
esp_ip6_addr_type_t::ESP_IP6_ADDR_IS_UNIQUE_LOCAL (C++ enumerator)
esp_ip6_addr_type_t::ESP_IP6_ADDR_IS_UNKNOWN (C++ enumerator)
ESP_IP6ADDR_INIT (C macro)
esp_ip_addr_t (C++ type)
ESP_IPADDR_TYPE_ANY (C macro)
ESP_IPADDR_TYPE_V4 (C macro)
ESP_IPADDR_TYPE_V6 (C macro)
esp_lcd_del_i80_bus (C++ function)
esp_lcd_i2c_bus_handle_t (C++ type)
esp_lcd_i80_bus_config_t (C++ struct)
esp_lcd_i80_bus_config_t::bus_width (C++ member)
esp_lcd_i80_bus_config_t::clk_src (C++ member)
esp_lcd_i80_bus_config_t::data_gpio_nums (C++ member)
esp_lcd_i80_bus_config_t::dc_gpio_num (C++ member)
esp_lcd_i80_bus_config_t::max_transfer_bytes (C++ member)
esp_lcd_i80_bus_config_t::psram_trans_align (C++ member)
esp_lcd_i80_bus_config_t::sram_trans_align (C++ member)
esp_lcd_i80_bus_config_t::wr_gpio_num (C++ member)
esp_lcd_i80_bus_handle_t (C++ type)
esp_lcd_new_i80_bus (C++ function)
esp_lcd_new_panel_io_i2c (C++ function)
esp_lcd_new_panel_io_i80 (C++ function)
esp_lcd_new_panel_io_spi (C++ function)
esp_lcd_new_panel_nt35510 (C++ function)
esp_lcd_new_panel_ssd1306 (C++ function)
esp_lcd_new_panel_st7789 (C++ function)
esp_lcd_panel_del (C++ function)
esp_lcd_panel_dev_config_t (C++ struct)
esp_lcd_panel_dev_config_t::bits_per_pixel (C++ member)
esp_lcd_panel_dev_config_t::color_space (C++ member)
esp_lcd_panel_dev_config_t::data_endian (C++ member)
esp_lcd_panel_dev_config_t::flags (C++ member)
esp_lcd_panel_dev_config_t::reset_active_high (C++ member)
esp_lcd_panel_dev_config_t::reset_gpio_num (C++ member)
esp_lcd_panel_dev_config_t::rgb_ele_order (C++ member)
esp_lcd_panel_dev_config_t::rgb_endian (C++ member)
esp_lcd_panel_dev_config_t::vendor_config (C++ member)
esp_lcd_panel_disp_off (C++ function)
esp_lcd_panel_disp_on_off (C++ function)
esp_lcd_panel_draw_bitmap (C++ function)
esp_lcd_panel_handle_t (C++ type)
esp_lcd_panel_init (C++ function)
esp_lcd_panel_invert_color (C++ function)
esp_lcd_panel_io_callbacks_t (C++ struct)
esp_lcd_panel_io_callbacks_t::on_color_trans_done (C++ member)
esp_lcd_panel_io_color_trans_done_cb_t (C++ type)
esp_lcd_panel_io_del (C++ function)
esp_lcd_panel_io_event_data_t (C++ struct)
esp_lcd_panel_io_handle_t (C++ type)
esp_lcd_panel_io_i2c_config_t (C++ struct)
esp_lcd_panel_io_i2c_config_t::control_phase_bytes (C++ member)
esp_lcd_panel_io_i2c_config_t::dc_bit_offset (C++ member)
esp_lcd_panel_io_i2c_config_t::dc_low_on_data (C++ member)
esp_lcd_panel_io_i2c_config_t::dev_addr (C++ member)
esp_lcd_panel_io_i2c_config_t::disable_control_phase (C++ member)
esp_lcd_panel_io_i2c_config_t::flags (C++ member)
esp_lcd_panel_io_i2c_config_t::lcd_cmd_bits (C++ member)
esp_lcd_panel_io_i2c_config_t::lcd_param_bits (C++ member)
esp_lcd_panel_io_i2c_config_t::on_color_trans_done (C++ member)
esp_lcd_panel_io_i2c_config_t::user_ctx (C++ member)
esp_lcd_panel_io_i80_config_t (C++ struct)
esp_lcd_panel_io_i80_config_t::cs_active_high (C++ member)
esp_lcd_panel_io_i80_config_t::cs_gpio_num (C++ member)
esp_lcd_panel_io_i80_config_t::dc_cmd_level (C++ member)
esp_lcd_panel_io_i80_config_t::dc_data_level (C++ member)
esp_lcd_panel_io_i80_config_t::dc_dummy_level (C++ member)
esp_lcd_panel_io_i80_config_t::dc_idle_level (C++ member)
esp_lcd_panel_io_i80_config_t::dc_levels (C++ member)
esp_lcd_panel_io_i80_config_t::flags (C++ member)
esp_lcd_panel_io_i80_config_t::lcd_cmd_bits (C++ member)
esp_lcd_panel_io_i80_config_t::lcd_param_bits (C++ member)
esp_lcd_panel_io_i80_config_t::on_color_trans_done (C++ member)
esp_lcd_panel_io_i80_config_t::pclk_active_neg (C++ member)
esp_lcd_panel_io_i80_config_t::pclk_hz (C++ member)
esp_lcd_panel_io_i80_config_t::pclk_idle_low (C++ member)
esp_lcd_panel_io_i80_config_t::reverse_color_bits (C++ member)
esp_lcd_panel_io_i80_config_t::swap_color_bytes (C++ member)
esp_lcd_panel_io_i80_config_t::trans_queue_depth (C++ member)
esp_lcd_panel_io_i80_config_t::user_ctx (C++ member)
esp_lcd_panel_io_register_event_callbacks (C++ function)
esp_lcd_panel_io_rx_param (C++ function)
esp_lcd_panel_io_spi_config_t (C++ struct)
esp_lcd_panel_io_spi_config_t::cs_gpio_num (C++ member)
esp_lcd_panel_io_spi_config_t::cs_high_active (C++ member)
esp_lcd_panel_io_spi_config_t::dc_gpio_num (C++ member)
esp_lcd_panel_io_spi_config_t::dc_high_on_cmd (C++ member)
esp_lcd_panel_io_spi_config_t::dc_low_on_data (C++ member)
esp_lcd_panel_io_spi_config_t::dc_low_on_param (C++ member)
esp_lcd_panel_io_spi_config_t::flags (C++ member)
esp_lcd_panel_io_spi_config_t::lcd_cmd_bits (C++ member)
esp_lcd_panel_io_spi_config_t::lcd_param_bits (C++ member)
esp_lcd_panel_io_spi_config_t::lsb_first (C++ member)
esp_lcd_panel_io_spi_config_t::octal_mode (C++ member)
esp_lcd_panel_io_spi_config_t::on_color_trans_done (C++ member)
esp_lcd_panel_io_spi_config_t::pclk_hz (C++ member)
esp_lcd_panel_io_spi_config_t::quad_mode (C++ member)
esp_lcd_panel_io_spi_config_t::sio_mode (C++ member)
esp_lcd_panel_io_spi_config_t::spi_mode (C++ member)
esp_lcd_panel_io_spi_config_t::trans_queue_depth (C++ member)
esp_lcd_panel_io_spi_config_t::user_ctx (C++ member)
esp_lcd_panel_io_tx_color (C++ function)
esp_lcd_panel_io_tx_param (C++ function)
esp_lcd_panel_mirror (C++ function)
esp_lcd_panel_reset (C++ function)
esp_lcd_panel_set_gap (C++ function)
esp_lcd_panel_swap_xy (C++ function)
esp_lcd_spi_bus_handle_t (C++ type)
esp_light_sleep_start (C++ function)
esp_local_ctrl_add_property (C++ function)
esp_local_ctrl_config (C++ struct)
esp_local_ctrl_config::handlers (C++ member)
esp_local_ctrl_config::max_properties (C++ member)
esp_local_ctrl_config::proto_sec (C++ member)
esp_local_ctrl_config::transport (C++ member)
esp_local_ctrl_config::transport_config (C++ member)
esp_local_ctrl_config_t (C++ type)
esp_local_ctrl_get_property (C++ function)
esp_local_ctrl_get_transport_ble (C++ function)
esp_local_ctrl_get_transport_httpd (C++ function)
esp_local_ctrl_handlers (C++ struct)
esp_local_ctrl_handlers::get_prop_values (C++ member)
esp_local_ctrl_handlers::set_prop_values (C++ member)
esp_local_ctrl_handlers::usr_ctx (C++ member)
esp_local_ctrl_handlers::usr_ctx_free_fn (C++ member)
esp_local_ctrl_handlers_t (C++ type)
esp_local_ctrl_prop (C++ struct)
esp_local_ctrl_prop::ctx (C++ member)
esp_local_ctrl_prop::ctx_free_fn (C++ member)
esp_local_ctrl_prop::flags (C++ member)
esp_local_ctrl_prop::name (C++ member)
esp_local_ctrl_prop::size (C++ member)
esp_local_ctrl_prop::type (C++ member)
esp_local_ctrl_prop_t (C++ type)
esp_local_ctrl_prop_val (C++ struct)
esp_local_ctrl_prop_val::data (C++ member)
esp_local_ctrl_prop_val::free_fn (C++ member)
esp_local_ctrl_prop_val::size (C++ member)
esp_local_ctrl_prop_val_t (C++ type)
esp_local_ctrl_proto_sec (C++ enum)
esp_local_ctrl_proto_sec::PROTOCOM_SEC0 (C++ enumerator)
esp_local_ctrl_proto_sec::PROTOCOM_SEC1 (C++ enumerator)
esp_local_ctrl_proto_sec::PROTOCOM_SEC2 (C++ enumerator)
esp_local_ctrl_proto_sec::PROTOCOM_SEC_CUSTOM (C++ enumerator)
esp_local_ctrl_proto_sec_cfg (C++ struct)
esp_local_ctrl_proto_sec_cfg::custom_handle (C++ member)
esp_local_ctrl_proto_sec_cfg::pop (C++ member)
esp_local_ctrl_proto_sec_cfg::sec_params (C++ member)
esp_local_ctrl_proto_sec_cfg::version (C++ member)
esp_local_ctrl_proto_sec_cfg_t (C++ type)
esp_local_ctrl_proto_sec_t (C++ type)
esp_local_ctrl_remove_property (C++ function)
esp_local_ctrl_security1_params_t (C++ type)
esp_local_ctrl_security2_params_t (C++ type)
esp_local_ctrl_set_handler (C++ function)
esp_local_ctrl_start (C++ function)
esp_local_ctrl_stop (C++ function)
ESP_LOCAL_CTRL_TRANSPORT_BLE (C macro)
esp_local_ctrl_transport_config_ble_t (C++ type)
esp_local_ctrl_transport_config_httpd_t (C++ type)
esp_local_ctrl_transport_config_t (C++ union)
esp_local_ctrl_transport_config_t::ble (C++ member)
esp_local_ctrl_transport_config_t::httpd (C++ member)
ESP_LOCAL_CTRL_TRANSPORT_HTTPD (C macro)
esp_local_ctrl_transport_t (C++ type)
ESP_LOG_BUFFER_CHAR (C macro)
ESP_LOG_BUFFER_CHAR_LEVEL (C macro)
ESP_LOG_BUFFER_HEX (C macro)
ESP_LOG_BUFFER_HEX_LEVEL (C macro)
ESP_LOG_BUFFER_HEXDUMP (C macro)
ESP_LOG_EARLY_IMPL (C macro)
esp_log_early_timestamp (C++ function)
ESP_LOG_LEVEL (C macro)
esp_log_level_get (C++ function)
ESP_LOG_LEVEL_LOCAL (C macro)
esp_log_level_set (C++ function)
esp_log_level_t (C++ enum)
esp_log_level_t::ESP_LOG_DEBUG (C++ enumerator)
esp_log_level_t::ESP_LOG_ERROR (C++ enumerator)
esp_log_level_t::ESP_LOG_INFO (C++ enumerator)
esp_log_level_t::ESP_LOG_NONE (C++ enumerator)
esp_log_level_t::ESP_LOG_VERBOSE (C++ enumerator)
esp_log_level_t::ESP_LOG_WARN (C++ enumerator)
esp_log_set_vprintf (C++ function)
esp_log_system_timestamp (C++ function)
esp_log_timestamp (C++ function)
esp_log_write (C++ function)
esp_log_writev (C++ function)
ESP_LOGD (C macro)
ESP_LOGE (C macro)
ESP_LOGI (C macro)
ESP_LOGV (C macro)
ESP_LOGW (C macro)
esp_mac_type_t (C++ enum)
esp_mac_type_t::ESP_MAC_BT (C++ enumerator)
esp_mac_type_t::ESP_MAC_ETH (C++ enumerator)
esp_mac_type_t::ESP_MAC_IEEE802154 (C++ enumerator)
esp_mac_type_t::ESP_MAC_WIFI_SOFTAP (C++ enumerator)
esp_mac_type_t::ESP_MAC_WIFI_STA (C++ enumerator)
esp_mesh_allow_root_conflicts (C++ function)
esp_mesh_available_txupQ_num (C++ function)
esp_mesh_connect (C++ function)
esp_mesh_deinit (C++ function)
esp_mesh_delete_group_id (C++ function)
esp_mesh_disable_ps (C++ function)
esp_mesh_disconnect (C++ function)
esp_mesh_enable_ps (C++ function)
esp_mesh_fix_root (C++ function)
esp_mesh_flush_scan_result (C++ function)
esp_mesh_flush_upstream_packets (C++ function)
esp_mesh_get_active_duty_cycle (C++ function)
esp_mesh_get_ap_assoc_expire (C++ function)
esp_mesh_get_ap_authmode (C++ function)
esp_mesh_get_ap_connections (C++ function)
esp_mesh_get_capacity_num (C++ function)
esp_mesh_get_config (C++ function)
esp_mesh_get_group_list (C++ function)
esp_mesh_get_group_num (C++ function)
esp_mesh_get_id (C++ function)
esp_mesh_get_ie_crypto_key (C++ function)
esp_mesh_get_layer (C++ function)
esp_mesh_get_max_layer (C++ function)
esp_mesh_get_network_duty_cycle (C++ function)
esp_mesh_get_non_mesh_connections (C++ function)
esp_mesh_get_parent_bssid (C++ function)
esp_mesh_get_root_healing_delay (C++ function)
esp_mesh_get_router (C++ function)
esp_mesh_get_router_bssid (C++ function)
esp_mesh_get_routing_table (C++ function)
esp_mesh_get_routing_table_size (C++ function)
esp_mesh_get_running_active_duty_cycle (C++ function)
esp_mesh_get_rx_pending (C++ function)
esp_mesh_get_self_organized (C++ function)
esp_mesh_get_subnet_nodes_list (C++ function)
esp_mesh_get_subnet_nodes_num (C++ function)
esp_mesh_get_topology (C++ function)
esp_mesh_get_total_node_num (C++ function)
esp_mesh_get_tsf_time (C++ function)
esp_mesh_get_tx_pending (C++ function)
esp_mesh_get_type (C++ function)
esp_mesh_get_vote_percentage (C++ function)
esp_mesh_get_xon_qsize (C++ function)
esp_mesh_init (C++ function)
esp_mesh_is_device_active (C++ function)
esp_mesh_is_my_group (C++ function)
esp_mesh_is_ps_enabled (C++ function)
esp_mesh_is_root (C++ function)
esp_mesh_is_root_conflicts_allowed (C++ function)
esp_mesh_is_root_fixed (C++ function)
esp_mesh_post_toDS_state (C++ function)
esp_mesh_ps_duty_signaling (C++ function)
esp_mesh_recv (C++ function)
esp_mesh_recv_toDS (C++ function)
esp_mesh_scan_get_ap_ie_len (C++ function)
esp_mesh_scan_get_ap_record (C++ function)
esp_mesh_send (C++ function)
esp_mesh_send_block_time (C++ function)
esp_mesh_set_active_duty_cycle (C++ function)
esp_mesh_set_ap_assoc_expire (C++ function)
esp_mesh_set_ap_authmode (C++ function)
esp_mesh_set_ap_connections (C++ function)
esp_mesh_set_ap_password (C++ function)
esp_mesh_set_capacity_num (C++ function)
esp_mesh_set_config (C++ function)
esp_mesh_set_group_id (C++ function)
esp_mesh_set_id (C++ function)
esp_mesh_set_ie_crypto_funcs (C++ function)
esp_mesh_set_ie_crypto_key (C++ function)
esp_mesh_set_max_layer (C++ function)
esp_mesh_set_network_duty_cycle (C++ function)
esp_mesh_set_parent (C++ function)
esp_mesh_set_root_healing_delay (C++ function)
esp_mesh_set_router (C++ function)
esp_mesh_set_self_organized (C++ function)
esp_mesh_set_topology (C++ function)
esp_mesh_set_type (C++ function)
esp_mesh_set_vote_percentage (C++ function)
esp_mesh_set_xon_qsize (C++ function)
esp_mesh_start (C++ function)
esp_mesh_stop (C++ function)
esp_mesh_switch_channel (C++ function)
esp_mesh_topology_t (C++ enum)
esp_mesh_topology_t::MESH_TOPO_CHAIN (C++ enumerator)
esp_mesh_topology_t::MESH_TOPO_TREE (C++ enumerator)
esp_mesh_waive_root (C++ function)
esp_mqtt_client_config_t (C++ struct)
(C++ type)
esp_mqtt_client_config_t::broker (C++ member)
esp_mqtt_client_config_t::broker_t (C++ struct)
esp_mqtt_client_config_t::broker_t::address (C++ member)
esp_mqtt_client_config_t::broker_t::address_t (C++ struct)
esp_mqtt_client_config_t::broker_t::address_t::hostname (C++ member)
esp_mqtt_client_config_t::broker_t::address_t::path (C++ member)
esp_mqtt_client_config_t::broker_t::address_t::port (C++ member)
esp_mqtt_client_config_t::broker_t::address_t::transport (C++ member)
esp_mqtt_client_config_t::broker_t::address_t::uri (C++ member)
esp_mqtt_client_config_t::broker_t::verification (C++ member)
esp_mqtt_client_config_t::broker_t::verification_t (C++ struct)
esp_mqtt_client_config_t::broker_t::verification_t::alpn_protos (C++ member)
esp_mqtt_client_config_t::broker_t::verification_t::certificate (C++ member)
esp_mqtt_client_config_t::broker_t::verification_t::certificate_len (C++ member)
esp_mqtt_client_config_t::broker_t::verification_t::crt_bundle_attach (C++ member)
esp_mqtt_client_config_t::broker_t::verification_t::psk_hint_key (C++ member)
esp_mqtt_client_config_t::broker_t::verification_t::skip_cert_common_name_check (C++ member)
esp_mqtt_client_config_t::broker_t::verification_t::use_global_ca_store (C++ member)
esp_mqtt_client_config_t::buffer (C++ member)
esp_mqtt_client_config_t::buffer_t (C++ struct)
esp_mqtt_client_config_t::buffer_t::out_size (C++ member)
esp_mqtt_client_config_t::buffer_t::size (C++ member)
esp_mqtt_client_config_t::credentials (C++ member)
esp_mqtt_client_config_t::credentials_t (C++ struct)
esp_mqtt_client_config_t::credentials_t::authentication (C++ member)
esp_mqtt_client_config_t::credentials_t::authentication_t (C++ struct)
esp_mqtt_client_config_t::credentials_t::authentication_t::certificate (C++ member)
esp_mqtt_client_config_t::credentials_t::authentication_t::certificate_len (C++ member)
esp_mqtt_client_config_t::credentials_t::authentication_t::ds_data (C++ member)
esp_mqtt_client_config_t::credentials_t::authentication_t::key (C++ member)
esp_mqtt_client_config_t::credentials_t::authentication_t::key_len (C++ member)
esp_mqtt_client_config_t::credentials_t::authentication_t::key_password (C++ member)
esp_mqtt_client_config_t::credentials_t::authentication_t::key_password_len (C++ member)
esp_mqtt_client_config_t::credentials_t::authentication_t::password (C++ member)
esp_mqtt_client_config_t::credentials_t::authentication_t::use_secure_element (C++ member)
esp_mqtt_client_config_t::credentials_t::client_id (C++ member)
esp_mqtt_client_config_t::credentials_t::set_null_client_id (C++ member)
esp_mqtt_client_config_t::credentials_t::username (C++ member)
esp_mqtt_client_config_t::network (C++ member)
esp_mqtt_client_config_t::network_t (C++ struct)
esp_mqtt_client_config_t::network_t::disable_auto_reconnect (C++ member)
esp_mqtt_client_config_t::network_t::reconnect_timeout_ms (C++ member)
esp_mqtt_client_config_t::network_t::refresh_connection_after_ms (C++ member)
esp_mqtt_client_config_t::network_t::timeout_ms (C++ member)
esp_mqtt_client_config_t::session (C++ member)
esp_mqtt_client_config_t::session_t (C++ struct)
esp_mqtt_client_config_t::session_t::disable_clean_session (C++ member)
esp_mqtt_client_config_t::session_t::disable_keepalive (C++ member)
esp_mqtt_client_config_t::session_t::keepalive (C++ member)
esp_mqtt_client_config_t::session_t::last_will (C++ member)
esp_mqtt_client_config_t::session_t::last_will_t (C++ struct)
esp_mqtt_client_config_t::session_t::last_will_t::msg (C++ member)
esp_mqtt_client_config_t::session_t::last_will_t::msg_len (C++ member)
esp_mqtt_client_config_t::session_t::last_will_t::qos (C++ member)
esp_mqtt_client_config_t::session_t::last_will_t::retain (C++ member)
esp_mqtt_client_config_t::session_t::last_will_t::topic (C++ member)
esp_mqtt_client_config_t::session_t::message_retransmit_timeout (C++ member)
esp_mqtt_client_config_t::session_t::protocol_ver (C++ member)
esp_mqtt_client_config_t::task (C++ member)
esp_mqtt_client_config_t::task_t (C++ struct)
esp_mqtt_client_config_t::task_t::priority (C++ member)
esp_mqtt_client_config_t::task_t::stack_size (C++ member)
esp_mqtt_client_destroy (C++ function)
esp_mqtt_client_disconnect (C++ function)
esp_mqtt_client_enqueue (C++ function)
esp_mqtt_client_get_outbox_size (C++ function)
esp_mqtt_client_handle_t (C++ type)
esp_mqtt_client_init (C++ function)
esp_mqtt_client_publish (C++ function)
esp_mqtt_client_reconnect (C++ function)
esp_mqtt_client_register_event (C++ function)
esp_mqtt_client_set_uri (C++ function)
esp_mqtt_client_start (C++ function)
esp_mqtt_client_stop (C++ function)
esp_mqtt_client_subscribe (C++ function)
esp_mqtt_client_unsubscribe (C++ function)
esp_mqtt_connect_return_code_t (C++ enum)
(C++ type)
esp_mqtt_connect_return_code_t::MQTT_CONNECTION_ACCEPTED (C++ enumerator)
esp_mqtt_connect_return_code_t::MQTT_CONNECTION_REFUSE_BAD_USERNAME (C++ enumerator)
esp_mqtt_connect_return_code_t::MQTT_CONNECTION_REFUSE_ID_REJECTED (C++ enumerator)
esp_mqtt_connect_return_code_t::MQTT_CONNECTION_REFUSE_NOT_AUTHORIZED (C++ enumerator)
esp_mqtt_connect_return_code_t::MQTT_CONNECTION_REFUSE_PROTOCOL (C++ enumerator)
esp_mqtt_connect_return_code_t::MQTT_CONNECTION_REFUSE_SERVER_UNAVAILABLE (C++ enumerator)
esp_mqtt_error_codes (C++ struct)
esp_mqtt_error_codes::connect_return_code (C++ member)
esp_mqtt_error_codes::error_type (C++ member)
esp_mqtt_error_codes::esp_tls_cert_verify_flags (C++ member)
esp_mqtt_error_codes::esp_tls_last_esp_err (C++ member)
esp_mqtt_error_codes::esp_tls_stack_err (C++ member)
esp_mqtt_error_codes::esp_transport_sock_errno (C++ member)
esp_mqtt_error_codes_t (C++ type)
esp_mqtt_error_type_t (C++ enum)
(C++ type)
esp_mqtt_error_type_t::MQTT_ERROR_TYPE_CONNECTION_REFUSED (C++ enumerator)
esp_mqtt_error_type_t::MQTT_ERROR_TYPE_NONE (C++ enumerator)
esp_mqtt_error_type_t::MQTT_ERROR_TYPE_TCP_TRANSPORT (C++ enumerator)
esp_mqtt_event_handle_t (C++ type)
esp_mqtt_event_id_t (C++ enum)
(C++ type)
esp_mqtt_event_id_t::MQTT_EVENT_ANY (C++ enumerator)
esp_mqtt_event_id_t::MQTT_EVENT_BEFORE_CONNECT (C++ enumerator)
esp_mqtt_event_id_t::MQTT_EVENT_CONNECTED (C++ enumerator)
esp_mqtt_event_id_t::MQTT_EVENT_DATA (C++ enumerator)
esp_mqtt_event_id_t::MQTT_EVENT_DELETED (C++ enumerator)
esp_mqtt_event_id_t::MQTT_EVENT_DISCONNECTED (C++ enumerator)
esp_mqtt_event_id_t::MQTT_EVENT_ERROR (C++ enumerator)
esp_mqtt_event_id_t::MQTT_EVENT_PUBLISHED (C++ enumerator)
esp_mqtt_event_id_t::MQTT_EVENT_SUBSCRIBED (C++ enumerator)
esp_mqtt_event_id_t::MQTT_EVENT_UNSUBSCRIBED (C++ enumerator)
esp_mqtt_event_t (C++ struct)
(C++ type)
esp_mqtt_event_t::client (C++ member)
esp_mqtt_event_t::current_data_offset (C++ member)
esp_mqtt_event_t::data (C++ member)
esp_mqtt_event_t::data_len (C++ member)
esp_mqtt_event_t::dup (C++ member)
esp_mqtt_event_t::error_handle (C++ member)
esp_mqtt_event_t::event_id (C++ member)
esp_mqtt_event_t::msg_id (C++ member)
esp_mqtt_event_t::protocol_ver (C++ member)
esp_mqtt_event_t::qos (C++ member)
esp_mqtt_event_t::retain (C++ member)
esp_mqtt_event_t::session_present (C++ member)
esp_mqtt_event_t::topic (C++ member)
esp_mqtt_event_t::topic_len (C++ member)
esp_mqtt_event_t::total_data_len (C++ member)
esp_mqtt_protocol_ver_t (C++ enum)
(C++ type)
esp_mqtt_protocol_ver_t::MQTT_PROTOCOL_UNDEFINED (C++ enumerator)
esp_mqtt_protocol_ver_t::MQTT_PROTOCOL_V_3_1 (C++ enumerator)
esp_mqtt_protocol_ver_t::MQTT_PROTOCOL_V_3_1_1 (C++ enumerator)
esp_mqtt_protocol_ver_t::MQTT_PROTOCOL_V_5 (C++ enumerator)
esp_mqtt_set_config (C++ function)
esp_mqtt_transport_t (C++ enum)
(C++ type)
esp_mqtt_transport_t::MQTT_TRANSPORT_OVER_SSL (C++ enumerator)
esp_mqtt_transport_t::MQTT_TRANSPORT_OVER_TCP (C++ enumerator)
esp_mqtt_transport_t::MQTT_TRANSPORT_OVER_WS (C++ enumerator)
esp_mqtt_transport_t::MQTT_TRANSPORT_OVER_WSS (C++ enumerator)
esp_mqtt_transport_t::MQTT_TRANSPORT_UNKNOWN (C++ enumerator)
esp_netif_action_add_ip6_address (C++ function)
esp_netif_action_connected (C++ function)
esp_netif_action_disconnected (C++ function)
esp_netif_action_got_ip (C++ function)
esp_netif_action_join_ip6_multicast_group (C++ function)
esp_netif_action_leave_ip6_multicast_group (C++ function)
esp_netif_action_remove_ip6_address (C++ function)
esp_netif_action_start (C++ function)
esp_netif_action_stop (C++ function)
esp_netif_attach (C++ function)
esp_netif_attach_wifi_ap (C++ function)
esp_netif_attach_wifi_station (C++ function)
ESP_NETIF_BR_DROP (C macro)
ESP_NETIF_BR_FDW_CPU (C macro)
ESP_NETIF_BR_FLOOD (C macro)
esp_netif_callback_fn (C++ type)
esp_netif_config (C++ struct)
esp_netif_config::base (C++ member)
esp_netif_config::driver (C++ member)
esp_netif_config::stack (C++ member)
esp_netif_config_t (C++ type)
esp_netif_create_default_wifi_ap (C++ function)
esp_netif_create_default_wifi_mesh_netifs (C++ function)
esp_netif_create_default_wifi_sta (C++ function)
esp_netif_create_ip6_linklocal (C++ function)
esp_netif_create_wifi (C++ function)
ESP_NETIF_DEFAULT_OPENTHREAD (C macro)
esp_netif_deinit (C++ function)
esp_netif_destroy (C++ function)
esp_netif_destroy_default_wifi (C++ function)
esp_netif_dhcp_option_id_t (C++ enum)
esp_netif_dhcp_option_id_t::ESP_NETIF_DOMAIN_NAME_SERVER (C++ enumerator)
esp_netif_dhcp_option_id_t::ESP_NETIF_IP_ADDRESS_LEASE_TIME (C++ enumerator)
esp_netif_dhcp_option_id_t::ESP_NETIF_IP_REQUEST_RETRY_TIME (C++ enumerator)
esp_netif_dhcp_option_id_t::ESP_NETIF_REQUESTED_IP_ADDRESS (C++ enumerator)
esp_netif_dhcp_option_id_t::ESP_NETIF_ROUTER_SOLICITATION_ADDRESS (C++ enumerator)
esp_netif_dhcp_option_id_t::ESP_NETIF_SUBNET_MASK (C++ enumerator)
esp_netif_dhcp_option_id_t::ESP_NETIF_VENDOR_CLASS_IDENTIFIER (C++ enumerator)
esp_netif_dhcp_option_id_t::ESP_NETIF_VENDOR_SPECIFIC_INFO (C++ enumerator)
esp_netif_dhcp_option_mode_t (C++ enum)
esp_netif_dhcp_option_mode_t::ESP_NETIF_OP_GET (C++ enumerator)
esp_netif_dhcp_option_mode_t::ESP_NETIF_OP_MAX (C++ enumerator)
esp_netif_dhcp_option_mode_t::ESP_NETIF_OP_SET (C++ enumerator)
esp_netif_dhcp_option_mode_t::ESP_NETIF_OP_START (C++ enumerator)
esp_netif_dhcp_status_t (C++ enum)
esp_netif_dhcp_status_t::ESP_NETIF_DHCP_INIT (C++ enumerator)
esp_netif_dhcp_status_t::ESP_NETIF_DHCP_STARTED (C++ enumerator)
esp_netif_dhcp_status_t::ESP_NETIF_DHCP_STATUS_MAX (C++ enumerator)
esp_netif_dhcp_status_t::ESP_NETIF_DHCP_STOPPED (C++ enumerator)
esp_netif_dhcpc_get_status (C++ function)
esp_netif_dhcpc_option (C++ function)
esp_netif_dhcpc_start (C++ function)
esp_netif_dhcpc_stop (C++ function)
esp_netif_dhcps_get_clients_by_mac (C++ function)
esp_netif_dhcps_get_status (C++ function)
esp_netif_dhcps_option (C++ function)
esp_netif_dhcps_start (C++ function)
esp_netif_dhcps_stop (C++ function)
esp_netif_dns_info_t (C++ struct)
esp_netif_dns_info_t::ip (C++ member)
esp_netif_dns_type_t (C++ enum)
esp_netif_dns_type_t::ESP_NETIF_DNS_BACKUP (C++ enumerator)
esp_netif_dns_type_t::ESP_NETIF_DNS_FALLBACK (C++ enumerator)
esp_netif_dns_type_t::ESP_NETIF_DNS_MAIN (C++ enumerator)
esp_netif_dns_type_t::ESP_NETIF_DNS_MAX (C++ enumerator)
esp_netif_driver_base_s (C++ struct)
esp_netif_driver_base_s::netif (C++ member)
esp_netif_driver_base_s::post_attach (C++ member)
esp_netif_driver_base_t (C++ type)
esp_netif_driver_ifconfig (C++ struct)
esp_netif_driver_ifconfig::driver_free_rx_buffer (C++ member)
esp_netif_driver_ifconfig::handle (C++ member)
esp_netif_driver_ifconfig::transmit (C++ member)
esp_netif_driver_ifconfig::transmit_wrap (C++ member)
esp_netif_driver_ifconfig_t (C++ type)
esp_netif_find_if (C++ function)
esp_netif_find_predicate_t (C++ type)
esp_netif_flags (C++ enum)
esp_netif_flags::ESP_NETIF_DHCP_CLIENT (C++ enumerator)
esp_netif_flags::ESP_NETIF_DHCP_SERVER (C++ enumerator)
esp_netif_flags::ESP_NETIF_FLAG_AUTOUP (C++ enumerator)
esp_netif_flags::ESP_NETIF_FLAG_EVENT_IP_MODIFIED (C++ enumerator)
esp_netif_flags::ESP_NETIF_FLAG_GARP (C++ enumerator)
esp_netif_flags::ESP_NETIF_FLAG_IS_BRIDGE (C++ enumerator)
esp_netif_flags::ESP_NETIF_FLAG_IS_PPP (C++ enumerator)
esp_netif_flags::ESP_NETIF_FLAG_MLDV6_REPORT (C++ enumerator)
esp_netif_flags_t (C++ type)
esp_netif_free_rx_buffer (C++ function)
esp_netif_get_all_ip6 (C++ function)
esp_netif_get_desc (C++ function)
esp_netif_get_dns_info (C++ function)
esp_netif_get_event_id (C++ function)
esp_netif_get_flags (C++ function)
esp_netif_get_handle_from_ifkey (C++ function)
esp_netif_get_handle_from_netif_impl (C++ function)
esp_netif_get_hostname (C++ function)
esp_netif_get_ifkey (C++ function)
esp_netif_get_io_driver (C++ function)
esp_netif_get_ip6_global (C++ function)
esp_netif_get_ip6_linklocal (C++ function)
esp_netif_get_ip_info (C++ function)
esp_netif_get_mac (C++ function)
esp_netif_get_netif_impl (C++ function)
esp_netif_get_netif_impl_index (C++ function)
esp_netif_get_netif_impl_name (C++ function)
esp_netif_get_nr_of_ifs (C++ function)
esp_netif_get_old_ip_info (C++ function)
esp_netif_get_route_prio (C++ function)
esp_netif_htonl (C macro)
esp_netif_inherent_config (C++ struct)
esp_netif_inherent_config::bridge_info (C++ member)
esp_netif_inherent_config::flags (C++ member)
esp_netif_inherent_config::get_ip_event (C++ member)
esp_netif_inherent_config::if_desc (C++ member)
esp_netif_inherent_config::if_key (C++ member)
esp_netif_inherent_config::ip_info (C++ member)
esp_netif_inherent_config::lost_ip_event (C++ member)
esp_netif_inherent_config::mac (C++ member)
esp_netif_inherent_config::route_prio (C++ member)
esp_netif_inherent_config_t (C++ type)
ESP_NETIF_INHERENT_DEFAULT_OPENTHREAD (C macro)
esp_netif_init (C++ function)
esp_netif_iodriver_handle (C++ type)
esp_netif_ip4_makeu32 (C macro)
esp_netif_ip6_get_addr_type (C++ function)
esp_netif_ip6_info_t (C++ struct)
esp_netif_ip6_info_t::ip (C++ member)
esp_netif_ip_addr_copy (C++ function)
esp_netif_ip_event_type (C++ enum)
esp_netif_ip_event_type::ESP_NETIF_IP_EVENT_GOT_IP (C++ enumerator)
esp_netif_ip_event_type::ESP_NETIF_IP_EVENT_LOST_IP (C++ enumerator)
esp_netif_ip_event_type_t (C++ type)
esp_netif_ip_info_t (C++ struct)
esp_netif_ip_info_t::gw (C++ member)
esp_netif_ip_info_t::ip (C++ member)
esp_netif_ip_info_t::netmask (C++ member)
esp_netif_is_netif_up (C++ function)
esp_netif_join_ip6_multicast_group (C++ function)
esp_netif_leave_ip6_multicast_group (C++ function)
esp_netif_netstack_buf_free (C++ function)
esp_netif_netstack_buf_ref (C++ function)
esp_netif_netstack_config_t (C++ type)
esp_netif_new (C++ function)
esp_netif_next (C++ function)
esp_netif_next_unsafe (C++ function)
esp_netif_pair_mac_ip_t (C++ struct)
esp_netif_pair_mac_ip_t::ip (C++ member)
esp_netif_pair_mac_ip_t::mac (C++ member)
esp_netif_receive (C++ function)
esp_netif_receive_t (C++ type)
esp_netif_set_default_netif (C++ function)
esp_netif_set_dns_info (C++ function)
esp_netif_set_driver_config (C++ function)
esp_netif_set_hostname (C++ function)
esp_netif_set_ip4_addr (C++ function)
esp_netif_set_ip_info (C++ function)
esp_netif_set_link_speed (C++ function)
esp_netif_set_mac (C++ function)
esp_netif_set_old_ip_info (C++ function)
esp_netif_str_to_ip4 (C++ function)
esp_netif_str_to_ip6 (C++ function)
esp_netif_t (C++ type)
esp_netif_tcpip_exec (C++ function)
esp_netif_transmit (C++ function)
esp_netif_transmit_wrap (C++ function)
esp_now_add_peer (C++ function)
esp_now_deinit (C++ function)
esp_now_del_peer (C++ function)
ESP_NOW_ETH_ALEN (C macro)
esp_now_fetch_peer (C++ function)
esp_now_get_peer (C++ function)
esp_now_get_peer_num (C++ function)
esp_now_get_version (C++ function)
esp_now_init (C++ function)
esp_now_is_peer_exist (C++ function)
ESP_NOW_KEY_LEN (C macro)
ESP_NOW_MAX_DATA_LEN (C macro)
ESP_NOW_MAX_ENCRYPT_PEER_NUM (C macro)
ESP_NOW_MAX_TOTAL_PEER_NUM (C macro)
esp_now_mod_peer (C++ function)
esp_now_peer_info (C++ struct)
esp_now_peer_info::channel (C++ member)
esp_now_peer_info::encrypt (C++ member)
esp_now_peer_info::ifidx (C++ member)
esp_now_peer_info::lmk (C++ member)
esp_now_peer_info::peer_addr (C++ member)
esp_now_peer_info::priv (C++ member)
esp_now_peer_info_t (C++ type)
esp_now_peer_num (C++ struct)
esp_now_peer_num::encrypt_num (C++ member)
esp_now_peer_num::total_num (C++ member)
esp_now_peer_num_t (C++ type)
esp_now_recv_cb_t (C++ type)
esp_now_recv_info (C++ struct)
esp_now_recv_info::des_addr (C++ member)
esp_now_recv_info::rx_ctrl (C++ member)
esp_now_recv_info::src_addr (C++ member)
esp_now_recv_info_t (C++ type)
esp_now_register_recv_cb (C++ function)
esp_now_register_send_cb (C++ function)
esp_now_send (C++ function)
esp_now_send_cb_t (C++ type)
esp_now_send_status_t (C++ enum)
esp_now_send_status_t::ESP_NOW_SEND_FAIL (C++ enumerator)
esp_now_send_status_t::ESP_NOW_SEND_SUCCESS (C++ enumerator)
esp_now_set_pmk (C++ function)
esp_now_set_wake_window (C++ function)
esp_now_unregister_recv_cb (C++ function)
esp_now_unregister_send_cb (C++ function)
ESP_OK (C macro)
ESP_OK_EFUSE_CNT (C macro)
esp_openthread_border_router_deinit (C++ function)
esp_openthread_border_router_init (C++ function)
esp_openthread_deinit (C++ function)
esp_openthread_event_t (C++ enum)
esp_openthread_event_t::OPENTHREAD_EVENT_GOT_IP6 (C++ enumerator)
esp_openthread_event_t::OPENTHREAD_EVENT_IF_DOWN (C++ enumerator)
esp_openthread_event_t::OPENTHREAD_EVENT_IF_UP (C++ enumerator)
esp_openthread_event_t::OPENTHREAD_EVENT_LOST_IP6 (C++ enumerator)
esp_openthread_event_t::OPENTHREAD_EVENT_MULTICAST_GROUP_JOIN (C++ enumerator)
esp_openthread_event_t::OPENTHREAD_EVENT_MULTICAST_GROUP_LEAVE (C++ enumerator)
esp_openthread_event_t::OPENTHREAD_EVENT_START (C++ enumerator)
esp_openthread_event_t::OPENTHREAD_EVENT_STOP (C++ enumerator)
esp_openthread_event_t::OPENTHREAD_EVENT_TREL_ADD_IP6 (C++ enumerator)
esp_openthread_event_t::OPENTHREAD_EVENT_TREL_MULTICAST_GROUP_JOIN (C++ enumerator)
esp_openthread_event_t::OPENTHREAD_EVENT_TREL_REMOVE_IP6 (C++ enumerator)
esp_openthread_get_backbone_netif (C++ function)
esp_openthread_get_instance (C++ function)
esp_openthread_get_netif (C++ function)
esp_openthread_host_connection_config_t (C++ struct)
esp_openthread_host_connection_config_t::host_connection_mode (C++ member)
esp_openthread_host_connection_config_t::host_uart_config (C++ member)
esp_openthread_host_connection_mode_t (C++ enum)
esp_openthread_host_connection_mode_t::HOST_CONNECTION_MODE_CLI_UART (C++ enumerator)
esp_openthread_host_connection_mode_t::HOST_CONNECTION_MODE_NONE (C++ enumerator)
esp_openthread_host_connection_mode_t::HOST_CONNECTION_MODE_RCP_UART (C++ enumerator)
esp_openthread_init (C++ function)
esp_openthread_launch_mainloop (C++ function)
esp_openthread_lock_acquire (C++ function)
esp_openthread_lock_deinit (C++ function)
esp_openthread_lock_init (C++ function)
esp_openthread_lock_release (C++ function)
esp_openthread_mainloop_context_t (C++ struct)
esp_openthread_mainloop_context_t::error_fds (C++ member)
esp_openthread_mainloop_context_t::max_fd (C++ member)
esp_openthread_mainloop_context_t::read_fds (C++ member)
esp_openthread_mainloop_context_t::timeout (C++ member)
esp_openthread_mainloop_context_t::write_fds (C++ member)
esp_openthread_netif_glue_deinit (C++ function)
esp_openthread_netif_glue_init (C++ function)
esp_openthread_platform_config_t (C++ struct)
esp_openthread_platform_config_t::host_config (C++ member)
esp_openthread_platform_config_t::port_config (C++ member)
esp_openthread_platform_config_t::radio_config (C++ member)
esp_openthread_port_config_t (C++ struct)
esp_openthread_port_config_t::netif_queue_size (C++ member)
esp_openthread_port_config_t::storage_partition_name (C++ member)
esp_openthread_port_config_t::task_queue_size (C++ member)
esp_openthread_radio_config_t (C++ struct)
esp_openthread_radio_config_t::radio_mode (C++ member)
esp_openthread_radio_config_t::radio_uart_config (C++ member)
esp_openthread_radio_mode_t (C++ enum)
esp_openthread_radio_mode_t::RADIO_MODE_NATIVE (C++ enumerator)
esp_openthread_radio_mode_t::RADIO_MODE_SPI_RCP (C++ enumerator)
esp_openthread_radio_mode_t::RADIO_MODE_UART_RCP (C++ enumerator)
esp_openthread_rcp_deinit (C++ function)
esp_openthread_rcp_failure_handler (C++ type)
esp_openthread_register_rcp_failure_handler (C++ function)
esp_openthread_set_backbone_netif (C++ function)
esp_openthread_uart_config_t (C++ struct)
esp_openthread_uart_config_t::port (C++ member)
esp_openthread_uart_config_t::rx_pin (C++ member)
esp_openthread_uart_config_t::tx_pin (C++ member)
esp_openthread_uart_config_t::uart_config (C++ member)
esp_ota_abort (C++ function)
esp_ota_begin (C++ function)
esp_ota_check_rollback_is_possible (C++ function)
esp_ota_end (C++ function)
esp_ota_erase_last_boot_app_partition (C++ function)
esp_ota_get_app_description (C++ function)
esp_ota_get_app_elf_sha256 (C++ function)
esp_ota_get_app_partition_count (C++ function)
esp_ota_get_boot_partition (C++ function)
esp_ota_get_last_invalid_partition (C++ function)
esp_ota_get_next_update_partition (C++ function)
esp_ota_get_partition_description (C++ function)
esp_ota_get_running_partition (C++ function)
esp_ota_get_state_partition (C++ function)
esp_ota_handle_t (C++ type)
esp_ota_mark_app_invalid_rollback_and_reboot (C++ function)
esp_ota_mark_app_valid_cancel_rollback (C++ function)
esp_ota_revoke_secure_boot_public_key (C++ function)
esp_ota_secure_boot_public_key_index_t (C++ enum)
esp_ota_secure_boot_public_key_index_t::SECURE_BOOT_PUBLIC_KEY_INDEX_0 (C++ enumerator)
esp_ota_secure_boot_public_key_index_t::SECURE_BOOT_PUBLIC_KEY_INDEX_1 (C++ enumerator)
esp_ota_secure_boot_public_key_index_t::SECURE_BOOT_PUBLIC_KEY_INDEX_2 (C++ enumerator)
esp_ota_set_boot_partition (C++ function)
esp_ota_write (C++ function)
esp_ota_write_with_offset (C++ function)
esp_partition_check_identity (C++ function)
esp_partition_deregister_external (C++ function)
esp_partition_erase_range (C++ function)
esp_partition_find (C++ function)
esp_partition_find_first (C++ function)
esp_partition_get (C++ function)
esp_partition_get_sha256 (C++ function)
esp_partition_iterator_release (C++ function)
esp_partition_iterator_t (C++ type)
esp_partition_mmap (C++ function)
esp_partition_mmap_handle_t (C++ type)
esp_partition_mmap_memory_t (C++ enum)
esp_partition_mmap_memory_t::ESP_PARTITION_MMAP_DATA (C++ enumerator)
esp_partition_mmap_memory_t::ESP_PARTITION_MMAP_INST (C++ enumerator)
esp_partition_munmap (C++ function)
esp_partition_next (C++ function)
esp_partition_read (C++ function)
esp_partition_read_raw (C++ function)
esp_partition_register_external (C++ function)
ESP_PARTITION_SUBTYPE_OTA (C macro)
esp_partition_subtype_t (C++ enum)
esp_partition_subtype_t::ESP_PARTITION_SUBTYPE_ANY (C++ enumerator)
esp_partition_subtype_t::ESP_PARTITION_SUBTYPE_APP_FACTORY (C++ enumerator)
esp_partition_subtype_t::ESP_PARTITION_SUBTYPE_APP_OTA_0 (C++ enumerator)
esp_partition_subtype_t::ESP_PARTITION_SUBTYPE_APP_OTA_1 (C++ enumerator)
esp_partition_subtype_t::ESP_PARTITION_SUBTYPE_APP_OTA_10 (C++ enumerator)
esp_partition_subtype_t::ESP_PARTITION_SUBTYPE_APP_OTA_11 (C++ enumerator)
esp_partition_subtype_t::ESP_PARTITION_SUBTYPE_APP_OTA_12 (C++ enumerator)
esp_partition_subtype_t::ESP_PARTITION_SUBTYPE_APP_OTA_13 (C++ enumerator)
esp_partition_subtype_t::ESP_PARTITION_SUBTYPE_APP_OTA_14 (C++ enumerator)
esp_partition_subtype_t::ESP_PARTITION_SUBTYPE_APP_OTA_15 (C++ enumerator)
esp_partition_subtype_t::ESP_PARTITION_SUBTYPE_APP_OTA_2 (C++ enumerator)
esp_partition_subtype_t::ESP_PARTITION_SUBTYPE_APP_OTA_3 (C++ enumerator)
esp_partition_subtype_t::ESP_PARTITION_SUBTYPE_APP_OTA_4 (C++ enumerator)
esp_partition_subtype_t::ESP_PARTITION_SUBTYPE_APP_OTA_5 (C++ enumerator)
esp_partition_subtype_t::ESP_PARTITION_SUBTYPE_APP_OTA_6 (C++ enumerator)
esp_partition_subtype_t::ESP_PARTITION_SUBTYPE_APP_OTA_7 (C++ enumerator)
esp_partition_subtype_t::ESP_PARTITION_SUBTYPE_APP_OTA_8 (C++ enumerator)
esp_partition_subtype_t::ESP_PARTITION_SUBTYPE_APP_OTA_9 (C++ enumerator)
esp_partition_subtype_t::ESP_PARTITION_SUBTYPE_APP_OTA_MAX (C++ enumerator)
esp_partition_subtype_t::ESP_PARTITION_SUBTYPE_APP_OTA_MIN (C++ enumerator)
esp_partition_subtype_t::ESP_PARTITION_SUBTYPE_APP_TEST (C++ enumerator)
esp_partition_subtype_t::ESP_PARTITION_SUBTYPE_DATA_COREDUMP (C++ enumerator)
esp_partition_subtype_t::ESP_PARTITION_SUBTYPE_DATA_EFUSE_EM (C++ enumerator)
esp_partition_subtype_t::ESP_PARTITION_SUBTYPE_DATA_ESPHTTPD (C++ enumerator)
esp_partition_subtype_t::ESP_PARTITION_SUBTYPE_DATA_FAT (C++ enumerator)
esp_partition_subtype_t::ESP_PARTITION_SUBTYPE_DATA_LITTLEFS (C++ enumerator)
esp_partition_subtype_t::ESP_PARTITION_SUBTYPE_DATA_NVS (C++ enumerator)
esp_partition_subtype_t::ESP_PARTITION_SUBTYPE_DATA_NVS_KEYS (C++ enumerator)
esp_partition_subtype_t::ESP_PARTITION_SUBTYPE_DATA_OTA (C++ enumerator)
esp_partition_subtype_t::ESP_PARTITION_SUBTYPE_DATA_PHY (C++ enumerator)
esp_partition_subtype_t::ESP_PARTITION_SUBTYPE_DATA_SPIFFS (C++ enumerator)
esp_partition_subtype_t::ESP_PARTITION_SUBTYPE_DATA_UNDEFINED (C++ enumerator)
esp_partition_t (C++ struct)
esp_partition_t::address (C++ member)
esp_partition_t::encrypted (C++ member)
esp_partition_t::erase_size (C++ member)
esp_partition_t::flash_chip (C++ member)
esp_partition_t::label (C++ member)
esp_partition_t::size (C++ member)
esp_partition_t::subtype (C++ member)
esp_partition_t::type (C++ member)
esp_partition_type_t (C++ enum)
esp_partition_type_t::ESP_PARTITION_TYPE_ANY (C++ enumerator)
esp_partition_type_t::ESP_PARTITION_TYPE_APP (C++ enumerator)
esp_partition_type_t::ESP_PARTITION_TYPE_DATA (C++ enumerator)
esp_partition_verify (C++ function)
esp_partition_write (C++ function)
esp_partition_write_raw (C++ function)
esp_phy_calibration_data_t (C++ struct)
esp_phy_calibration_data_t::mac (C++ member)
esp_phy_calibration_data_t::opaque (C++ member)
esp_phy_calibration_data_t::version (C++ member)
esp_phy_calibration_mode_t (C++ enum)
esp_phy_calibration_mode_t::PHY_RF_CAL_FULL (C++ enumerator)
esp_phy_calibration_mode_t::PHY_RF_CAL_NONE (C++ enumerator)
esp_phy_calibration_mode_t::PHY_RF_CAL_PARTIAL (C++ enumerator)
esp_phy_common_clock_disable (C++ function)
esp_phy_common_clock_enable (C++ function)
esp_phy_disable (C++ function)
esp_phy_enable (C++ function)
esp_phy_erase_cal_data_in_nvs (C++ function)
esp_phy_get_init_data (C++ function)
esp_phy_init_data_t (C++ struct)
esp_phy_init_data_t::params (C++ member)
esp_phy_is_initialized (C++ function)
esp_phy_load_cal_and_init (C++ function)
esp_phy_load_cal_data_from_nvs (C++ function)
esp_phy_modem_deinit (C++ function)
esp_phy_modem_init (C++ function)
esp_phy_release_init_data (C++ function)
esp_phy_rf_get_on_ts (C++ function)
esp_phy_store_cal_data_to_nvs (C++ function)
esp_phy_update_country_info (C++ function)
esp_ping_callbacks_t (C++ struct)
esp_ping_callbacks_t::cb_args (C++ member)
esp_ping_callbacks_t::on_ping_end (C++ member)
esp_ping_callbacks_t::on_ping_success (C++ member)
esp_ping_callbacks_t::on_ping_timeout (C++ member)
esp_ping_config_t (C++ struct)
esp_ping_config_t::count (C++ member)
esp_ping_config_t::data_size (C++ member)
esp_ping_config_t::interface (C++ member)
esp_ping_config_t::interval_ms (C++ member)
esp_ping_config_t::target_addr (C++ member)
esp_ping_config_t::task_prio (C++ member)
esp_ping_config_t::task_stack_size (C++ member)
esp_ping_config_t::timeout_ms (C++ member)
esp_ping_config_t::tos (C++ member)
esp_ping_config_t::ttl (C++ member)
ESP_PING_COUNT_INFINITE (C macro)
ESP_PING_DEFAULT_CONFIG (C macro)
esp_ping_delete_session (C++ function)
esp_ping_get_profile (C++ function)
esp_ping_handle_t (C++ type)
esp_ping_new_session (C++ function)
esp_ping_profile_t (C++ enum)
esp_ping_profile_t::ESP_PING_PROF_DURATION (C++ enumerator)
esp_ping_profile_t::ESP_PING_PROF_IPADDR (C++ enumerator)
esp_ping_profile_t::ESP_PING_PROF_REPLY (C++ enumerator)
esp_ping_profile_t::ESP_PING_PROF_REQUEST (C++ enumerator)
esp_ping_profile_t::ESP_PING_PROF_SEQNO (C++ enumerator)
esp_ping_profile_t::ESP_PING_PROF_SIZE (C++ enumerator)
esp_ping_profile_t::ESP_PING_PROF_TIMEGAP (C++ enumerator)
esp_ping_profile_t::ESP_PING_PROF_TOS (C++ enumerator)
esp_ping_profile_t::ESP_PING_PROF_TTL (C++ enumerator)
esp_ping_start (C++ function)
esp_ping_stop (C++ function)
esp_pm_config_esp32s2_t (C++ struct)
esp_pm_config_esp32s2_t::light_sleep_enable (C++ member)
esp_pm_config_esp32s2_t::max_freq_mhz (C++ member)
esp_pm_config_esp32s2_t::min_freq_mhz (C++ member)
esp_pm_configure (C++ function)
esp_pm_dump_locks (C++ function)
esp_pm_get_configuration (C++ function)
esp_pm_lock_acquire (C++ function)
esp_pm_lock_create (C++ function)
esp_pm_lock_delete (C++ function)
esp_pm_lock_handle_t (C++ type)
esp_pm_lock_release (C++ function)
esp_pm_lock_type_t (C++ enum)
esp_pm_lock_type_t::ESP_PM_APB_FREQ_MAX (C++ enumerator)
esp_pm_lock_type_t::ESP_PM_CPU_FREQ_MAX (C++ enumerator)
esp_pm_lock_type_t::ESP_PM_NO_LIGHT_SLEEP (C++ enumerator)
esp_pthread_cfg_t (C++ struct)
esp_pthread_cfg_t::inherit_cfg (C++ member)
esp_pthread_cfg_t::pin_to_core (C++ member)
esp_pthread_cfg_t::prio (C++ member)
esp_pthread_cfg_t::stack_size (C++ member)
esp_pthread_cfg_t::thread_name (C++ member)
esp_pthread_get_cfg (C++ function)
esp_pthread_get_default_config (C++ function)
esp_pthread_init (C++ function)
esp_pthread_set_cfg (C++ function)
esp_random (C++ function)
esp_read_mac (C++ function)
esp_register_freertos_idle_hook (C++ function)
esp_register_freertos_idle_hook_for_cpu (C++ function)
esp_register_freertos_tick_hook (C++ function)
esp_register_freertos_tick_hook_for_cpu (C++ function)
esp_register_shutdown_handler (C++ function)
esp_reset_reason (C++ function)
esp_reset_reason_t (C++ enum)
esp_reset_reason_t::ESP_RST_BROWNOUT (C++ enumerator)
esp_reset_reason_t::ESP_RST_DEEPSLEEP (C++ enumerator)
esp_reset_reason_t::ESP_RST_EXT (C++ enumerator)
esp_reset_reason_t::ESP_RST_INT_WDT (C++ enumerator)
esp_reset_reason_t::ESP_RST_PANIC (C++ enumerator)
esp_reset_reason_t::ESP_RST_POWERON (C++ enumerator)
esp_reset_reason_t::ESP_RST_SDIO (C++ enumerator)
esp_reset_reason_t::ESP_RST_SW (C++ enumerator)
esp_reset_reason_t::ESP_RST_TASK_WDT (C++ enumerator)
esp_reset_reason_t::ESP_RST_UNKNOWN (C++ enumerator)
esp_reset_reason_t::ESP_RST_WDT (C++ enumerator)
esp_restart (C++ function)
ESP_RETURN_ON_ERROR (C macro)
ESP_RETURN_ON_ERROR_ISR (C macro)
ESP_RETURN_ON_FALSE (C macro)
ESP_RETURN_ON_FALSE_ISR (C macro)
esp_rom_delay_us (C++ function)
esp_rom_get_cpu_ticks_per_us (C++ function)
esp_rom_get_reset_reason (C++ function)
esp_rom_install_channel_putc (C++ function)
esp_rom_install_uart_printf (C++ function)
esp_rom_printf (C++ function)
esp_rom_route_intr_matrix (C++ function)
esp_rom_software_reset_system (C++ function)
esp_secure_boot_key_digests_t (C++ struct)
esp_secure_boot_key_digests_t::key_digests (C++ member)
esp_secure_boot_read_key_digests (C++ function)
esp_set_deep_sleep_wake_stub (C++ function)
esp_sleep_config_gpio_isolate (C++ function)
esp_sleep_disable_bt_wakeup (C++ function)
esp_sleep_disable_wakeup_source (C++ function)
esp_sleep_disable_wifi_wakeup (C++ function)
esp_sleep_enable_bt_wakeup (C++ function)
esp_sleep_enable_ext0_wakeup (C++ function)
esp_sleep_enable_ext1_wakeup (C++ function)
esp_sleep_enable_gpio_switch (C++ function)
esp_sleep_enable_gpio_wakeup (C++ function)
esp_sleep_enable_timer_wakeup (C++ function)
esp_sleep_enable_touchpad_wakeup (C++ function)
esp_sleep_enable_uart_wakeup (C++ function)
esp_sleep_enable_ulp_wakeup (C++ function)
esp_sleep_enable_wifi_wakeup (C++ function)
esp_sleep_ext1_wakeup_mode_t (C++ enum)
esp_sleep_ext1_wakeup_mode_t::ESP_EXT1_WAKEUP_ALL_LOW (C++ enumerator)
esp_sleep_ext1_wakeup_mode_t::ESP_EXT1_WAKEUP_ANY_HIGH (C++ enumerator)
esp_sleep_ext1_wakeup_mode_t::ESP_EXT1_WAKEUP_ANY_LOW (C++ enumerator)
esp_sleep_get_ext1_wakeup_status (C++ function)
esp_sleep_get_touchpad_wakeup_status (C++ function)
esp_sleep_get_wakeup_cause (C++ function)
esp_sleep_is_valid_wakeup_gpio (C++ function)
esp_sleep_pd_config (C++ function)
esp_sleep_pd_domain_t (C++ enum)
esp_sleep_pd_domain_t::ESP_PD_DOMAIN_MAX (C++ enumerator)
esp_sleep_pd_domain_t::ESP_PD_DOMAIN_RTC8M (C++ enumerator)
esp_sleep_pd_domain_t::ESP_PD_DOMAIN_RTC_FAST_MEM (C++ enumerator)
esp_sleep_pd_domain_t::ESP_PD_DOMAIN_RTC_PERIPH (C++ enumerator)
esp_sleep_pd_domain_t::ESP_PD_DOMAIN_RTC_SLOW_MEM (C++ enumerator)
esp_sleep_pd_domain_t::ESP_PD_DOMAIN_VDDSDIO (C++ enumerator)
esp_sleep_pd_domain_t::ESP_PD_DOMAIN_XTAL (C++ enumerator)
esp_sleep_pd_option_t (C++ enum)
esp_sleep_pd_option_t::ESP_PD_OPTION_AUTO (C++ enumerator)
esp_sleep_pd_option_t::ESP_PD_OPTION_OFF (C++ enumerator)
esp_sleep_pd_option_t::ESP_PD_OPTION_ON (C++ enumerator)
esp_sleep_source_t (C++ enum)
esp_sleep_source_t::ESP_SLEEP_WAKEUP_ALL (C++ enumerator)
esp_sleep_source_t::ESP_SLEEP_WAKEUP_BT (C++ enumerator)
esp_sleep_source_t::ESP_SLEEP_WAKEUP_COCPU (C++ enumerator)
esp_sleep_source_t::ESP_SLEEP_WAKEUP_COCPU_TRAP_TRIG (C++ enumerator)
esp_sleep_source_t::ESP_SLEEP_WAKEUP_EXT0 (C++ enumerator)
esp_sleep_source_t::ESP_SLEEP_WAKEUP_EXT1 (C++ enumerator)
esp_sleep_source_t::ESP_SLEEP_WAKEUP_GPIO (C++ enumerator)
esp_sleep_source_t::ESP_SLEEP_WAKEUP_TIMER (C++ enumerator)
esp_sleep_source_t::ESP_SLEEP_WAKEUP_TOUCHPAD (C++ enumerator)
esp_sleep_source_t::ESP_SLEEP_WAKEUP_UART (C++ enumerator)
esp_sleep_source_t::ESP_SLEEP_WAKEUP_ULP (C++ enumerator)
esp_sleep_source_t::ESP_SLEEP_WAKEUP_UNDEFINED (C++ enumerator)
esp_sleep_source_t::ESP_SLEEP_WAKEUP_WIFI (C++ enumerator)
esp_sleep_wakeup_cause_t (C++ type)
esp_smartconfig_fast_mode (C++ function)
esp_smartconfig_get_rvd_data (C++ function)
esp_smartconfig_get_version (C++ function)
esp_smartconfig_set_type (C++ function)
esp_smartconfig_start (C++ function)
esp_smartconfig_stop (C++ function)
esp_sntp_enabled (C++ function)
esp_sntp_get_sync_interval (C macro)
esp_sntp_get_sync_mode (C macro)
esp_sntp_get_sync_status (C macro)
esp_sntp_getserver (C++ function)
esp_sntp_getservername (C++ function)
esp_sntp_init (C++ function)
esp_sntp_operatingmode_t (C++ enum)
esp_sntp_operatingmode_t::ESP_SNTP_OPMODE_LISTENONLY (C++ enumerator)
esp_sntp_operatingmode_t::ESP_SNTP_OPMODE_POLL (C++ enumerator)
esp_sntp_restart (C macro)
esp_sntp_set_sync_interval (C macro)
esp_sntp_set_sync_mode (C macro)
esp_sntp_set_sync_status (C macro)
esp_sntp_set_time_sync_notification_cb (C macro)
esp_sntp_setoperatingmode (C++ function)
esp_sntp_setserver (C++ function)
esp_sntp_setservername (C++ function)
esp_sntp_stop (C++ function)
esp_sntp_sync_time (C macro)
esp_spiffs_check (C++ function)
esp_spiffs_format (C++ function)
esp_spiffs_gc (C++ function)
esp_spiffs_info (C++ function)
esp_spiffs_mounted (C++ function)
esp_supp_dpp_bootstrap_gen (C++ function)
esp_supp_dpp_bootstrap_t (C++ type)
esp_supp_dpp_deinit (C++ function)
esp_supp_dpp_event_cb_t (C++ type)
esp_supp_dpp_event_t (C++ enum)
esp_supp_dpp_event_t::ESP_SUPP_DPP_CFG_RECVD (C++ enumerator)
esp_supp_dpp_event_t::ESP_SUPP_DPP_FAIL (C++ enumerator)
esp_supp_dpp_event_t::ESP_SUPP_DPP_URI_READY (C++ enumerator)
esp_supp_dpp_init (C++ function)
esp_supp_dpp_start_listen (C++ function)
esp_supp_dpp_stop_listen (C++ function)
esp_system_abort (C++ function)
esp_sysview_flush (C++ function)
esp_sysview_heap_trace_alloc (C++ function)
esp_sysview_heap_trace_free (C++ function)
esp_sysview_heap_trace_start (C++ function)
esp_sysview_heap_trace_stop (C++ function)
esp_sysview_vprintf (C++ function)
esp_task_wdt_add (C++ function)
esp_task_wdt_add_user (C++ function)
esp_task_wdt_config_t (C++ struct)
esp_task_wdt_config_t::idle_core_mask (C++ member)
esp_task_wdt_config_t::timeout_ms (C++ member)
esp_task_wdt_config_t::trigger_panic (C++ member)
esp_task_wdt_deinit (C++ function)
esp_task_wdt_delete (C++ function)
esp_task_wdt_delete_user (C++ function)
esp_task_wdt_init (C++ function)
esp_task_wdt_isr_user_handler (C++ function)
esp_task_wdt_reconfigure (C++ function)
esp_task_wdt_reset (C++ function)
esp_task_wdt_reset_user (C++ function)
esp_task_wdt_status (C++ function)
esp_task_wdt_user_handle_t (C++ type)
esp_timer_cb_t (C++ type)
esp_timer_create (C++ function)
esp_timer_create_args_t (C++ struct)
esp_timer_create_args_t::arg (C++ member)
esp_timer_create_args_t::callback (C++ member)
esp_timer_create_args_t::dispatch_method (C++ member)
esp_timer_create_args_t::name (C++ member)
esp_timer_create_args_t::skip_unhandled_events (C++ member)
esp_timer_deinit (C++ function)
esp_timer_delete (C++ function)
esp_timer_dispatch_t (C++ enum)
esp_timer_dispatch_t::ESP_TIMER_MAX (C++ enumerator)
esp_timer_dispatch_t::ESP_TIMER_TASK (C++ enumerator)
esp_timer_dump (C++ function)
esp_timer_early_init (C++ function)
esp_timer_get_expiry_time (C++ function)
esp_timer_get_next_alarm (C++ function)
esp_timer_get_next_alarm_for_wake_up (C++ function)
esp_timer_get_period (C++ function)
esp_timer_get_time (C++ function)
esp_timer_handle_t (C++ type)
esp_timer_init (C++ function)
esp_timer_is_active (C++ function)
esp_timer_isr_dispatch_need_yield (C++ function)
esp_timer_restart (C++ function)
esp_timer_start_once (C++ function)
esp_timer_start_periodic (C++ function)
esp_timer_stop (C++ function)
esp_tls_addr_family (C++ enum)
esp_tls_addr_family::ESP_TLS_AF_INET (C++ enumerator)
esp_tls_addr_family::ESP_TLS_AF_INET6 (C++ enumerator)
esp_tls_addr_family::ESP_TLS_AF_UNSPEC (C++ enumerator)
esp_tls_addr_family_t (C++ type)
esp_tls_cfg (C++ struct)
esp_tls_cfg::addr_family (C++ member)
esp_tls_cfg::alpn_protos (C++ member)
esp_tls_cfg::cacert_buf (C++ member)
esp_tls_cfg::cacert_bytes (C++ member)
esp_tls_cfg::cacert_pem_buf (C++ member)
esp_tls_cfg::cacert_pem_bytes (C++ member)
esp_tls_cfg::clientcert_buf (C++ member)
esp_tls_cfg::clientcert_bytes (C++ member)
esp_tls_cfg::clientcert_pem_buf (C++ member)
esp_tls_cfg::clientcert_pem_bytes (C++ member)
esp_tls_cfg::clientkey_buf (C++ member)
esp_tls_cfg::clientkey_bytes (C++ member)
esp_tls_cfg::clientkey_password (C++ member)
esp_tls_cfg::clientkey_password_len (C++ member)
esp_tls_cfg::clientkey_pem_buf (C++ member)
esp_tls_cfg::clientkey_pem_bytes (C++ member)
esp_tls_cfg::common_name (C++ member)
esp_tls_cfg::crt_bundle_attach (C++ member)
esp_tls_cfg::ds_data (C++ member)
esp_tls_cfg::if_name (C++ member)
esp_tls_cfg::is_plain_tcp (C++ member)
esp_tls_cfg::keep_alive_cfg (C++ member)
esp_tls_cfg::non_block (C++ member)
esp_tls_cfg::psk_hint_key (C++ member)
esp_tls_cfg::skip_common_name (C++ member)
esp_tls_cfg::timeout_ms (C++ member)
esp_tls_cfg::tls_version (C++ member)
esp_tls_cfg::use_global_ca_store (C++ member)
esp_tls_cfg::use_secure_element (C++ member)
esp_tls_cfg_t (C++ type)
esp_tls_conn_destroy (C++ function)
esp_tls_conn_http_new (C++ function)
esp_tls_conn_http_new_async (C++ function)
esp_tls_conn_http_new_sync (C++ function)
esp_tls_conn_new_async (C++ function)
esp_tls_conn_new_sync (C++ function)
esp_tls_conn_read (C++ function)
esp_tls_conn_state (C++ enum)
esp_tls_conn_state::ESP_TLS_CONNECTING (C++ enumerator)
esp_tls_conn_state::ESP_TLS_DONE (C++ enumerator)
esp_tls_conn_state::ESP_TLS_FAIL (C++ enumerator)
esp_tls_conn_state::ESP_TLS_HANDSHAKE (C++ enumerator)
esp_tls_conn_state::ESP_TLS_INIT (C++ enumerator)
esp_tls_conn_state_t (C++ type)
esp_tls_conn_write (C++ function)
ESP_TLS_ERR_SSL_TIMEOUT (C macro)
ESP_TLS_ERR_SSL_WANT_READ (C macro)
ESP_TLS_ERR_SSL_WANT_WRITE (C macro)
esp_tls_error_handle_t (C++ type)
esp_tls_error_type_t (C++ enum)
esp_tls_error_type_t::ESP_TLS_ERR_TYPE_ESP (C++ enumerator)
esp_tls_error_type_t::ESP_TLS_ERR_TYPE_MAX (C++ enumerator)
esp_tls_error_type_t::ESP_TLS_ERR_TYPE_MBEDTLS (C++ enumerator)
esp_tls_error_type_t::ESP_TLS_ERR_TYPE_MBEDTLS_CERT_FLAGS (C++ enumerator)
esp_tls_error_type_t::ESP_TLS_ERR_TYPE_SYSTEM (C++ enumerator)
esp_tls_error_type_t::ESP_TLS_ERR_TYPE_UNKNOWN (C++ enumerator)
esp_tls_error_type_t::ESP_TLS_ERR_TYPE_WOLFSSL (C++ enumerator)
esp_tls_error_type_t::ESP_TLS_ERR_TYPE_WOLFSSL_CERT_FLAGS (C++ enumerator)
esp_tls_free_global_ca_store (C++ function)
esp_tls_get_and_clear_error_type (C++ function)
esp_tls_get_and_clear_last_error (C++ function)
esp_tls_get_bytes_avail (C++ function)
esp_tls_get_conn_sockfd (C++ function)
esp_tls_get_error_handle (C++ function)
esp_tls_get_global_ca_store (C++ function)
esp_tls_get_ssl_context (C++ function)
esp_tls_init (C++ function)
esp_tls_init_global_ca_store (C++ function)
esp_tls_last_error (C++ struct)
esp_tls_last_error::esp_tls_error_code (C++ member)
esp_tls_last_error::esp_tls_flags (C++ member)
esp_tls_last_error::last_error (C++ member)
esp_tls_last_error_t (C++ type)
esp_tls_plain_tcp_connect (C++ function)
esp_tls_proto_ver_t (C++ enum)
esp_tls_proto_ver_t::ESP_TLS_VER_ANY (C++ enumerator)
esp_tls_proto_ver_t::ESP_TLS_VER_TLS_1_2 (C++ enumerator)
esp_tls_proto_ver_t::ESP_TLS_VER_TLS_1_3 (C++ enumerator)
esp_tls_proto_ver_t::ESP_TLS_VER_TLS_MAX (C++ enumerator)
esp_tls_role (C++ enum)
esp_tls_role::ESP_TLS_CLIENT (C++ enumerator)
esp_tls_role::ESP_TLS_SERVER (C++ enumerator)
esp_tls_role_t (C++ type)
esp_tls_set_global_ca_store (C++ function)
esp_tls_t (C++ type)
esp_unregister_shutdown_handler (C++ function)
esp_vendor_ie_cb_t (C++ type)
esp_vfs_close (C++ function)
esp_vfs_dev_uart_port_set_rx_line_endings (C++ function)
esp_vfs_dev_uart_port_set_tx_line_endings (C++ function)
esp_vfs_dev_uart_register (C++ function)
esp_vfs_dev_uart_set_rx_line_endings (C++ function)
esp_vfs_dev_uart_set_tx_line_endings (C++ function)
esp_vfs_dev_uart_use_driver (C++ function)
esp_vfs_dev_uart_use_nonblocking (C++ function)
ESP_VFS_EVENTD_CONFIG_DEFAULT (C macro)
esp_vfs_eventfd_config_t (C++ struct)
esp_vfs_eventfd_config_t::max_fds (C++ member)
esp_vfs_eventfd_register (C++ function)
esp_vfs_eventfd_unregister (C++ function)
esp_vfs_fat_info (C++ function)
esp_vfs_fat_mount_config_t (C++ struct)
esp_vfs_fat_mount_config_t::allocation_unit_size (C++ member)
esp_vfs_fat_mount_config_t::disk_status_check_enable (C++ member)
esp_vfs_fat_mount_config_t::format_if_mount_failed (C++ member)
esp_vfs_fat_mount_config_t::max_files (C++ member)
esp_vfs_fat_register (C++ function)
esp_vfs_fat_sdcard_unmount (C++ function)
esp_vfs_fat_sdmmc_mount (C++ function)
esp_vfs_fat_sdmmc_mount_config_t (C++ type)
esp_vfs_fat_sdmmc_unmount (C++ function)
esp_vfs_fat_sdspi_mount (C++ function)
esp_vfs_fat_spiflash_mount_ro (C++ function)
esp_vfs_fat_spiflash_mount_rw_wl (C++ function)
esp_vfs_fat_spiflash_unmount_ro (C++ function)
esp_vfs_fat_spiflash_unmount_rw_wl (C++ function)
esp_vfs_fat_unregister_path (C++ function)
ESP_VFS_FLAG_CONTEXT_PTR (C macro)
ESP_VFS_FLAG_DEFAULT (C macro)
esp_vfs_fstat (C++ function)
esp_vfs_id_t (C++ type)
esp_vfs_l2tap_eth_filter (C++ function)
esp_vfs_l2tap_intf_register (C++ function)
esp_vfs_l2tap_intf_unregister (C++ function)
esp_vfs_link (C++ function)
esp_vfs_lseek (C++ function)
esp_vfs_open (C++ function)
ESP_VFS_PATH_MAX (C macro)
esp_vfs_pread (C++ function)
esp_vfs_pwrite (C++ function)
esp_vfs_read (C++ function)
esp_vfs_register (C++ function)
esp_vfs_register_fd (C++ function)
esp_vfs_register_fd_range (C++ function)
esp_vfs_register_fd_with_local_fd (C++ function)
esp_vfs_register_with_id (C++ function)
esp_vfs_rename (C++ function)
esp_vfs_select (C++ function)
esp_vfs_select_sem_t (C++ struct)
esp_vfs_select_sem_t::is_sem_local (C++ member)
esp_vfs_select_sem_t::sem (C++ member)
esp_vfs_select_triggered (C++ function)
esp_vfs_select_triggered_isr (C++ function)
esp_vfs_spiffs_conf_t (C++ struct)
esp_vfs_spiffs_conf_t::base_path (C++ member)
esp_vfs_spiffs_conf_t::format_if_mount_failed (C++ member)
esp_vfs_spiffs_conf_t::max_files (C++ member)
esp_vfs_spiffs_conf_t::partition_label (C++ member)
esp_vfs_spiffs_register (C++ function)
esp_vfs_spiffs_unregister (C++ function)
esp_vfs_stat (C++ function)
esp_vfs_t (C++ struct)
esp_vfs_t::access (C++ member)
esp_vfs_t::access_p (C++ member)
esp_vfs_t::close (C++ member)
esp_vfs_t::close_p (C++ member)
esp_vfs_t::closedir (C++ member)
esp_vfs_t::closedir_p (C++ member)
esp_vfs_t::end_select (C++ member)
esp_vfs_t::fcntl (C++ member)
esp_vfs_t::fcntl_p (C++ member)
esp_vfs_t::flags (C++ member)
esp_vfs_t::fstat (C++ member)
esp_vfs_t::fstat_p (C++ member)
esp_vfs_t::fsync (C++ member)
esp_vfs_t::fsync_p (C++ member)
esp_vfs_t::ftruncate (C++ member)
esp_vfs_t::ftruncate_p (C++ member)
esp_vfs_t::get_socket_select_semaphore (C++ member)
esp_vfs_t::ioctl (C++ member)
esp_vfs_t::ioctl_p (C++ member)
esp_vfs_t::link (C++ member)
esp_vfs_t::link_p (C++ member)
esp_vfs_t::lseek (C++ member)
esp_vfs_t::lseek_p (C++ member)
esp_vfs_t::mkdir (C++ member)
esp_vfs_t::mkdir_p (C++ member)
esp_vfs_t::open (C++ member)
esp_vfs_t::open_p (C++ member)
esp_vfs_t::opendir (C++ member)
esp_vfs_t::opendir_p (C++ member)
esp_vfs_t::pread (C++ member)
esp_vfs_t::pread_p (C++ member)
esp_vfs_t::pwrite (C++ member)
esp_vfs_t::pwrite_p (C++ member)
esp_vfs_t::read (C++ member)
esp_vfs_t::read_p (C++ member)
esp_vfs_t::readdir (C++ member)
esp_vfs_t::readdir_p (C++ member)
esp_vfs_t::readdir_r (C++ member)
esp_vfs_t::readdir_r_p (C++ member)
esp_vfs_t::rename (C++ member)
esp_vfs_t::rename_p (C++ member)
esp_vfs_t::rmdir (C++ member)
esp_vfs_t::rmdir_p (C++ member)
esp_vfs_t::seekdir (C++ member)
esp_vfs_t::seekdir_p (C++ member)
esp_vfs_t::socket_select (C++ member)
esp_vfs_t::start_select (C++ member)
esp_vfs_t::stat (C++ member)
esp_vfs_t::stat_p (C++ member)
esp_vfs_t::stop_socket_select (C++ member)
esp_vfs_t::stop_socket_select_isr (C++ member)
esp_vfs_t::tcdrain (C++ member)
esp_vfs_t::tcdrain_p (C++ member)
esp_vfs_t::tcflow (C++ member)
esp_vfs_t::tcflow_p (C++ member)
esp_vfs_t::tcflush (C++ member)
esp_vfs_t::tcflush_p (C++ member)
esp_vfs_t::tcgetattr (C++ member)
esp_vfs_t::tcgetattr_p (C++ member)
esp_vfs_t::tcgetsid (C++ member)
esp_vfs_t::tcgetsid_p (C++ member)
esp_vfs_t::tcsendbreak (C++ member)
esp_vfs_t::tcsendbreak_p (C++ member)
esp_vfs_t::tcsetattr (C++ member)
esp_vfs_t::tcsetattr_p (C++ member)
esp_vfs_t::telldir (C++ member)
esp_vfs_t::telldir_p (C++ member)
esp_vfs_t::truncate (C++ member)
esp_vfs_t::truncate_p (C++ member)
esp_vfs_t::unlink (C++ member)
esp_vfs_t::unlink_p (C++ member)
esp_vfs_t::utime (C++ member)
esp_vfs_t::utime_p (C++ member)
esp_vfs_t::write (C++ member)
esp_vfs_t::write_p (C++ member)
esp_vfs_unlink (C++ function)
esp_vfs_unregister (C++ function)
esp_vfs_unregister_fd (C++ function)
esp_vfs_unregister_with_id (C++ function)
esp_vfs_usb_serial_jtag_use_driver (C++ function)
esp_vfs_usb_serial_jtag_use_nonblocking (C++ function)
esp_vfs_utime (C++ function)
esp_vfs_write (C++ function)
esp_wake_deep_sleep (C++ function)
esp_wifi_80211_tx (C++ function)
esp_wifi_ap_get_sta_aid (C++ function)
esp_wifi_ap_get_sta_list (C++ function)
esp_wifi_clear_ap_list (C++ function)
esp_wifi_clear_default_wifi_driver_and_handlers (C++ function)
esp_wifi_clear_fast_connect (C++ function)
esp_wifi_config_11b_rate (C++ function)
esp_wifi_config_80211_tx_rate (C++ function)
esp_wifi_config_espnow_rate (C++ function)
esp_wifi_connect (C++ function)
ESP_WIFI_CONNECTIONLESS_INTERVAL_DEFAULT_MODE (C macro)
esp_wifi_connectionless_module_set_wake_interval (C++ function)
esp_wifi_deauth_sta (C++ function)
esp_wifi_deinit (C++ function)
esp_wifi_disable_pmf_config (C++ function)
esp_wifi_disconnect (C++ function)
esp_wifi_force_wakeup_acquire (C++ function)
esp_wifi_force_wakeup_release (C++ function)
esp_wifi_ftm_end_session (C++ function)
esp_wifi_ftm_get_report (C++ function)
esp_wifi_ftm_initiate_session (C++ function)
esp_wifi_ftm_resp_set_offset (C++ function)
esp_wifi_get_ant (C++ function)
esp_wifi_get_ant_gpio (C++ function)
esp_wifi_get_bandwidth (C++ function)
esp_wifi_get_channel (C++ function)
esp_wifi_get_config (C++ function)
esp_wifi_get_country (C++ function)
esp_wifi_get_country_code (C++ function)
esp_wifi_get_event_mask (C++ function)
esp_wifi_get_inactive_time (C++ function)
esp_wifi_get_mac (C++ function)
esp_wifi_get_max_tx_power (C++ function)
esp_wifi_get_mode (C++ function)
esp_wifi_get_promiscuous (C++ function)
esp_wifi_get_promiscuous_ctrl_filter (C++ function)
esp_wifi_get_promiscuous_filter (C++ function)
esp_wifi_get_protocol (C++ function)
esp_wifi_get_ps (C++ function)
esp_wifi_get_tsf_time (C++ function)
esp_wifi_init (C++ function)
ESP_WIFI_MAX_CONN_NUM (C macro)
esp_wifi_restore (C++ function)
esp_wifi_scan_get_ap_num (C++ function)
esp_wifi_scan_get_ap_record (C++ function)
esp_wifi_scan_get_ap_records (C++ function)
esp_wifi_scan_start (C++ function)
esp_wifi_scan_stop (C++ function)
esp_wifi_set_ant (C++ function)
esp_wifi_set_ant_gpio (C++ function)
esp_wifi_set_bandwidth (C++ function)
esp_wifi_set_channel (C++ function)
esp_wifi_set_config (C++ function)
esp_wifi_set_country (C++ function)
esp_wifi_set_country_code (C++ function)
esp_wifi_set_csi (C++ function)
esp_wifi_set_csi_config (C++ function)
esp_wifi_set_csi_rx_cb (C++ function)
esp_wifi_set_default_wifi_ap_handlers (C++ function)
esp_wifi_set_default_wifi_sta_handlers (C++ function)
esp_wifi_set_event_mask (C++ function)
esp_wifi_set_inactive_time (C++ function)
esp_wifi_set_mac (C++ function)
esp_wifi_set_max_tx_power (C++ function)
esp_wifi_set_mode (C++ function)
esp_wifi_set_promiscuous (C++ function)
esp_wifi_set_promiscuous_ctrl_filter (C++ function)
esp_wifi_set_promiscuous_filter (C++ function)
esp_wifi_set_promiscuous_rx_cb (C++ function)
esp_wifi_set_protocol (C++ function)
esp_wifi_set_ps (C++ function)
esp_wifi_set_rssi_threshold (C++ function)
esp_wifi_set_storage (C++ function)
esp_wifi_set_vendor_ie (C++ function)
esp_wifi_set_vendor_ie_cb (C++ function)
esp_wifi_sta_get_aid (C++ function)
esp_wifi_sta_get_ap_info (C++ function)
esp_wifi_sta_get_negotiated_phymode (C++ function)
esp_wifi_sta_get_rssi (C++ function)
esp_wifi_start (C++ function)
esp_wifi_statis_dump (C++ function)
esp_wifi_stop (C++ function)
essl_clear_intr (C++ function)
essl_get_intr (C++ function)
essl_get_intr_ena (C++ function)
essl_get_packet (C++ function)
essl_get_rx_data_size (C++ function)
essl_get_tx_buffer_num (C++ function)
essl_handle_t (C++ type)
essl_init (C++ function)
essl_read_reg (C++ function)
essl_reset_cnt (C++ function)
essl_sdio_config_t (C++ struct)
essl_sdio_config_t::card (C++ member)
essl_sdio_config_t::recv_buffer_size (C++ member)
essl_sdio_deinit_dev (C++ function)
essl_sdio_init_dev (C++ function)
essl_send_packet (C++ function)
essl_send_slave_intr (C++ function)
essl_set_intr_ena (C++ function)
essl_spi_config_t (C++ struct)
essl_spi_config_t::rx_sync_reg (C++ member)
essl_spi_config_t::spi (C++ member)
essl_spi_config_t::tx_buf_size (C++ member)
essl_spi_config_t::tx_sync_reg (C++ member)
essl_spi_deinit_dev (C++ function)
essl_spi_get_packet (C++ function)
essl_spi_init_dev (C++ function)
essl_spi_rdbuf (C++ function)
essl_spi_rdbuf_polling (C++ function)
essl_spi_rddma (C++ function)
essl_spi_rddma_done (C++ function)
essl_spi_rddma_seg (C++ function)
essl_spi_read_reg (C++ function)
essl_spi_reset_cnt (C++ function)
essl_spi_send_packet (C++ function)
essl_spi_wrbuf (C++ function)
essl_spi_wrbuf_polling (C++ function)
essl_spi_wrdma (C++ function)
essl_spi_wrdma_done (C++ function)
essl_spi_wrdma_seg (C++ function)
essl_spi_write_reg (C++ function)
essl_wait_for_ready (C++ function)
essl_wait_int (C++ function)
essl_write_reg (C++ function)
eTaskGetState (C++ function)
eTaskState (C++ enum)
eTaskState::eBlocked (C++ enumerator)
eTaskState::eDeleted (C++ enumerator)
eTaskState::eInvalid (C++ enumerator)
eTaskState::eReady (C++ enumerator)
eTaskState::eRunning (C++ enumerator)
eTaskState::eSuspended (C++ enumerator)
ETH_DEFAULT_CONFIG (C macro)
eth_event_t (C++ enum)
eth_event_t::ETHERNET_EVENT_CONNECTED (C++ enumerator)
eth_event_t::ETHERNET_EVENT_DISCONNECTED (C++ enumerator)
eth_event_t::ETHERNET_EVENT_START (C++ enumerator)
eth_event_t::ETHERNET_EVENT_STOP (C++ enumerator)
eth_mac_clock_config_t (C++ union)
eth_mac_clock_config_t::clock_gpio (C++ member)
eth_mac_clock_config_t::clock_mode (C++ member)
eth_mac_clock_config_t::mii (C++ member)
eth_mac_clock_config_t::rmii (C++ member)
eth_mac_config_t (C++ struct)
eth_mac_config_t::flags (C++ member)
eth_mac_config_t::rx_task_prio (C++ member)
eth_mac_config_t::rx_task_stack_size (C++ member)
eth_mac_config_t::sw_reset_timeout_ms (C++ member)
ETH_MAC_DEFAULT_CONFIG (C macro)
ETH_MAC_FLAG_PIN_TO_CORE (C macro)
ETH_MAC_FLAG_WORK_WITH_CACHE_DISABLE (C macro)
eth_phy_autoneg_cmd_t (C++ enum)
eth_phy_autoneg_cmd_t::ESP_ETH_PHY_AUTONEGO_DIS (C++ enumerator)
eth_phy_autoneg_cmd_t::ESP_ETH_PHY_AUTONEGO_EN (C++ enumerator)
eth_phy_autoneg_cmd_t::ESP_ETH_PHY_AUTONEGO_G_STAT (C++ enumerator)
eth_phy_autoneg_cmd_t::ESP_ETH_PHY_AUTONEGO_RESTART (C++ enumerator)
eth_phy_config_t (C++ struct)
eth_phy_config_t::autonego_timeout_ms (C++ member)
eth_phy_config_t::phy_addr (C++ member)
eth_phy_config_t::reset_gpio_num (C++ member)
eth_phy_config_t::reset_timeout_ms (C++ member)
ETH_PHY_DEFAULT_CONFIG (C macro)
ETS_INTERNAL_INTR_SOURCE_OFF (C macro)
ETS_INTERNAL_PROFILING_INTR_SOURCE (C macro)
ETS_INTERNAL_SW0_INTR_SOURCE (C macro)
ETS_INTERNAL_SW1_INTR_SOURCE (C macro)
ETS_INTERNAL_TIMER0_INTR_SOURCE (C macro)
ETS_INTERNAL_TIMER1_INTR_SOURCE (C macro)
ETS_INTERNAL_TIMER2_INTR_SOURCE (C macro)
ETS_INTERNAL_UNUSED_INTR_SOURCE (C macro)
EventBits_t (C++ type)
eventfd (C++ function)
EventGroupHandle_t (C++ type)
F
ff_diskio_impl_t (C++ struct)
ff_diskio_impl_t::init (C++ member)
ff_diskio_impl_t::ioctl (C++ member)
ff_diskio_impl_t::read (C++ member)
ff_diskio_impl_t::status (C++ member)
ff_diskio_impl_t::write (C++ member)
ff_diskio_register (C++ function)
ff_diskio_register_raw_partition (C++ function)
ff_diskio_register_sdmmc (C++ function)
ff_diskio_register_wl_partition (C++ function)
G
get_phy_version_str (C++ function)
gpio_config (C++ function)
gpio_config_t (C++ struct)
gpio_config_t::intr_type (C++ member)
gpio_config_t::mode (C++ member)
gpio_config_t::pin_bit_mask (C++ member)
gpio_config_t::pull_down_en (C++ member)
gpio_config_t::pull_up_en (C++ member)
gpio_deep_sleep_hold_dis (C++ function)
gpio_deep_sleep_hold_en (C++ function)
gpio_drive_cap_t (C++ enum)
gpio_drive_cap_t::GPIO_DRIVE_CAP_0 (C++ enumerator)
gpio_drive_cap_t::GPIO_DRIVE_CAP_1 (C++ enumerator)
gpio_drive_cap_t::GPIO_DRIVE_CAP_2 (C++ enumerator)
gpio_drive_cap_t::GPIO_DRIVE_CAP_3 (C++ enumerator)
gpio_drive_cap_t::GPIO_DRIVE_CAP_DEFAULT (C++ enumerator)
gpio_drive_cap_t::GPIO_DRIVE_CAP_MAX (C++ enumerator)
gpio_force_hold_all (C++ function)
gpio_force_unhold_all (C++ function)
gpio_get_drive_capability (C++ function)
gpio_get_level (C++ function)
gpio_hold_dis (C++ function)
gpio_hold_en (C++ function)
gpio_install_isr_service (C++ function)
gpio_int_type_t (C++ enum)
gpio_int_type_t::GPIO_INTR_ANYEDGE (C++ enumerator)
gpio_int_type_t::GPIO_INTR_DISABLE (C++ enumerator)
gpio_int_type_t::GPIO_INTR_HIGH_LEVEL (C++ enumerator)
gpio_int_type_t::GPIO_INTR_LOW_LEVEL (C++ enumerator)
gpio_int_type_t::GPIO_INTR_MAX (C++ enumerator)
gpio_int_type_t::GPIO_INTR_NEGEDGE (C++ enumerator)
gpio_int_type_t::GPIO_INTR_POSEDGE (C++ enumerator)
gpio_intr_disable (C++ function)
gpio_intr_enable (C++ function)
gpio_iomux_in (C++ function)
gpio_iomux_out (C++ function)
GPIO_IS_VALID_DIGITAL_IO_PAD (C macro)
GPIO_IS_VALID_GPIO (C macro)
GPIO_IS_VALID_OUTPUT_GPIO (C macro)
gpio_isr_handle_t (C++ type)
gpio_isr_handler_add (C++ function)
gpio_isr_handler_remove (C++ function)
gpio_isr_register (C++ function)
gpio_isr_t (C++ type)
gpio_mode_t (C++ enum)
gpio_mode_t::GPIO_MODE_DISABLE (C++ enumerator)
gpio_mode_t::GPIO_MODE_INPUT (C++ enumerator)
gpio_mode_t::GPIO_MODE_INPUT_OUTPUT (C++ enumerator)
gpio_mode_t::GPIO_MODE_INPUT_OUTPUT_OD (C++ enumerator)
gpio_mode_t::GPIO_MODE_OUTPUT (C++ enumerator)
gpio_mode_t::GPIO_MODE_OUTPUT_OD (C++ enumerator)
gpio_num_t (C++ enum)
gpio_num_t::GPIO_NUM_0 (C++ enumerator)
gpio_num_t::GPIO_NUM_1 (C++ enumerator)
gpio_num_t::GPIO_NUM_10 (C++ enumerator)
gpio_num_t::GPIO_NUM_11 (C++ enumerator)
gpio_num_t::GPIO_NUM_12 (C++ enumerator)
gpio_num_t::GPIO_NUM_13 (C++ enumerator)
gpio_num_t::GPIO_NUM_14 (C++ enumerator)
gpio_num_t::GPIO_NUM_15 (C++ enumerator)
gpio_num_t::GPIO_NUM_16 (C++ enumerator)
gpio_num_t::GPIO_NUM_17 (C++ enumerator)
gpio_num_t::GPIO_NUM_18 (C++ enumerator)
gpio_num_t::GPIO_NUM_19 (C++ enumerator)
gpio_num_t::GPIO_NUM_2 (C++ enumerator)
gpio_num_t::GPIO_NUM_20 (C++ enumerator)
gpio_num_t::GPIO_NUM_21 (C++ enumerator)
gpio_num_t::GPIO_NUM_26 (C++ enumerator)
gpio_num_t::GPIO_NUM_27 (C++ enumerator)
gpio_num_t::GPIO_NUM_28 (C++ enumerator)
gpio_num_t::GPIO_NUM_29 (C++ enumerator)
gpio_num_t::GPIO_NUM_3 (C++ enumerator)
gpio_num_t::GPIO_NUM_30 (C++ enumerator)
gpio_num_t::GPIO_NUM_31 (C++ enumerator)
gpio_num_t::GPIO_NUM_32 (C++ enumerator)
gpio_num_t::GPIO_NUM_33 (C++ enumerator)
gpio_num_t::GPIO_NUM_34 (C++ enumerator)
gpio_num_t::GPIO_NUM_35 (C++ enumerator)
gpio_num_t::GPIO_NUM_36 (C++ enumerator)
gpio_num_t::GPIO_NUM_37 (C++ enumerator)
gpio_num_t::GPIO_NUM_38 (C++ enumerator)
gpio_num_t::GPIO_NUM_39 (C++ enumerator)
gpio_num_t::GPIO_NUM_4 (C++ enumerator)
gpio_num_t::GPIO_NUM_40 (C++ enumerator)
gpio_num_t::GPIO_NUM_41 (C++ enumerator)
gpio_num_t::GPIO_NUM_42 (C++ enumerator)
gpio_num_t::GPIO_NUM_43 (C++ enumerator)
gpio_num_t::GPIO_NUM_44 (C++ enumerator)
gpio_num_t::GPIO_NUM_45 (C++ enumerator)
gpio_num_t::GPIO_NUM_46 (C++ enumerator)
gpio_num_t::GPIO_NUM_5 (C++ enumerator)
gpio_num_t::GPIO_NUM_6 (C++ enumerator)
gpio_num_t::GPIO_NUM_7 (C++ enumerator)
gpio_num_t::GPIO_NUM_8 (C++ enumerator)
gpio_num_t::GPIO_NUM_9 (C++ enumerator)
gpio_num_t::GPIO_NUM_MAX (C++ enumerator)
gpio_num_t::GPIO_NUM_NC (C++ enumerator)
GPIO_PIN_COUNT (C macro)
GPIO_PIN_REG_0 (C macro)
GPIO_PIN_REG_1 (C macro)
GPIO_PIN_REG_10 (C macro)
GPIO_PIN_REG_11 (C macro)
GPIO_PIN_REG_12 (C macro)
GPIO_PIN_REG_13 (C macro)
GPIO_PIN_REG_14 (C macro)
GPIO_PIN_REG_15 (C macro)
GPIO_PIN_REG_16 (C macro)
GPIO_PIN_REG_17 (C macro)
GPIO_PIN_REG_18 (C macro)
GPIO_PIN_REG_19 (C macro)
GPIO_PIN_REG_2 (C macro)
GPIO_PIN_REG_20 (C macro)
GPIO_PIN_REG_21 (C macro)
GPIO_PIN_REG_22 (C macro)
GPIO_PIN_REG_23 (C macro)
GPIO_PIN_REG_24 (C macro)
GPIO_PIN_REG_25 (C macro)
GPIO_PIN_REG_26 (C macro)
GPIO_PIN_REG_27 (C macro)
GPIO_PIN_REG_28 (C macro)
GPIO_PIN_REG_29 (C macro)
GPIO_PIN_REG_3 (C macro)
GPIO_PIN_REG_30 (C macro)
GPIO_PIN_REG_31 (C macro)
GPIO_PIN_REG_32 (C macro)
GPIO_PIN_REG_33 (C macro)
GPIO_PIN_REG_34 (C macro)
GPIO_PIN_REG_35 (C macro)
GPIO_PIN_REG_36 (C macro)
GPIO_PIN_REG_37 (C macro)
GPIO_PIN_REG_38 (C macro)
GPIO_PIN_REG_39 (C macro)
GPIO_PIN_REG_4 (C macro)
GPIO_PIN_REG_40 (C macro)
GPIO_PIN_REG_41 (C macro)
GPIO_PIN_REG_42 (C macro)
GPIO_PIN_REG_43 (C macro)
GPIO_PIN_REG_44 (C macro)
GPIO_PIN_REG_45 (C macro)
GPIO_PIN_REG_46 (C macro)
GPIO_PIN_REG_47 (C macro)
GPIO_PIN_REG_48 (C macro)
GPIO_PIN_REG_5 (C macro)
GPIO_PIN_REG_6 (C macro)
GPIO_PIN_REG_7 (C macro)
GPIO_PIN_REG_8 (C macro)
GPIO_PIN_REG_9 (C macro)
gpio_port_t (C++ enum)
gpio_port_t::GPIO_PORT_0 (C++ enumerator)
gpio_port_t::GPIO_PORT_MAX (C++ enumerator)
gpio_pull_mode_t (C++ enum)
gpio_pull_mode_t::GPIO_FLOATING (C++ enumerator)
gpio_pull_mode_t::GPIO_PULLDOWN_ONLY (C++ enumerator)
gpio_pull_mode_t::GPIO_PULLUP_ONLY (C++ enumerator)
gpio_pull_mode_t::GPIO_PULLUP_PULLDOWN (C++ enumerator)
gpio_pulldown_dis (C++ function)
gpio_pulldown_en (C++ function)
gpio_pulldown_t (C++ enum)
gpio_pulldown_t::GPIO_PULLDOWN_DISABLE (C++ enumerator)
gpio_pulldown_t::GPIO_PULLDOWN_ENABLE (C++ enumerator)
gpio_pullup_dis (C++ function)
gpio_pullup_en (C++ function)
gpio_pullup_t (C++ enum)
gpio_pullup_t::GPIO_PULLUP_DISABLE (C++ enumerator)
gpio_pullup_t::GPIO_PULLUP_ENABLE (C++ enumerator)
gpio_reset_pin (C++ function)
gpio_set_direction (C++ function)
gpio_set_drive_capability (C++ function)
gpio_set_intr_type (C++ function)
gpio_set_level (C++ function)
gpio_set_pull_mode (C++ function)
gpio_sleep_sel_dis (C++ function)
gpio_sleep_sel_en (C++ function)
gpio_sleep_set_direction (C++ function)
gpio_sleep_set_pull_mode (C++ function)
gpio_uninstall_isr_service (C++ function)
gpio_wakeup_disable (C++ function)
gpio_wakeup_enable (C++ function)
gptimer_alarm_cb_t (C++ type)
gptimer_alarm_config_t (C++ struct)
gptimer_alarm_config_t::alarm_count (C++ member)
gptimer_alarm_config_t::auto_reload_on_alarm (C++ member)
gptimer_alarm_config_t::flags (C++ member)
gptimer_alarm_config_t::reload_count (C++ member)
gptimer_alarm_event_data_t (C++ struct)
gptimer_alarm_event_data_t::alarm_value (C++ member)
gptimer_alarm_event_data_t::count_value (C++ member)
gptimer_clock_source_t (C++ type)
gptimer_config_t (C++ struct)
gptimer_config_t::clk_src (C++ member)
gptimer_config_t::direction (C++ member)
gptimer_config_t::flags (C++ member)
gptimer_config_t::intr_priority (C++ member)
gptimer_config_t::intr_shared (C++ member)
gptimer_config_t::resolution_hz (C++ member)
gptimer_count_direction_t (C++ enum)
gptimer_count_direction_t::GPTIMER_COUNT_DOWN (C++ enumerator)
gptimer_count_direction_t::GPTIMER_COUNT_UP (C++ enumerator)
gptimer_del_timer (C++ function)
gptimer_disable (C++ function)
gptimer_enable (C++ function)
gptimer_event_callbacks_t (C++ struct)
gptimer_event_callbacks_t::on_alarm (C++ member)
gptimer_get_raw_count (C++ function)
gptimer_handle_t (C++ type)
gptimer_new_timer (C++ function)
gptimer_register_event_callbacks (C++ function)
gptimer_set_alarm_action (C++ function)
gptimer_set_raw_count (C++ function)
gptimer_start (C++ function)
gptimer_stop (C++ function)
H
heap_caps_add_region (C++ function)
heap_caps_add_region_with_caps (C++ function)
heap_caps_aligned_alloc (C++ function)
heap_caps_aligned_calloc (C++ function)
heap_caps_aligned_free (C++ function)
heap_caps_calloc (C++ function)
heap_caps_calloc_prefer (C++ function)
heap_caps_check_integrity (C++ function)
heap_caps_check_integrity_addr (C++ function)
heap_caps_check_integrity_all (C++ function)
heap_caps_dump (C++ function)
heap_caps_dump_all (C++ function)
heap_caps_enable_nonos_stack_heaps (C++ function)
heap_caps_free (C++ function)
heap_caps_get_allocated_size (C++ function)
heap_caps_get_free_size (C++ function)
heap_caps_get_info (C++ function)
heap_caps_get_largest_free_block (C++ function)
heap_caps_get_minimum_free_size (C++ function)
heap_caps_get_total_size (C++ function)
heap_caps_init (C++ function)
heap_caps_malloc (C++ function)
heap_caps_malloc_extmem_enable (C++ function)
heap_caps_malloc_prefer (C++ function)
heap_caps_print_heap_info (C++ function)
heap_caps_realloc (C++ function)
heap_caps_realloc_prefer (C++ function)
heap_caps_register_failed_alloc_callback (C++ function)
heap_trace_dump (C++ function)
heap_trace_get (C++ function)
heap_trace_get_count (C++ function)
heap_trace_init_standalone (C++ function)
heap_trace_init_tohost (C++ function)
heap_trace_mode_t (C++ enum)
heap_trace_mode_t::HEAP_TRACE_ALL (C++ enumerator)
heap_trace_mode_t::HEAP_TRACE_LEAKS (C++ enumerator)
heap_trace_record_t (C++ struct)
heap_trace_record_t::address (C++ member)
heap_trace_record_t::alloced_by (C++ member)
heap_trace_record_t::ccount (C++ member)
heap_trace_record_t::freed_by (C++ member)
heap_trace_record_t::size (C++ member)
heap_trace_resume (C++ function)
heap_trace_start (C++ function)
heap_trace_stop (C++ function)
hmac_key_id_t (C++ enum)
hmac_key_id_t::HMAC_KEY0 (C++ enumerator)
hmac_key_id_t::HMAC_KEY1 (C++ enumerator)
hmac_key_id_t::HMAC_KEY2 (C++ enumerator)
hmac_key_id_t::HMAC_KEY3 (C++ enumerator)
hmac_key_id_t::HMAC_KEY4 (C++ enumerator)
hmac_key_id_t::HMAC_KEY5 (C++ enumerator)
hmac_key_id_t::HMAC_KEY_MAX (C++ enumerator)
http_client_init_cb_t (C++ type)
http_event_handle_cb (C++ type)
HTTPD_200 (C macro)
HTTPD_204 (C macro)
HTTPD_207 (C macro)
HTTPD_400 (C macro)
HTTPD_404 (C macro)
HTTPD_408 (C macro)
HTTPD_500 (C macro)
httpd_close_func_t (C++ type)
httpd_config (C++ struct)
httpd_config::backlog_conn (C++ member)
httpd_config::close_fn (C++ member)
httpd_config::core_id (C++ member)
httpd_config::ctrl_port (C++ member)
httpd_config::enable_so_linger (C++ member)
httpd_config::global_transport_ctx (C++ member)
httpd_config::global_transport_ctx_free_fn (C++ member)
httpd_config::global_user_ctx (C++ member)
httpd_config::global_user_ctx_free_fn (C++ member)
httpd_config::keep_alive_count (C++ member)
httpd_config::keep_alive_enable (C++ member)
httpd_config::keep_alive_idle (C++ member)
httpd_config::keep_alive_interval (C++ member)
httpd_config::linger_timeout (C++ member)
httpd_config::lru_purge_enable (C++ member)
httpd_config::max_open_sockets (C++ member)
httpd_config::max_resp_headers (C++ member)
httpd_config::max_uri_handlers (C++ member)
httpd_config::open_fn (C++ member)
httpd_config::recv_wait_timeout (C++ member)
httpd_config::send_wait_timeout (C++ member)
httpd_config::server_port (C++ member)
httpd_config::stack_size (C++ member)
httpd_config::task_priority (C++ member)
httpd_config::uri_match_fn (C++ member)
httpd_config_t (C++ type)
HTTPD_DEFAULT_CONFIG (C macro)
httpd_err_code_t (C++ enum)
httpd_err_code_t::HTTPD_400_BAD_REQUEST (C++ enumerator)
httpd_err_code_t::HTTPD_401_UNAUTHORIZED (C++ enumerator)
httpd_err_code_t::HTTPD_403_FORBIDDEN (C++ enumerator)
httpd_err_code_t::HTTPD_404_NOT_FOUND (C++ enumerator)
httpd_err_code_t::HTTPD_405_METHOD_NOT_ALLOWED (C++ enumerator)
httpd_err_code_t::HTTPD_408_REQ_TIMEOUT (C++ enumerator)
httpd_err_code_t::HTTPD_411_LENGTH_REQUIRED (C++ enumerator)
httpd_err_code_t::HTTPD_414_URI_TOO_LONG (C++ enumerator)
httpd_err_code_t::HTTPD_431_REQ_HDR_FIELDS_TOO_LARGE (C++ enumerator)
httpd_err_code_t::HTTPD_500_INTERNAL_SERVER_ERROR (C++ enumerator)
httpd_err_code_t::HTTPD_501_METHOD_NOT_IMPLEMENTED (C++ enumerator)
httpd_err_code_t::HTTPD_505_VERSION_NOT_SUPPORTED (C++ enumerator)
httpd_err_code_t::HTTPD_ERR_CODE_MAX (C++ enumerator)
httpd_err_handler_func_t (C++ type)
httpd_free_ctx_fn_t (C++ type)
httpd_get_client_list (C++ function)
httpd_get_global_transport_ctx (C++ function)
httpd_get_global_user_ctx (C++ function)
httpd_handle_t (C++ type)
HTTPD_MAX_REQ_HDR_LEN (C macro)
HTTPD_MAX_URI_LEN (C macro)
httpd_method_t (C++ type)
httpd_open_func_t (C++ type)
httpd_pending_func_t (C++ type)
httpd_query_key_value (C++ function)
httpd_queue_work (C++ function)
httpd_recv_func_t (C++ type)
httpd_register_err_handler (C++ function)
httpd_register_uri_handler (C++ function)
httpd_req (C++ struct)
httpd_req::aux (C++ member)
httpd_req::content_len (C++ member)
httpd_req::free_ctx (C++ member)
httpd_req::handle (C++ member)
httpd_req::ignore_sess_ctx_changes (C++ member)
httpd_req::method (C++ member)
httpd_req::sess_ctx (C++ member)
httpd_req::uri (C++ member)
httpd_req::user_ctx (C++ member)
httpd_req_get_cookie_val (C++ function)
httpd_req_get_hdr_value_len (C++ function)
httpd_req_get_hdr_value_str (C++ function)
httpd_req_get_url_query_len (C++ function)
httpd_req_get_url_query_str (C++ function)
httpd_req_recv (C++ function)
httpd_req_t (C++ type)
httpd_req_to_sockfd (C++ function)
httpd_resp_send (C++ function)
httpd_resp_send_404 (C++ function)
httpd_resp_send_408 (C++ function)
httpd_resp_send_500 (C++ function)
httpd_resp_send_chunk (C++ function)
httpd_resp_send_err (C++ function)
httpd_resp_sendstr (C++ function)
httpd_resp_sendstr_chunk (C++ function)
httpd_resp_set_hdr (C++ function)
httpd_resp_set_status (C++ function)
httpd_resp_set_type (C++ function)
HTTPD_RESP_USE_STRLEN (C macro)
httpd_send (C++ function)
httpd_send_func_t (C++ type)
httpd_sess_get_ctx (C++ function)
httpd_sess_get_transport_ctx (C++ function)
httpd_sess_set_ctx (C++ function)
httpd_sess_set_pending_override (C++ function)
httpd_sess_set_recv_override (C++ function)
httpd_sess_set_send_override (C++ function)
httpd_sess_set_transport_ctx (C++ function)
httpd_sess_trigger_close (C++ function)
httpd_sess_update_lru_counter (C++ function)
HTTPD_SOCK_ERR_FAIL (C macro)
HTTPD_SOCK_ERR_INVALID (C macro)
HTTPD_SOCK_ERR_TIMEOUT (C macro)
httpd_socket_recv (C++ function)
httpd_socket_send (C++ function)
httpd_ssl_config (C++ struct)
httpd_ssl_config::cacert_len (C++ member)
httpd_ssl_config::cacert_pem (C++ member)
httpd_ssl_config::cert_select_cb (C++ member)
httpd_ssl_config::httpd (C++ member)
httpd_ssl_config::port_insecure (C++ member)
httpd_ssl_config::port_secure (C++ member)
httpd_ssl_config::prvtkey_len (C++ member)
httpd_ssl_config::prvtkey_pem (C++ member)
httpd_ssl_config::servercert (C++ member)
httpd_ssl_config::servercert_len (C++ member)
httpd_ssl_config::session_tickets (C++ member)
httpd_ssl_config::ssl_userdata (C++ member)
httpd_ssl_config::transport_mode (C++ member)
httpd_ssl_config::use_secure_element (C++ member)
httpd_ssl_config::user_cb (C++ member)
HTTPD_SSL_CONFIG_DEFAULT (C macro)
httpd_ssl_config_t (C++ type)
httpd_ssl_start (C++ function)
httpd_ssl_stop (C++ function)
httpd_ssl_transport_mode_t (C++ enum)
httpd_ssl_transport_mode_t::HTTPD_SSL_TRANSPORT_INSECURE (C++ enumerator)
httpd_ssl_transport_mode_t::HTTPD_SSL_TRANSPORT_SECURE (C++ enumerator)
httpd_ssl_user_cb_state_t (C++ enum)
httpd_ssl_user_cb_state_t::HTTPD_SSL_USER_CB_SESS_CLOSE (C++ enumerator)
httpd_ssl_user_cb_state_t::HTTPD_SSL_USER_CB_SESS_CREATE (C++ enumerator)
httpd_start (C++ function)
httpd_stop (C++ function)
HTTPD_TYPE_JSON (C macro)
HTTPD_TYPE_OCTET (C macro)
HTTPD_TYPE_TEXT (C macro)
httpd_unregister_uri (C++ function)
httpd_unregister_uri_handler (C++ function)
httpd_uri (C++ struct)
httpd_uri::handler (C++ member)
httpd_uri::method (C++ member)
httpd_uri::uri (C++ member)
httpd_uri::user_ctx (C++ member)
httpd_uri_match_func_t (C++ type)
httpd_uri_match_wildcard (C++ function)
httpd_uri_t (C++ type)
httpd_work_fn_t (C++ type)
HttpStatus_Code (C++ enum)
HttpStatus_Code::HttpStatus_BadRequest (C++ enumerator)
HttpStatus_Code::HttpStatus_Forbidden (C++ enumerator)
HttpStatus_Code::HttpStatus_Found (C++ enumerator)
HttpStatus_Code::HttpStatus_InternalError (C++ enumerator)
HttpStatus_Code::HttpStatus_MovedPermanently (C++ enumerator)
HttpStatus_Code::HttpStatus_MultipleChoices (C++ enumerator)
HttpStatus_Code::HttpStatus_NotFound (C++ enumerator)
HttpStatus_Code::HttpStatus_Ok (C++ enumerator)
HttpStatus_Code::HttpStatus_PermanentRedirect (C++ enumerator)
HttpStatus_Code::HttpStatus_SeeOther (C++ enumerator)
HttpStatus_Code::HttpStatus_TemporaryRedirect (C++ enumerator)
HttpStatus_Code::HttpStatus_Unauthorized (C++ enumerator)
I
i2c_ack_type_t (C++ enum)
i2c_ack_type_t::I2C_MASTER_ACK (C++ enumerator)
i2c_ack_type_t::I2C_MASTER_ACK_MAX (C++ enumerator)
i2c_ack_type_t::I2C_MASTER_LAST_NACK (C++ enumerator)
i2c_ack_type_t::I2C_MASTER_NACK (C++ enumerator)
i2c_addr_mode_t (C++ enum)
i2c_addr_mode_t::I2C_ADDR_BIT_10 (C++ enumerator)
i2c_addr_mode_t::I2C_ADDR_BIT_7 (C++ enumerator)
i2c_addr_mode_t::I2C_ADDR_BIT_MAX (C++ enumerator)
I2C_APB_CLK_FREQ (C macro)
i2c_clock_source_t (C++ type)
i2c_cmd_handle_t (C++ type)
i2c_cmd_link_create (C++ function)
i2c_cmd_link_create_static (C++ function)
i2c_cmd_link_delete (C++ function)
i2c_cmd_link_delete_static (C++ function)
i2c_config_t (C++ struct)
i2c_config_t::addr_10bit_en (C++ member)
i2c_config_t::clk_flags (C++ member)
i2c_config_t::clk_speed (C++ member)
i2c_config_t::master (C++ member)
i2c_config_t::maximum_speed (C++ member)
i2c_config_t::mode (C++ member)
i2c_config_t::scl_io_num (C++ member)
i2c_config_t::scl_pullup_en (C++ member)
i2c_config_t::sda_io_num (C++ member)
i2c_config_t::sda_pullup_en (C++ member)
i2c_config_t::slave (C++ member)
i2c_config_t::slave_addr (C++ member)
i2c_driver_delete (C++ function)
i2c_driver_install (C++ function)
i2c_filter_disable (C++ function)
i2c_filter_enable (C++ function)
i2c_get_data_mode (C++ function)
i2c_get_data_timing (C++ function)
i2c_get_period (C++ function)
i2c_get_start_timing (C++ function)
i2c_get_stop_timing (C++ function)
i2c_get_timeout (C++ function)
I2C_INTERNAL_STRUCT_SIZE (C macro)
I2C_LINK_RECOMMENDED_SIZE (C macro)
i2c_master_cmd_begin (C++ function)
i2c_master_read (C++ function)
i2c_master_read_byte (C++ function)
i2c_master_read_from_device (C++ function)
i2c_master_start (C++ function)
i2c_master_stop (C++ function)
i2c_master_write (C++ function)
i2c_master_write_byte (C++ function)
i2c_master_write_read_device (C++ function)
i2c_master_write_to_device (C++ function)
i2c_mode_t (C++ enum)
i2c_mode_t::I2C_MODE_MASTER (C++ enumerator)
i2c_mode_t::I2C_MODE_MAX (C++ enumerator)
i2c_mode_t::I2C_MODE_SLAVE (C++ enumerator)
I2C_NUM_0 (C macro)
I2C_NUM_1 (C macro)
I2C_NUM_MAX (C macro)
i2c_param_config (C++ function)
i2c_port_t (C++ type)
i2c_reset_rx_fifo (C++ function)
i2c_reset_tx_fifo (C++ function)
i2c_rw_t (C++ enum)
i2c_rw_t::I2C_MASTER_READ (C++ enumerator)
i2c_rw_t::I2C_MASTER_WRITE (C++ enumerator)
I2C_SCLK_SRC_FLAG_AWARE_DFS (C macro)
I2C_SCLK_SRC_FLAG_FOR_NOMAL (C macro)
I2C_SCLK_SRC_FLAG_LIGHT_SLEEP (C macro)
i2c_set_data_mode (C++ function)
i2c_set_data_timing (C++ function)
i2c_set_period (C++ function)
i2c_set_pin (C++ function)
i2c_set_start_timing (C++ function)
i2c_set_stop_timing (C++ function)
i2c_set_timeout (C++ function)
i2c_slave_read_buffer (C++ function)
i2c_slave_write_buffer (C++ function)
i2c_trans_mode_t (C++ enum)
i2c_trans_mode_t::I2C_DATA_MODE_LSB_FIRST (C++ enumerator)
i2c_trans_mode_t::I2C_DATA_MODE_MAX (C++ enumerator)
i2c_trans_mode_t::I2C_DATA_MODE_MSB_FIRST (C++ enumerator)
i2s_chan_config_t (C++ struct)
i2s_chan_config_t::auto_clear (C++ member)
i2s_chan_config_t::dma_desc_num (C++ member)
i2s_chan_config_t::dma_frame_num (C++ member)
i2s_chan_config_t::id (C++ member)
i2s_chan_config_t::role (C++ member)
i2s_chan_handle_t (C++ type)
i2s_chan_info_t (C++ struct)
i2s_chan_info_t::dir (C++ member)
i2s_chan_info_t::id (C++ member)
i2s_chan_info_t::mode (C++ member)
i2s_chan_info_t::pair_chan (C++ member)
i2s_chan_info_t::role (C++ member)
I2S_CHANNEL_DEFAULT_CONFIG (C macro)
i2s_channel_disable (C++ function)
i2s_channel_enable (C++ function)
i2s_channel_get_info (C++ function)
i2s_channel_init_std_mode (C++ function)
i2s_channel_read (C++ function)
i2s_channel_reconfig_std_clock (C++ function)
i2s_channel_reconfig_std_gpio (C++ function)
i2s_channel_reconfig_std_slot (C++ function)
i2s_channel_register_event_callback (C++ function)
i2s_channel_write (C++ function)
i2s_clock_src_t (C++ type)
i2s_comm_mode_t (C++ enum)
i2s_comm_mode_t::I2S_COMM_MODE_NONE (C++ enumerator)
i2s_comm_mode_t::I2S_COMM_MODE_STD (C++ enumerator)
i2s_data_bit_width_t (C++ enum)
i2s_data_bit_width_t::I2S_DATA_BIT_WIDTH_16BIT (C++ enumerator)
i2s_data_bit_width_t::I2S_DATA_BIT_WIDTH_24BIT (C++ enumerator)
i2s_data_bit_width_t::I2S_DATA_BIT_WIDTH_32BIT (C++ enumerator)
i2s_data_bit_width_t::I2S_DATA_BIT_WIDTH_8BIT (C++ enumerator)
i2s_del_channel (C++ function)
i2s_dir_t (C++ enum)
i2s_dir_t::I2S_DIR_RX (C++ enumerator)
i2s_dir_t::I2S_DIR_TX (C++ enumerator)
i2s_event_callbacks_t (C++ struct)
i2s_event_callbacks_t::on_recv (C++ member)
i2s_event_callbacks_t::on_recv_q_ovf (C++ member)
i2s_event_callbacks_t::on_send_q_ovf (C++ member)
i2s_event_callbacks_t::on_sent (C++ member)
i2s_event_data_t (C++ struct)
i2s_event_data_t::data (C++ member)
i2s_event_data_t::size (C++ member)
I2S_GPIO_UNUSED (C macro)
i2s_isr_callback_t (C++ type)
i2s_mclk_multiple_t (C++ enum)
i2s_mclk_multiple_t::I2S_MCLK_MULTIPLE_128 (C++ enumerator)
i2s_mclk_multiple_t::I2S_MCLK_MULTIPLE_256 (C++ enumerator)
i2s_mclk_multiple_t::I2S_MCLK_MULTIPLE_384 (C++ enumerator)
i2s_mclk_multiple_t::I2S_MCLK_MULTIPLE_512 (C++ enumerator)
i2s_new_channel (C++ function)
i2s_pdm_slot_mask_t (C++ enum)
i2s_pdm_slot_mask_t::I2S_PDM_SLOT_BOTH (C++ enumerator)
i2s_pdm_slot_mask_t::I2S_PDM_SLOT_LEFT (C++ enumerator)
i2s_pdm_slot_mask_t::I2S_PDM_SLOT_RIGHT (C++ enumerator)
i2s_port_t (C++ enum)
i2s_port_t::I2S_NUM_0 (C++ enumerator)
i2s_port_t::I2S_NUM_AUTO (C++ enumerator)
i2s_role_t (C++ enum)
i2s_role_t::I2S_ROLE_MASTER (C++ enumerator)
i2s_role_t::I2S_ROLE_SLAVE (C++ enumerator)
i2s_slot_bit_width_t (C++ enum)
i2s_slot_bit_width_t::I2S_SLOT_BIT_WIDTH_16BIT (C++ enumerator)
i2s_slot_bit_width_t::I2S_SLOT_BIT_WIDTH_24BIT (C++ enumerator)
i2s_slot_bit_width_t::I2S_SLOT_BIT_WIDTH_32BIT (C++ enumerator)
i2s_slot_bit_width_t::I2S_SLOT_BIT_WIDTH_8BIT (C++ enumerator)
i2s_slot_bit_width_t::I2S_SLOT_BIT_WIDTH_AUTO (C++ enumerator)
i2s_slot_mode_t (C++ enum)
i2s_slot_mode_t::I2S_SLOT_MODE_MONO (C++ enumerator)
i2s_slot_mode_t::I2S_SLOT_MODE_STEREO (C++ enumerator)
i2s_std_clk_config_t (C++ struct)
i2s_std_clk_config_t::clk_src (C++ member)
i2s_std_clk_config_t::mclk_multiple (C++ member)
i2s_std_clk_config_t::sample_rate_hz (C++ member)
I2S_STD_CLK_DEFAULT_CONFIG (C macro)
i2s_std_config_t (C++ struct)
i2s_std_config_t::clk_cfg (C++ member)
i2s_std_config_t::gpio_cfg (C++ member)
i2s_std_config_t::slot_cfg (C++ member)
i2s_std_gpio_config_t (C++ struct)
i2s_std_gpio_config_t::bclk (C++ member)
i2s_std_gpio_config_t::bclk_inv (C++ member)
i2s_std_gpio_config_t::din (C++ member)
i2s_std_gpio_config_t::dout (C++ member)
i2s_std_gpio_config_t::invert_flags (C++ member)
i2s_std_gpio_config_t::mclk (C++ member)
i2s_std_gpio_config_t::mclk_inv (C++ member)
i2s_std_gpio_config_t::ws (C++ member)
i2s_std_gpio_config_t::ws_inv (C++ member)
I2S_STD_MSB_SLOT_DEFAULT_CONFIG (C macro)
I2S_STD_PCM_SLOT_DEFAULT_CONFIG (C macro)
I2S_STD_PHILIPS_SLOT_DEFAULT_CONFIG (C macro)
i2s_std_slot_config_t (C++ struct)
i2s_std_slot_config_t::bit_shift (C++ member)
i2s_std_slot_config_t::data_bit_width (C++ member)
i2s_std_slot_config_t::msb_right (C++ member)
i2s_std_slot_config_t::slot_bit_width (C++ member)
i2s_std_slot_config_t::slot_mask (C++ member)
i2s_std_slot_config_t::slot_mode (C++ member)
i2s_std_slot_config_t::ws_pol (C++ member)
i2s_std_slot_config_t::ws_width (C++ member)
i2s_std_slot_mask_t (C++ enum)
i2s_std_slot_mask_t::I2S_STD_SLOT_BOTH (C++ enumerator)
i2s_std_slot_mask_t::I2S_STD_SLOT_LEFT (C++ enumerator)
i2s_std_slot_mask_t::I2S_STD_SLOT_RIGHT (C++ enumerator)
I_ADC (C macro)
I_ADDI (C macro)
I_ADDR (C macro)
I_ANDI (C macro)
I_ANDR (C macro)
I_BE (C macro)
I_BG (C macro)
I_BL (C macro)
I_BSGE (C macro)
I_BSL (C macro)
I_BSLE (C macro)
I_BXFI (C macro)
I_BXFR (C macro)
I_BXI (C macro)
I_BXR (C macro)
I_BXZI (C macro)
I_BXZR (C macro)
I_DELAY (C macro)
I_END (C macro)
I_HALT (C macro)
I_LD (C macro)
I_LD_MANUAL (C macro)
I_LDH (C macro)
I_LDL (C macro)
I_LSHI (C macro)
I_LSHR (C macro)
I_MOVI (C macro)
I_MOVR (C macro)
I_ORI (C macro)
I_ORR (C macro)
I_RD_REG (C macro)
I_RSHI (C macro)
I_RSHR (C macro)
I_ST (C macro)
I_ST32 (C macro)
I_ST_AUTO (C macro)
I_ST_MANUAL (C macro)
I_STAGE_DEC (C macro)
I_STAGE_INC (C macro)
I_STAGE_RST (C macro)
I_STH (C macro)
I_STH_LABEL (C macro)
I_STI (C macro)
I_STI32 (C macro)
I_STI_LABEL (C macro)
I_STL (C macro)
I_STL_LABEL (C macro)
I_STO (C macro)
I_SUBI (C macro)
I_SUBR (C macro)
I_TSENS (C macro)
I_WAKE (C macro)
I_WR_REG (C macro)
I_WR_REG_BIT (C macro)
intr_handle_data_t (C++ type)
intr_handle_t (C++ type)
intr_handler_t (C++ type)
IP2STR (C macro)
ip_event_add_ip6_t (C++ struct)
ip_event_add_ip6_t::addr (C++ member)
ip_event_add_ip6_t::preferred (C++ member)
ip_event_ap_staipassigned_t (C++ struct)
ip_event_ap_staipassigned_t::esp_netif (C++ member)
ip_event_ap_staipassigned_t::ip (C++ member)
ip_event_ap_staipassigned_t::mac (C++ member)
ip_event_got_ip6_t (C++ struct)
ip_event_got_ip6_t::esp_netif (C++ member)
ip_event_got_ip6_t::ip6_info (C++ member)
ip_event_got_ip6_t::ip_index (C++ member)
ip_event_got_ip_t (C++ struct)
ip_event_got_ip_t::esp_netif (C++ member)
ip_event_got_ip_t::ip_changed (C++ member)
ip_event_got_ip_t::ip_info (C++ member)
ip_event_t (C++ enum)
ip_event_t::IP_EVENT_AP_STAIPASSIGNED (C++ enumerator)
ip_event_t::IP_EVENT_ETH_GOT_IP (C++ enumerator)
ip_event_t::IP_EVENT_ETH_LOST_IP (C++ enumerator)
ip_event_t::IP_EVENT_GOT_IP6 (C++ enumerator)
ip_event_t::IP_EVENT_PPP_GOT_IP (C++ enumerator)
ip_event_t::IP_EVENT_PPP_LOST_IP (C++ enumerator)
ip_event_t::IP_EVENT_STA_GOT_IP (C++ enumerator)
ip_event_t::IP_EVENT_STA_LOST_IP (C++ enumerator)
IPSTR (C macro)
IPV62STR (C macro)
IPV6STR (C macro)
L
l2tap_ioctl_opt_t (C++ enum)
l2tap_ioctl_opt_t::L2TAP_G_DEVICE_DRV_HNDL (C++ enumerator)
l2tap_ioctl_opt_t::L2TAP_G_INTF_DEVICE (C++ enumerator)
l2tap_ioctl_opt_t::L2TAP_G_RCV_FILTER (C++ enumerator)
l2tap_ioctl_opt_t::L2TAP_S_DEVICE_DRV_HNDL (C++ enumerator)
l2tap_ioctl_opt_t::L2TAP_S_INTF_DEVICE (C++ enumerator)
l2tap_ioctl_opt_t::L2TAP_S_RCV_FILTER (C++ enumerator)
l2tap_iodriver_handle (C++ type)
L2TAP_VFS_CONFIG_DEFAULT (C macro)
l2tap_vfs_config_t (C++ struct)
l2tap_vfs_config_t::base_path (C++ member)
L2TAP_VFS_DEFAULT_PATH (C macro)
lcd_clock_source_t (C++ type)
lcd_color_range_t (C++ enum)
lcd_color_range_t::LCD_COLOR_RANGE_FULL (C++ enumerator)
lcd_color_range_t::LCD_COLOR_RANGE_LIMIT (C++ enumerator)
lcd_color_space_t (C++ enum)
lcd_color_space_t::LCD_COLOR_SPACE_RGB (C++ enumerator)
lcd_color_space_t::LCD_COLOR_SPACE_YUV (C++ enumerator)
lcd_rgb_data_endian_t (C++ enum)
lcd_rgb_data_endian_t::LCD_RGB_DATA_ENDIAN_BIG (C++ enumerator)
lcd_rgb_data_endian_t::LCD_RGB_DATA_ENDIAN_LITTLE (C++ enumerator)
lcd_rgb_element_order_t (C++ enum)
lcd_rgb_element_order_t::LCD_RGB_ELEMENT_ORDER_BGR (C++ enumerator)
lcd_rgb_element_order_t::LCD_RGB_ELEMENT_ORDER_RGB (C++ enumerator)
lcd_yuv_conv_std_t (C++ enum)
lcd_yuv_conv_std_t::LCD_YUV_CONV_STD_BT601 (C++ enumerator)
lcd_yuv_conv_std_t::LCD_YUV_CONV_STD_BT709 (C++ enumerator)
lcd_yuv_sample_t (C++ enum)
lcd_yuv_sample_t::LCD_YUV_SAMPLE_411 (C++ enumerator)
lcd_yuv_sample_t::LCD_YUV_SAMPLE_420 (C++ enumerator)
lcd_yuv_sample_t::LCD_YUV_SAMPLE_422 (C++ enumerator)
LEDC_APB_CLK_HZ (C macro)
ledc_bind_channel_timer (C++ function)
ledc_cb_event_t (C++ enum)
ledc_cb_event_t::LEDC_FADE_END_EVT (C++ enumerator)
ledc_cb_param_t (C++ struct)
ledc_cb_param_t::channel (C++ member)
ledc_cb_param_t::duty (C++ member)
ledc_cb_param_t::event (C++ member)
ledc_cb_param_t::speed_mode (C++ member)
ledc_cb_register (C++ function)
ledc_cb_t (C++ type)
ledc_cbs_t (C++ struct)
ledc_cbs_t::fade_cb (C++ member)
ledc_channel_config (C++ function)
ledc_channel_config_t (C++ struct)
ledc_channel_config_t::channel (C++ member)
ledc_channel_config_t::duty (C++ member)
ledc_channel_config_t::flags (C++ member)
ledc_channel_config_t::gpio_num (C++ member)
ledc_channel_config_t::hpoint (C++ member)
ledc_channel_config_t::intr_type (C++ member)
ledc_channel_config_t::output_invert (C++ member)
ledc_channel_config_t::speed_mode (C++ member)
ledc_channel_config_t::timer_sel (C++ member)
ledc_channel_t (C++ enum)
ledc_channel_t::LEDC_CHANNEL_0 (C++ enumerator)
ledc_channel_t::LEDC_CHANNEL_1 (C++ enumerator)
ledc_channel_t::LEDC_CHANNEL_2 (C++ enumerator)
ledc_channel_t::LEDC_CHANNEL_3 (C++ enumerator)
ledc_channel_t::LEDC_CHANNEL_4 (C++ enumerator)
ledc_channel_t::LEDC_CHANNEL_5 (C++ enumerator)
ledc_channel_t::LEDC_CHANNEL_6 (C++ enumerator)
ledc_channel_t::LEDC_CHANNEL_7 (C++ enumerator)
ledc_channel_t::LEDC_CHANNEL_MAX (C++ enumerator)
ledc_clk_cfg_t (C++ enum)
ledc_clk_cfg_t::LEDC_AUTO_CLK (C++ enumerator)
ledc_clk_cfg_t::LEDC_USE_APB_CLK (C++ enumerator)
ledc_clk_cfg_t::LEDC_USE_REF_TICK (C++ enumerator)
ledc_clk_cfg_t::LEDC_USE_RTC8M_CLK (C++ enumerator)
ledc_clk_cfg_t::LEDC_USE_XTAL_CLK (C++ enumerator)
ledc_clk_src_t (C++ enum)
ledc_clk_src_t::LEDC_APB_CLK (C++ enumerator)
ledc_clk_src_t::LEDC_REF_TICK (C++ enumerator)
ledc_clk_src_t::LEDC_SCLK (C++ enumerator)
ledc_duty_direction_t (C++ enum)
ledc_duty_direction_t::LEDC_DUTY_DIR_DECREASE (C++ enumerator)
ledc_duty_direction_t::LEDC_DUTY_DIR_INCREASE (C++ enumerator)
ledc_duty_direction_t::LEDC_DUTY_DIR_MAX (C++ enumerator)
LEDC_ERR_DUTY (C macro)
LEDC_ERR_VAL (C macro)
ledc_fade_func_install (C++ function)
ledc_fade_func_uninstall (C++ function)
ledc_fade_mode_t (C++ enum)
ledc_fade_mode_t::LEDC_FADE_MAX (C++ enumerator)
ledc_fade_mode_t::LEDC_FADE_NO_WAIT (C++ enumerator)
ledc_fade_mode_t::LEDC_FADE_WAIT_DONE (C++ enumerator)
ledc_fade_start (C++ function)
ledc_fade_stop (C++ function)
ledc_get_duty (C++ function)
ledc_get_freq (C++ function)
ledc_get_hpoint (C++ function)
ledc_intr_type_t (C++ enum)
ledc_intr_type_t::LEDC_INTR_DISABLE (C++ enumerator)
ledc_intr_type_t::LEDC_INTR_FADE_END (C++ enumerator)
ledc_intr_type_t::LEDC_INTR_MAX (C++ enumerator)
ledc_isr_handle_t (C++ type)
ledc_isr_register (C++ function)
ledc_mode_t (C++ enum)
ledc_mode_t::LEDC_LOW_SPEED_MODE (C++ enumerator)
ledc_mode_t::LEDC_SPEED_MODE_MAX (C++ enumerator)
LEDC_REF_CLK_HZ (C macro)
ledc_set_duty (C++ function)
ledc_set_duty_and_update (C++ function)
ledc_set_duty_with_hpoint (C++ function)
ledc_set_fade (C++ function)
ledc_set_fade_step_and_start (C++ function)
ledc_set_fade_time_and_start (C++ function)
ledc_set_fade_with_step (C++ function)
ledc_set_fade_with_time (C++ function)
ledc_set_freq (C++ function)
ledc_set_pin (C++ function)
ledc_slow_clk_sel_t (C++ enum)
ledc_slow_clk_sel_t::LEDC_SLOW_CLK_APB (C++ enumerator)
ledc_slow_clk_sel_t::LEDC_SLOW_CLK_RTC8M (C++ enumerator)
ledc_slow_clk_sel_t::LEDC_SLOW_CLK_XTAL (C++ enumerator)
ledc_stop (C++ function)
ledc_timer_bit_t (C++ enum)
ledc_timer_bit_t::LEDC_TIMER_10_BIT (C++ enumerator)
ledc_timer_bit_t::LEDC_TIMER_11_BIT (C++ enumerator)
ledc_timer_bit_t::LEDC_TIMER_12_BIT (C++ enumerator)
ledc_timer_bit_t::LEDC_TIMER_13_BIT (C++ enumerator)
ledc_timer_bit_t::LEDC_TIMER_14_BIT (C++ enumerator)
ledc_timer_bit_t::LEDC_TIMER_1_BIT (C++ enumerator)
ledc_timer_bit_t::LEDC_TIMER_2_BIT (C++ enumerator)
ledc_timer_bit_t::LEDC_TIMER_3_BIT (C++ enumerator)
ledc_timer_bit_t::LEDC_TIMER_4_BIT (C++ enumerator)
ledc_timer_bit_t::LEDC_TIMER_5_BIT (C++ enumerator)
ledc_timer_bit_t::LEDC_TIMER_6_BIT (C++ enumerator)
ledc_timer_bit_t::LEDC_TIMER_7_BIT (C++ enumerator)
ledc_timer_bit_t::LEDC_TIMER_8_BIT (C++ enumerator)
ledc_timer_bit_t::LEDC_TIMER_9_BIT (C++ enumerator)
ledc_timer_bit_t::LEDC_TIMER_BIT_MAX (C++ enumerator)
ledc_timer_config (C++ function)
ledc_timer_config_t (C++ struct)
ledc_timer_config_t::clk_cfg (C++ member)
ledc_timer_config_t::duty_resolution (C++ member)
ledc_timer_config_t::freq_hz (C++ member)
ledc_timer_config_t::speed_mode (C++ member)
ledc_timer_config_t::timer_num (C++ member)
ledc_timer_pause (C++ function)
ledc_timer_resume (C++ function)
ledc_timer_rst (C++ function)
ledc_timer_set (C++ function)
ledc_timer_t (C++ enum)
ledc_timer_t::LEDC_TIMER_0 (C++ enumerator)
ledc_timer_t::LEDC_TIMER_1 (C++ enumerator)
ledc_timer_t::LEDC_TIMER_2 (C++ enumerator)
ledc_timer_t::LEDC_TIMER_3 (C++ enumerator)
ledc_timer_t::LEDC_TIMER_MAX (C++ enumerator)
ledc_update_duty (C++ function)
linenoiseCompletions (C++ type)
M
M_BE (C macro)
M_BG (C macro)
M_BL (C macro)
M_BRANCH (C macro)
M_BX (C macro)
M_BXF (C macro)
M_BXZ (C macro)
M_LABEL (C macro)
MAC2STR (C macro)
MACSTR (C macro)
MALLOC_CAP_32BIT (C macro)
MALLOC_CAP_8BIT (C macro)
MALLOC_CAP_DEFAULT (C macro)
MALLOC_CAP_DMA (C macro)
MALLOC_CAP_EXEC (C macro)
MALLOC_CAP_INTERNAL (C macro)
MALLOC_CAP_INVALID (C macro)
MALLOC_CAP_IRAM_8BIT (C macro)
MALLOC_CAP_PID2 (C macro)
MALLOC_CAP_PID3 (C macro)
MALLOC_CAP_PID4 (C macro)
MALLOC_CAP_PID5 (C macro)
MALLOC_CAP_PID6 (C macro)
MALLOC_CAP_PID7 (C macro)
MALLOC_CAP_RETENTION (C macro)
MALLOC_CAP_RTCRAM (C macro)
MALLOC_CAP_SPIRAM (C macro)
MAX_BLE_DEVNAME_LEN (C macro)
MAX_BLE_MANUFACTURER_DATA_LEN (C macro)
MAX_FDS (C macro)
MAX_PASSPHRASE_LEN (C macro)
MAX_SSID_LEN (C macro)
MAX_WPS_AP_CRED (C macro)
mesh_addr_t (C++ union)
mesh_addr_t::addr (C++ member)
mesh_addr_t::mip (C++ member)
mesh_ap_cfg_t (C++ struct)
mesh_ap_cfg_t::max_connection (C++ member)
mesh_ap_cfg_t::nonmesh_max_connection (C++ member)
mesh_ap_cfg_t::password (C++ member)
MESH_ASSOC_FLAG_NETWORK_FREE (C macro)
MESH_ASSOC_FLAG_ROOT_FIXED (C macro)
MESH_ASSOC_FLAG_ROOTS_FOUND (C macro)
MESH_ASSOC_FLAG_STA_VOTE_EXPIRE (C macro)
MESH_ASSOC_FLAG_VOTE_IN_PROGRESS (C macro)
mesh_cfg_t (C++ struct)
mesh_cfg_t::allow_channel_switch (C++ member)
mesh_cfg_t::channel (C++ member)
mesh_cfg_t::crypto_funcs (C++ member)
mesh_cfg_t::mesh_ap (C++ member)
mesh_cfg_t::mesh_id (C++ member)
mesh_cfg_t::router (C++ member)
MESH_DATA_DROP (C macro)
MESH_DATA_ENC (C macro)
MESH_DATA_FROMDS (C macro)
MESH_DATA_GROUP (C macro)
MESH_DATA_NONBLOCK (C macro)
MESH_DATA_P2P (C macro)
mesh_data_t (C++ struct)
mesh_data_t::data (C++ member)
mesh_data_t::proto (C++ member)
mesh_data_t::size (C++ member)
mesh_data_t::tos (C++ member)
MESH_DATA_TODS (C macro)
mesh_disconnect_reason_t (C++ enum)
mesh_disconnect_reason_t::MESH_REASON_CYCLIC (C++ enumerator)
mesh_disconnect_reason_t::MESH_REASON_DIFF_ID (C++ enumerator)
mesh_disconnect_reason_t::MESH_REASON_EMPTY_PASSWORD (C++ enumerator)
mesh_disconnect_reason_t::MESH_REASON_IE_UNKNOWN (C++ enumerator)
mesh_disconnect_reason_t::MESH_REASON_LEAF (C++ enumerator)
mesh_disconnect_reason_t::MESH_REASON_PARENT_IDLE (C++ enumerator)
mesh_disconnect_reason_t::MESH_REASON_PARENT_STOPPED (C++ enumerator)
mesh_disconnect_reason_t::MESH_REASON_PARENT_UNENCRYPTED (C++ enumerator)
mesh_disconnect_reason_t::MESH_REASON_PARENT_WORSE (C++ enumerator)
mesh_disconnect_reason_t::MESH_REASON_ROOTS (C++ enumerator)
mesh_disconnect_reason_t::MESH_REASON_SCAN_FAIL (C++ enumerator)
mesh_disconnect_reason_t::MESH_REASON_WAIVE_ROOT (C++ enumerator)
mesh_event_channel_switch_t (C++ struct)
mesh_event_channel_switch_t::channel (C++ member)
mesh_event_child_connected_t (C++ type)
mesh_event_child_disconnected_t (C++ type)
mesh_event_connected_t (C++ struct)
mesh_event_connected_t::connected (C++ member)
mesh_event_connected_t::duty (C++ member)
mesh_event_connected_t::self_layer (C++ member)
mesh_event_disconnected_t (C++ type)
mesh_event_find_network_t (C++ struct)
mesh_event_find_network_t::channel (C++ member)
mesh_event_find_network_t::router_bssid (C++ member)
mesh_event_id_t (C++ enum)
mesh_event_id_t::MESH_EVENT_CHANNEL_SWITCH (C++ enumerator)
mesh_event_id_t::MESH_EVENT_CHILD_CONNECTED (C++ enumerator)
mesh_event_id_t::MESH_EVENT_CHILD_DISCONNECTED (C++ enumerator)
mesh_event_id_t::MESH_EVENT_FIND_NETWORK (C++ enumerator)
mesh_event_id_t::MESH_EVENT_LAYER_CHANGE (C++ enumerator)
mesh_event_id_t::MESH_EVENT_MAX (C++ enumerator)
mesh_event_id_t::MESH_EVENT_NETWORK_STATE (C++ enumerator)
mesh_event_id_t::MESH_EVENT_NO_PARENT_FOUND (C++ enumerator)
mesh_event_id_t::MESH_EVENT_PARENT_CONNECTED (C++ enumerator)
mesh_event_id_t::MESH_EVENT_PARENT_DISCONNECTED (C++ enumerator)
mesh_event_id_t::MESH_EVENT_PS_CHILD_DUTY (C++ enumerator)
mesh_event_id_t::MESH_EVENT_PS_DEVICE_DUTY (C++ enumerator)
mesh_event_id_t::MESH_EVENT_PS_PARENT_DUTY (C++ enumerator)
mesh_event_id_t::MESH_EVENT_ROOT_ADDRESS (C++ enumerator)
mesh_event_id_t::MESH_EVENT_ROOT_ASKED_YIELD (C++ enumerator)
mesh_event_id_t::MESH_EVENT_ROOT_FIXED (C++ enumerator)
mesh_event_id_t::MESH_EVENT_ROOT_SWITCH_ACK (C++ enumerator)
mesh_event_id_t::MESH_EVENT_ROOT_SWITCH_REQ (C++ enumerator)
mesh_event_id_t::MESH_EVENT_ROUTER_SWITCH (C++ enumerator)
mesh_event_id_t::MESH_EVENT_ROUTING_TABLE_ADD (C++ enumerator)
mesh_event_id_t::MESH_EVENT_ROUTING_TABLE_REMOVE (C++ enumerator)
mesh_event_id_t::MESH_EVENT_SCAN_DONE (C++ enumerator)
mesh_event_id_t::MESH_EVENT_STARTED (C++ enumerator)
mesh_event_id_t::MESH_EVENT_STOP_RECONNECTION (C++ enumerator)
mesh_event_id_t::MESH_EVENT_STOPPED (C++ enumerator)
mesh_event_id_t::MESH_EVENT_TODS_STATE (C++ enumerator)
mesh_event_id_t::MESH_EVENT_VOTE_STARTED (C++ enumerator)
mesh_event_id_t::MESH_EVENT_VOTE_STOPPED (C++ enumerator)
mesh_event_info_t (C++ union)
mesh_event_info_t::channel_switch (C++ member)
mesh_event_info_t::child_connected (C++ member)
mesh_event_info_t::child_disconnected (C++ member)
mesh_event_info_t::connected (C++ member)
mesh_event_info_t::disconnected (C++ member)
mesh_event_info_t::find_network (C++ member)
mesh_event_info_t::layer_change (C++ member)
mesh_event_info_t::network_state (C++ member)
mesh_event_info_t::no_parent (C++ member)
mesh_event_info_t::ps_duty (C++ member)
mesh_event_info_t::root_addr (C++ member)
mesh_event_info_t::root_conflict (C++ member)
mesh_event_info_t::root_fixed (C++ member)
mesh_event_info_t::router_switch (C++ member)
mesh_event_info_t::routing_table (C++ member)
mesh_event_info_t::scan_done (C++ member)
mesh_event_info_t::switch_req (C++ member)
mesh_event_info_t::toDS_state (C++ member)
mesh_event_info_t::vote_started (C++ member)
mesh_event_layer_change_t (C++ struct)
mesh_event_layer_change_t::new_layer (C++ member)
mesh_event_network_state_t (C++ struct)
mesh_event_network_state_t::is_rootless (C++ member)
mesh_event_no_parent_found_t (C++ struct)
mesh_event_no_parent_found_t::scan_times (C++ member)
mesh_event_ps_duty_t (C++ struct)
mesh_event_ps_duty_t::child_connected (C++ member)
mesh_event_ps_duty_t::duty (C++ member)
mesh_event_root_address_t (C++ type)
mesh_event_root_conflict_t (C++ struct)
mesh_event_root_conflict_t::addr (C++ member)
mesh_event_root_conflict_t::capacity (C++ member)
mesh_event_root_conflict_t::rssi (C++ member)
mesh_event_root_fixed_t (C++ struct)
mesh_event_root_fixed_t::is_fixed (C++ member)
mesh_event_root_switch_req_t (C++ struct)
mesh_event_root_switch_req_t::rc_addr (C++ member)
mesh_event_root_switch_req_t::reason (C++ member)
mesh_event_router_switch_t (C++ type)
mesh_event_routing_table_change_t (C++ struct)
mesh_event_routing_table_change_t::rt_size_change (C++ member)
mesh_event_routing_table_change_t::rt_size_new (C++ member)
mesh_event_scan_done_t (C++ struct)
mesh_event_scan_done_t::number (C++ member)
mesh_event_toDS_state_t (C++ enum)
mesh_event_toDS_state_t::MESH_TODS_REACHABLE (C++ enumerator)
mesh_event_toDS_state_t::MESH_TODS_UNREACHABLE (C++ enumerator)
mesh_event_vote_started_t (C++ struct)
mesh_event_vote_started_t::attempts (C++ member)
mesh_event_vote_started_t::rc_addr (C++ member)
mesh_event_vote_started_t::reason (C++ member)
MESH_INIT_CONFIG_DEFAULT (C macro)
MESH_MPS (C macro)
MESH_MTU (C macro)
MESH_OPT_RECV_DS_ADDR (C macro)
MESH_OPT_SEND_GROUP (C macro)
mesh_opt_t (C++ struct)
mesh_opt_t::len (C++ member)
mesh_opt_t::type (C++ member)
mesh_opt_t::val (C++ member)
mesh_proto_t (C++ enum)
mesh_proto_t::MESH_PROTO_AP (C++ enumerator)
mesh_proto_t::MESH_PROTO_BIN (C++ enumerator)
mesh_proto_t::MESH_PROTO_HTTP (C++ enumerator)
mesh_proto_t::MESH_PROTO_JSON (C++ enumerator)
mesh_proto_t::MESH_PROTO_MQTT (C++ enumerator)
mesh_proto_t::MESH_PROTO_STA (C++ enumerator)
MESH_PS_DEVICE_DUTY_DEMAND (C macro)
MESH_PS_DEVICE_DUTY_REQUEST (C macro)
MESH_PS_NETWORK_DUTY_APPLIED_ENTIRE (C macro)
MESH_PS_NETWORK_DUTY_APPLIED_UPLINK (C macro)
MESH_PS_NETWORK_DUTY_MASTER (C macro)
mesh_rc_config_t (C++ union)
mesh_rc_config_t::attempts (C++ member)
mesh_rc_config_t::rc_addr (C++ member)
MESH_ROOT_LAYER (C macro)
mesh_router_t (C++ struct)
mesh_router_t::allow_router_switch (C++ member)
mesh_router_t::bssid (C++ member)
mesh_router_t::password (C++ member)
mesh_router_t::ssid (C++ member)
mesh_router_t::ssid_len (C++ member)
mesh_rx_pending_t (C++ struct)
mesh_rx_pending_t::toDS (C++ member)
mesh_rx_pending_t::toSelf (C++ member)
mesh_tos_t (C++ enum)
mesh_tos_t::MESH_TOS_DEF (C++ enumerator)
mesh_tos_t::MESH_TOS_E2E (C++ enumerator)
mesh_tos_t::MESH_TOS_P2P (C++ enumerator)
mesh_tx_pending_t (C++ struct)
mesh_tx_pending_t::broadcast (C++ member)
mesh_tx_pending_t::mgmt (C++ member)
mesh_tx_pending_t::to_child (C++ member)
mesh_tx_pending_t::to_child_p2p (C++ member)
mesh_tx_pending_t::to_parent (C++ member)
mesh_tx_pending_t::to_parent_p2p (C++ member)
mesh_type_t (C++ enum)
mesh_type_t::MESH_IDLE (C++ enumerator)
mesh_type_t::MESH_LEAF (C++ enumerator)
mesh_type_t::MESH_NODE (C++ enumerator)
mesh_type_t::MESH_ROOT (C++ enumerator)
mesh_type_t::MESH_STA (C++ enumerator)
mesh_vote_reason_t (C++ enum)
mesh_vote_reason_t::MESH_VOTE_REASON_CHILD_INITIATED (C++ enumerator)
mesh_vote_reason_t::MESH_VOTE_REASON_ROOT_INITIATED (C++ enumerator)
mesh_vote_t (C++ struct)
mesh_vote_t::config (C++ member)
mesh_vote_t::is_rc_specified (C++ member)
mesh_vote_t::percentage (C++ member)
MessageBufferHandle_t (C++ type)
mip_t (C++ struct)
mip_t::ip4 (C++ member)
mip_t::port (C++ member)
MQTT_ERROR_TYPE_ESP_TLS (C macro)
mqtt_event_callback_t (C++ type)
multi_heap_aligned_alloc (C++ function)
multi_heap_aligned_free (C++ function)
multi_heap_check (C++ function)
multi_heap_dump (C++ function)
multi_heap_free (C++ function)
multi_heap_free_size (C++ function)
multi_heap_get_allocated_size (C++ function)
multi_heap_get_info (C++ function)
multi_heap_handle_t (C++ type)
multi_heap_info_t (C++ struct)
multi_heap_info_t::allocated_blocks (C++ member)
multi_heap_info_t::free_blocks (C++ member)
multi_heap_info_t::largest_free_block (C++ member)
multi_heap_info_t::minimum_free_bytes (C++ member)
multi_heap_info_t::total_allocated_bytes (C++ member)
multi_heap_info_t::total_blocks (C++ member)
multi_heap_info_t::total_free_bytes (C++ member)
multi_heap_malloc (C++ function)
multi_heap_minimum_free_size (C++ function)
multi_heap_realloc (C++ function)
multi_heap_register (C++ function)
multi_heap_set_lock (C++ function)
N
name_uuid (C++ struct)
name_uuid::name (C++ member)
name_uuid::uuid (C++ member)
nvs_close (C++ function)
nvs_commit (C++ function)
NVS_DEFAULT_PART_NAME (C macro)
nvs_entry_find (C++ function)
nvs_entry_info (C++ function)
nvs_entry_info_t (C++ struct)
nvs_entry_info_t::key (C++ member)
nvs_entry_info_t::namespace_name (C++ member)
nvs_entry_info_t::type (C++ member)
nvs_entry_next (C++ function)
nvs_erase_all (C++ function)
nvs_erase_key (C++ function)
nvs_flash_deinit (C++ function)
nvs_flash_deinit_partition (C++ function)
nvs_flash_erase (C++ function)
nvs_flash_erase_partition (C++ function)
nvs_flash_erase_partition_ptr (C++ function)
nvs_flash_generate_keys (C++ function)
nvs_flash_init (C++ function)
nvs_flash_init_partition (C++ function)
nvs_flash_init_partition_ptr (C++ function)
nvs_flash_read_security_cfg (C++ function)
nvs_flash_secure_init (C++ function)
nvs_flash_secure_init_partition (C++ function)
nvs_get_blob (C++ function)
nvs_get_i16 (C++ function)
nvs_get_i32 (C++ function)
nvs_get_i64 (C++ function)
nvs_get_i8 (C++ function)
nvs_get_stats (C++ function)
nvs_get_str (C++ function)
nvs_get_u16 (C++ function)
nvs_get_u32 (C++ function)
nvs_get_u64 (C++ function)
nvs_get_u8 (C++ function)
nvs_get_used_entry_count (C++ function)
nvs_handle (C++ type)
nvs_handle_t (C++ type)
nvs_iterator_t (C++ type)
NVS_KEY_NAME_MAX_SIZE (C macro)
NVS_KEY_SIZE (C macro)
nvs_open (C++ function)
nvs_open_from_partition (C++ function)
nvs_open_mode (C++ type)
nvs_open_mode_t (C++ enum)
nvs_open_mode_t::NVS_READONLY (C++ enumerator)
nvs_open_mode_t::NVS_READWRITE (C++ enumerator)
NVS_PART_NAME_MAX_SIZE (C macro)
nvs_release_iterator (C++ function)
nvs_sec_cfg_t (C++ struct)
nvs_sec_cfg_t::eky (C++ member)
nvs_sec_cfg_t::tky (C++ member)
nvs_set_blob (C++ function)
nvs_set_i16 (C++ function)
nvs_set_i32 (C++ function)
nvs_set_i64 (C++ function)
nvs_set_i8 (C++ function)
nvs_set_str (C++ function)
nvs_set_u16 (C++ function)
nvs_set_u32 (C++ function)
nvs_set_u64 (C++ function)
nvs_set_u8 (C++ function)
nvs_stats_t (C++ struct)
nvs_stats_t::free_entries (C++ member)
nvs_stats_t::namespace_count (C++ member)
nvs_stats_t::total_entries (C++ member)
nvs_stats_t::used_entries (C++ member)
nvs_type_t (C++ enum)
nvs_type_t::NVS_TYPE_ANY (C++ enumerator)
nvs_type_t::NVS_TYPE_BLOB (C++ enumerator)
nvs_type_t::NVS_TYPE_I16 (C++ enumerator)
nvs_type_t::NVS_TYPE_I32 (C++ enumerator)
nvs_type_t::NVS_TYPE_I64 (C++ enumerator)
nvs_type_t::NVS_TYPE_I8 (C++ enumerator)
nvs_type_t::NVS_TYPE_STR (C++ enumerator)
nvs_type_t::NVS_TYPE_U16 (C++ enumerator)
nvs_type_t::NVS_TYPE_U32 (C++ enumerator)
nvs_type_t::NVS_TYPE_U64 (C++ enumerator)
nvs_type_t::NVS_TYPE_U8 (C++ enumerator)
O
OPCODE_ADC (C macro)
OPCODE_ALU (C macro)
OPCODE_BRANCH (C macro)
OPCODE_DELAY (C macro)
OPCODE_END (C macro)
OPCODE_HALT (C macro)
OPCODE_I2C (C macro)
OPCODE_LD (C macro)
OPCODE_MACRO (C macro)
OPCODE_RD_REG (C macro)
OPCODE_ST (C macro)
OPCODE_TSENS (C macro)
OPCODE_WR_REG (C macro)
OTA_SIZE_UNKNOWN (C macro)
OTA_WITH_SEQUENTIAL_WRITES (C macro)
P
pcnt_chan_config_t (C++ struct)
pcnt_chan_config_t::edge_gpio_num (C++ member)
pcnt_chan_config_t::flags (C++ member)
pcnt_chan_config_t::invert_edge_input (C++ member)
pcnt_chan_config_t::invert_level_input (C++ member)
pcnt_chan_config_t::io_loop_back (C++ member)
pcnt_chan_config_t::level_gpio_num (C++ member)
pcnt_chan_config_t::virt_edge_io_level (C++ member)
pcnt_chan_config_t::virt_level_io_level (C++ member)
pcnt_channel_edge_action_t (C++ enum)
pcnt_channel_edge_action_t::PCNT_CHANNEL_EDGE_ACTION_DECREASE (C++ enumerator)
pcnt_channel_edge_action_t::PCNT_CHANNEL_EDGE_ACTION_HOLD (C++ enumerator)
pcnt_channel_edge_action_t::PCNT_CHANNEL_EDGE_ACTION_INCREASE (C++ enumerator)
pcnt_channel_handle_t (C++ type)
pcnt_channel_level_action_t (C++ enum)
pcnt_channel_level_action_t::PCNT_CHANNEL_LEVEL_ACTION_HOLD (C++ enumerator)
pcnt_channel_level_action_t::PCNT_CHANNEL_LEVEL_ACTION_INVERSE (C++ enumerator)
pcnt_channel_level_action_t::PCNT_CHANNEL_LEVEL_ACTION_KEEP (C++ enumerator)
pcnt_channel_set_edge_action (C++ function)
pcnt_channel_set_level_action (C++ function)
pcnt_del_channel (C++ function)
pcnt_del_unit (C++ function)
pcnt_event_callbacks_t (C++ struct)
pcnt_event_callbacks_t::on_reach (C++ member)
pcnt_glitch_filter_config_t (C++ struct)
pcnt_glitch_filter_config_t::max_glitch_ns (C++ member)
pcnt_new_channel (C++ function)
pcnt_new_unit (C++ function)
pcnt_unit_add_watch_point (C++ function)
pcnt_unit_clear_count (C++ function)
pcnt_unit_config_t (C++ struct)
pcnt_unit_config_t::accum_count (C++ member)
pcnt_unit_config_t::flags (C++ member)
pcnt_unit_config_t::high_limit (C++ member)
pcnt_unit_config_t::intr_priority (C++ member)
pcnt_unit_config_t::low_limit (C++ member)
pcnt_unit_disable (C++ function)
pcnt_unit_enable (C++ function)
pcnt_unit_get_count (C++ function)
pcnt_unit_handle_t (C++ type)
pcnt_unit_register_event_callbacks (C++ function)
pcnt_unit_remove_watch_point (C++ function)
pcnt_unit_set_glitch_filter (C++ function)
pcnt_unit_start (C++ function)
pcnt_unit_stop (C++ function)
pcnt_unit_zero_cross_mode_t (C++ enum)
pcnt_unit_zero_cross_mode_t::PCNT_UNIT_ZERO_CROSS_NEG_POS (C++ enumerator)
pcnt_unit_zero_cross_mode_t::PCNT_UNIT_ZERO_CROSS_NEG_ZERO (C++ enumerator)
pcnt_unit_zero_cross_mode_t::PCNT_UNIT_ZERO_CROSS_POS_NEG (C++ enumerator)
pcnt_unit_zero_cross_mode_t::PCNT_UNIT_ZERO_CROSS_POS_ZERO (C++ enumerator)
pcnt_watch_cb_t (C++ type)
pcnt_watch_event_data_t (C++ struct)
pcnt_watch_event_data_t::watch_point_value (C++ member)
pcnt_watch_event_data_t::zero_cross_mode (C++ member)
pcQueueGetName (C++ function)
pcTaskGetName (C++ function)
pcTimerGetName (C++ function)
PendedFunction_t (C++ type)
phy_802_3_t (C++ struct)
phy_802_3_t::addr (C++ member)
phy_802_3_t::autonego_timeout_ms (C++ member)
phy_802_3_t::eth (C++ member)
phy_802_3_t::link_status (C++ member)
phy_802_3_t::parent (C++ member)
phy_802_3_t::reset_gpio_num (C++ member)
phy_802_3_t::reset_timeout_ms (C++ member)
phy_init_param_set (C++ function)
phy_wifi_enable_set (C++ function)
print_class_descriptor_cb (C++ type)
protocomm_add_endpoint (C++ function)
protocomm_ble_config (C++ struct)
protocomm_ble_config::ble_addr (C++ member)
protocomm_ble_config::ble_bonding (C++ member)
protocomm_ble_config::ble_link_encryption (C++ member)
protocomm_ble_config::ble_sm_sc (C++ member)
protocomm_ble_config::device_name (C++ member)
protocomm_ble_config::manufacturer_data (C++ member)
protocomm_ble_config::manufacturer_data_len (C++ member)
protocomm_ble_config::nu_lookup (C++ member)
protocomm_ble_config::nu_lookup_count (C++ member)
protocomm_ble_config::service_uuid (C++ member)
protocomm_ble_config_t (C++ type)
protocomm_ble_name_uuid_t (C++ type)
protocomm_ble_start (C++ function)
protocomm_ble_stop (C++ function)
protocomm_close_session (C++ function)
protocomm_delete (C++ function)
protocomm_http_server_config_t (C++ struct)
protocomm_http_server_config_t::port (C++ member)
protocomm_http_server_config_t::stack_size (C++ member)
protocomm_http_server_config_t::task_priority (C++ member)
protocomm_httpd_config_data_t (C++ union)
protocomm_httpd_config_data_t::config (C++ member)
protocomm_httpd_config_data_t::handle (C++ member)
protocomm_httpd_config_t (C++ struct)
protocomm_httpd_config_t::data (C++ member)
protocomm_httpd_config_t::ext_handle_provided (C++ member)
PROTOCOMM_HTTPD_DEFAULT_CONFIG (C macro)
protocomm_httpd_start (C++ function)
protocomm_httpd_stop (C++ function)
protocomm_new (C++ function)
protocomm_open_session (C++ function)
protocomm_remove_endpoint (C++ function)
protocomm_req_handle (C++ function)
protocomm_req_handler_t (C++ type)
protocomm_security (C++ struct)
protocomm_security1_params (C++ struct)
protocomm_security1_params::data (C++ member)
protocomm_security1_params::len (C++ member)
protocomm_security1_params_t (C++ type)
protocomm_security2_params (C++ struct)
protocomm_security2_params::salt (C++ member)
protocomm_security2_params::salt_len (C++ member)
protocomm_security2_params::verifier (C++ member)
protocomm_security2_params::verifier_len (C++ member)
protocomm_security2_params_t (C++ type)
protocomm_security::cleanup (C++ member)
protocomm_security::close_transport_session (C++ member)
protocomm_security::decrypt (C++ member)
protocomm_security::encrypt (C++ member)
protocomm_security::init (C++ member)
protocomm_security::new_transport_session (C++ member)
protocomm_security::security_req_handler (C++ member)
protocomm_security::ver (C++ member)
protocomm_security_handle_t (C++ type)
protocomm_security_pop_t (C++ type)
protocomm_security_t (C++ type)
protocomm_set_security (C++ function)
protocomm_set_version (C++ function)
protocomm_t (C++ type)
protocomm_unset_security (C++ function)
protocomm_unset_version (C++ function)
psk_hint_key_t (C++ type)
psk_key_hint (C++ struct)
psk_key_hint::hint (C++ member)
psk_key_hint::key (C++ member)
psk_key_hint::key_size (C++ member)
PTHREAD_STACK_MIN (C macro)
pvTaskGetThreadLocalStoragePointer (C++ function)
pvTimerGetTimerID (C++ function)
pxTaskGetStackStart (C++ function)
Q
QueueHandle_t (C++ type)
QueueSetHandle_t (C++ type)
QueueSetMemberHandle_t (C++ type)
R
R0 (C macro)
R1 (C macro)
R2 (C macro)
R3 (C macro)
RD_REG_PERIPH_RTC_CNTL (C macro)
RD_REG_PERIPH_RTC_I2C (C macro)
RD_REG_PERIPH_RTC_IO (C macro)
RD_REG_PERIPH_SENS (C macro)
RingbufferType_t (C++ enum)
RingbufferType_t::RINGBUF_TYPE_ALLOWSPLIT (C++ enumerator)
RingbufferType_t::RINGBUF_TYPE_BYTEBUF (C++ enumerator)
RingbufferType_t::RINGBUF_TYPE_MAX (C++ enumerator)
RingbufferType_t::RINGBUF_TYPE_NOSPLIT (C++ enumerator)
RingbufHandle_t (C++ type)
rmt_alloc_encoder_mem (C++ function)
rmt_apply_carrier (C++ function)
rmt_bytes_encoder_config_t (C++ struct)
rmt_bytes_encoder_config_t::bit0 (C++ member)
rmt_bytes_encoder_config_t::bit1 (C++ member)
rmt_bytes_encoder_config_t::flags (C++ member)
rmt_bytes_encoder_config_t::msb_first (C++ member)
rmt_bytes_encoder_update_config (C++ function)
rmt_carrier_config_t (C++ struct)
rmt_carrier_config_t::always_on (C++ member)
rmt_carrier_config_t::duty_cycle (C++ member)
rmt_carrier_config_t::flags (C++ member)
rmt_carrier_config_t::frequency_hz (C++ member)
rmt_carrier_config_t::polarity_active_low (C++ member)
rmt_channel_handle_t (C++ type)
rmt_clock_source_t (C++ type)
rmt_copy_encoder_config_t (C++ struct)
rmt_del_channel (C++ function)
rmt_del_encoder (C++ function)
rmt_del_sync_manager (C++ function)
rmt_disable (C++ function)
rmt_enable (C++ function)
rmt_encode_state_t (C++ enum)
rmt_encode_state_t::RMT_ENCODING_COMPLETE (C++ enumerator)
rmt_encode_state_t::RMT_ENCODING_MEM_FULL (C++ enumerator)
rmt_encode_state_t::RMT_ENCODING_RESET (C++ enumerator)
rmt_encoder_handle_t (C++ type)
rmt_encoder_reset (C++ function)
rmt_encoder_t (C++ struct)
(C++ type)
rmt_encoder_t::del (C++ member)
rmt_encoder_t::encode (C++ member)
rmt_encoder_t::reset (C++ member)
rmt_new_bytes_encoder (C++ function)
rmt_new_copy_encoder (C++ function)
rmt_new_rx_channel (C++ function)
rmt_new_sync_manager (C++ function)
rmt_new_tx_channel (C++ function)
rmt_receive (C++ function)
rmt_receive_config_t (C++ struct)
rmt_receive_config_t::signal_range_max_ns (C++ member)
rmt_receive_config_t::signal_range_min_ns (C++ member)
rmt_rx_channel_config_t (C++ struct)
rmt_rx_channel_config_t::clk_src (C++ member)
rmt_rx_channel_config_t::flags (C++ member)
rmt_rx_channel_config_t::gpio_num (C++ member)
rmt_rx_channel_config_t::intr_priority (C++ member)
rmt_rx_channel_config_t::invert_in (C++ member)
rmt_rx_channel_config_t::io_loop_back (C++ member)
rmt_rx_channel_config_t::mem_block_symbols (C++ member)
rmt_rx_channel_config_t::resolution_hz (C++ member)
rmt_rx_channel_config_t::with_dma (C++ member)
rmt_rx_done_callback_t (C++ type)
rmt_rx_done_event_data_t (C++ struct)
rmt_rx_done_event_data_t::num_symbols (C++ member)
rmt_rx_done_event_data_t::received_symbols (C++ member)
rmt_rx_event_callbacks_t (C++ struct)
rmt_rx_event_callbacks_t::on_recv_done (C++ member)
rmt_rx_register_event_callbacks (C++ function)
rmt_symbol_word_t (C++ union)
rmt_symbol_word_t::[anonymous] (C++ member)
rmt_symbol_word_t::duration0 (C++ member)
rmt_symbol_word_t::duration1 (C++ member)
rmt_symbol_word_t::level0 (C++ member)
rmt_symbol_word_t::level1 (C++ member)
rmt_symbol_word_t::val (C++ member)
rmt_sync_manager_config_t (C++ struct)
rmt_sync_manager_config_t::array_size (C++ member)
rmt_sync_manager_config_t::tx_channel_array (C++ member)
rmt_sync_manager_handle_t (C++ type)
rmt_sync_reset (C++ function)
rmt_transmit (C++ function)
rmt_transmit_config_t (C++ struct)
rmt_transmit_config_t::eot_level (C++ member)
rmt_transmit_config_t::flags (C++ member)
rmt_transmit_config_t::loop_count (C++ member)
rmt_transmit_config_t::queue_nonblocking (C++ member)
rmt_tx_channel_config_t (C++ struct)
rmt_tx_channel_config_t::clk_src (C++ member)
rmt_tx_channel_config_t::flags (C++ member)
rmt_tx_channel_config_t::gpio_num (C++ member)
rmt_tx_channel_config_t::intr_priority (C++ member)
rmt_tx_channel_config_t::invert_out (C++ member)
rmt_tx_channel_config_t::io_loop_back (C++ member)
rmt_tx_channel_config_t::io_od_mode (C++ member)
rmt_tx_channel_config_t::mem_block_symbols (C++ member)
rmt_tx_channel_config_t::resolution_hz (C++ member)
rmt_tx_channel_config_t::trans_queue_depth (C++ member)
rmt_tx_channel_config_t::with_dma (C++ member)
rmt_tx_done_callback_t (C++ type)
rmt_tx_done_event_data_t (C++ struct)
rmt_tx_done_event_data_t::num_symbols (C++ member)
rmt_tx_event_callbacks_t (C++ struct)
rmt_tx_event_callbacks_t::on_trans_done (C++ member)
rmt_tx_register_event_callbacks (C++ function)
rmt_tx_wait_all_done (C++ function)
rtc_gpio_deinit (C++ function)
rtc_gpio_force_hold_dis_all (C++ function)
rtc_gpio_force_hold_en_all (C++ function)
rtc_gpio_get_drive_capability (C++ function)
rtc_gpio_get_level (C++ function)
rtc_gpio_hold_dis (C++ function)
rtc_gpio_hold_en (C++ function)
rtc_gpio_init (C++ function)
RTC_GPIO_IS_VALID_GPIO (C macro)
rtc_gpio_is_valid_gpio (C++ function)
rtc_gpio_isolate (C++ function)
rtc_gpio_mode_t (C++ enum)
rtc_gpio_mode_t::RTC_GPIO_MODE_DISABLED (C++ enumerator)
rtc_gpio_mode_t::RTC_GPIO_MODE_INPUT_ONLY (C++ enumerator)
rtc_gpio_mode_t::RTC_GPIO_MODE_INPUT_OUTPUT (C++ enumerator)
rtc_gpio_mode_t::RTC_GPIO_MODE_INPUT_OUTPUT_OD (C++ enumerator)
rtc_gpio_mode_t::RTC_GPIO_MODE_OUTPUT_OD (C++ enumerator)
rtc_gpio_mode_t::RTC_GPIO_MODE_OUTPUT_ONLY (C++ enumerator)
rtc_gpio_pulldown_dis (C++ function)
rtc_gpio_pulldown_en (C++ function)
rtc_gpio_pullup_dis (C++ function)
rtc_gpio_pullup_en (C++ function)
rtc_gpio_set_direction (C++ function)
rtc_gpio_set_direction_in_sleep (C++ function)
rtc_gpio_set_drive_capability (C++ function)
rtc_gpio_set_level (C++ function)
rtc_gpio_wakeup_disable (C++ function)
rtc_gpio_wakeup_enable (C++ function)
rtc_io_number_get (C++ function)
RTC_SLOW_MEM (C macro)
S
sdm_channel_disable (C++ function)
sdm_channel_enable (C++ function)
sdm_channel_handle_t (C++ type)
sdm_channel_set_duty (C++ function)
sdm_clock_source_t (C++ type)
sdm_config_t (C++ struct)
sdm_config_t::clk_src (C++ member)
sdm_config_t::flags (C++ member)
sdm_config_t::gpio_num (C++ member)
sdm_config_t::invert_out (C++ member)
sdm_config_t::io_loop_back (C++ member)
sdm_config_t::sample_rate_hz (C++ member)
sdm_del_channel (C++ function)
sdm_new_channel (C++ function)
sdmmc_can_discard (C++ function)
sdmmc_can_trim (C++ function)
sdmmc_card_init (C++ function)
sdmmc_card_print_info (C++ function)
sdmmc_card_t (C++ struct)
sdmmc_card_t::cid (C++ member)
sdmmc_card_t::csd (C++ member)
sdmmc_card_t::ext_csd (C++ member)
sdmmc_card_t::host (C++ member)
sdmmc_card_t::is_ddr (C++ member)
sdmmc_card_t::is_mem (C++ member)
sdmmc_card_t::is_mmc (C++ member)
sdmmc_card_t::is_sdio (C++ member)
sdmmc_card_t::log_bus_width (C++ member)
sdmmc_card_t::max_freq_khz (C++ member)
sdmmc_card_t::num_io_functions (C++ member)
sdmmc_card_t::ocr (C++ member)
sdmmc_card_t::raw_cid (C++ member)
sdmmc_card_t::rca (C++ member)
sdmmc_card_t::reserved (C++ member)
sdmmc_card_t::scr (C++ member)
sdmmc_card_t::ssr (C++ member)
sdmmc_cid_t (C++ struct)
sdmmc_cid_t::date (C++ member)
sdmmc_cid_t::mfg_id (C++ member)
sdmmc_cid_t::name (C++ member)
sdmmc_cid_t::oem_id (C++ member)
sdmmc_cid_t::revision (C++ member)
sdmmc_cid_t::serial (C++ member)
sdmmc_command_t (C++ struct)
sdmmc_command_t::arg (C++ member)
sdmmc_command_t::blklen (C++ member)
sdmmc_command_t::data (C++ member)
sdmmc_command_t::datalen (C++ member)
sdmmc_command_t::error (C++ member)
sdmmc_command_t::flags (C++ member)
sdmmc_command_t::opcode (C++ member)
sdmmc_command_t::response (C++ member)
sdmmc_command_t::timeout_ms (C++ member)
sdmmc_csd_t (C++ struct)
sdmmc_csd_t::capacity (C++ member)
sdmmc_csd_t::card_command_class (C++ member)
sdmmc_csd_t::csd_ver (C++ member)
sdmmc_csd_t::mmc_ver (C++ member)
sdmmc_csd_t::read_block_len (C++ member)
sdmmc_csd_t::sector_size (C++ member)
sdmmc_csd_t::tr_speed (C++ member)
sdmmc_erase_arg_t (C++ enum)
sdmmc_erase_arg_t::SDMMC_DISCARD_ARG (C++ enumerator)
sdmmc_erase_arg_t::SDMMC_ERASE_ARG (C++ enumerator)
sdmmc_erase_sectors (C++ function)
sdmmc_ext_csd_t (C++ struct)
sdmmc_ext_csd_t::erase_mem_state (C++ member)
sdmmc_ext_csd_t::power_class (C++ member)
sdmmc_ext_csd_t::rev (C++ member)
sdmmc_ext_csd_t::sec_feature (C++ member)
SDMMC_FREQ_26M (C macro)
SDMMC_FREQ_52M (C macro)
SDMMC_FREQ_DEFAULT (C macro)
SDMMC_FREQ_HIGHSPEED (C macro)
SDMMC_FREQ_PROBING (C macro)
sdmmc_full_erase (C++ function)
sdmmc_get_status (C++ function)
SDMMC_HOST_FLAG_1BIT (C macro)
SDMMC_HOST_FLAG_4BIT (C macro)
SDMMC_HOST_FLAG_8BIT (C macro)
SDMMC_HOST_FLAG_DDR (C macro)
SDMMC_HOST_FLAG_DEINIT_ARG (C macro)
SDMMC_HOST_FLAG_SPI (C macro)
sdmmc_host_t (C++ struct)
sdmmc_host_t::command_timeout_ms (C++ member)
sdmmc_host_t::deinit (C++ member)
sdmmc_host_t::deinit_p (C++ member)
sdmmc_host_t::do_transaction (C++ member)
sdmmc_host_t::flags (C++ member)
sdmmc_host_t::get_bus_width (C++ member)
sdmmc_host_t::init (C++ member)
sdmmc_host_t::io_int_enable (C++ member)
sdmmc_host_t::io_int_wait (C++ member)
sdmmc_host_t::io_voltage (C++ member)
sdmmc_host_t::max_freq_khz (C++ member)
sdmmc_host_t::set_bus_ddr_mode (C++ member)
sdmmc_host_t::set_bus_width (C++ member)
sdmmc_host_t::set_card_clk (C++ member)
sdmmc_host_t::set_cclk_always_on (C++ member)
sdmmc_host_t::slot (C++ member)
sdmmc_io_enable_int (C++ function)
sdmmc_io_get_cis_data (C++ function)
sdmmc_io_print_cis_info (C++ function)
sdmmc_io_read_blocks (C++ function)
sdmmc_io_read_byte (C++ function)
sdmmc_io_read_bytes (C++ function)
sdmmc_io_wait_int (C++ function)
sdmmc_io_write_blocks (C++ function)
sdmmc_io_write_byte (C++ function)
sdmmc_io_write_bytes (C++ function)
sdmmc_mmc_can_sanitize (C++ function)
sdmmc_mmc_sanitize (C++ function)
sdmmc_read_sectors (C++ function)
sdmmc_response_t (C++ type)
sdmmc_scr_t (C++ struct)
sdmmc_scr_t::bus_width (C++ member)
sdmmc_scr_t::erase_mem_state (C++ member)
sdmmc_scr_t::reserved (C++ member)
sdmmc_scr_t::rsvd_mnf (C++ member)
sdmmc_scr_t::sd_spec (C++ member)
sdmmc_ssr_t (C++ struct)
sdmmc_ssr_t::alloc_unit_kb (C++ member)
sdmmc_ssr_t::cur_bus_width (C++ member)
sdmmc_ssr_t::discard_support (C++ member)
sdmmc_ssr_t::erase_offset (C++ member)
sdmmc_ssr_t::erase_size_au (C++ member)
sdmmc_ssr_t::erase_timeout (C++ member)
sdmmc_ssr_t::fule_support (C++ member)
sdmmc_ssr_t::reserved (C++ member)
sdmmc_switch_func_rsp_t (C++ struct)
sdmmc_switch_func_rsp_t::data (C++ member)
sdmmc_write_sectors (C++ function)
SDSPI_DEFAULT_DMA (C macro)
SDSPI_DEFAULT_HOST (C macro)
sdspi_dev_handle_t (C++ type)
SDSPI_DEVICE_CONFIG_DEFAULT (C macro)
sdspi_device_config_t (C++ struct)
sdspi_device_config_t::gpio_cd (C++ member)
sdspi_device_config_t::gpio_cs (C++ member)
sdspi_device_config_t::gpio_int (C++ member)
sdspi_device_config_t::gpio_wp (C++ member)
sdspi_device_config_t::host_id (C++ member)
SDSPI_HOST_DEFAULT (C macro)
sdspi_host_deinit (C++ function)
sdspi_host_do_transaction (C++ function)
sdspi_host_init (C++ function)
sdspi_host_init_device (C++ function)
sdspi_host_io_int_enable (C++ function)
sdspi_host_io_int_wait (C++ function)
sdspi_host_remove_device (C++ function)
sdspi_host_set_card_clk (C++ function)
SDSPI_SLOT_NO_CD (C macro)
SDSPI_SLOT_NO_CS (C macro)
SDSPI_SLOT_NO_INT (C macro)
SDSPI_SLOT_NO_WP (C macro)
SemaphoreHandle_t (C++ type)
semBINARY_SEMAPHORE_QUEUE_LENGTH (C macro)
semGIVE_BLOCK_TIME (C macro)
semSEMAPHORE_QUEUE_ITEM_LENGTH (C macro)
shared_stack_function (C++ type)
shutdown_handler_t (C++ type)
slave_cb_t (C++ type)
slave_transaction_cb_t (C++ type)
smartconfig_event_got_ssid_pswd_t (C++ struct)
smartconfig_event_got_ssid_pswd_t::bssid (C++ member)
smartconfig_event_got_ssid_pswd_t::bssid_set (C++ member)
smartconfig_event_got_ssid_pswd_t::cellphone_ip (C++ member)
smartconfig_event_got_ssid_pswd_t::password (C++ member)
smartconfig_event_got_ssid_pswd_t::ssid (C++ member)
smartconfig_event_got_ssid_pswd_t::token (C++ member)
smartconfig_event_got_ssid_pswd_t::type (C++ member)
smartconfig_event_t (C++ enum)
smartconfig_event_t::SC_EVENT_FOUND_CHANNEL (C++ enumerator)
smartconfig_event_t::SC_EVENT_GOT_SSID_PSWD (C++ enumerator)
smartconfig_event_t::SC_EVENT_SCAN_DONE (C++ enumerator)
smartconfig_event_t::SC_EVENT_SEND_ACK_DONE (C++ enumerator)
SMARTCONFIG_START_CONFIG_DEFAULT (C macro)
smartconfig_start_config_t (C++ struct)
smartconfig_start_config_t::enable_log (C++ member)
smartconfig_start_config_t::esp_touch_v2_enable_crypt (C++ member)
smartconfig_start_config_t::esp_touch_v2_key (C++ member)
smartconfig_type_t (C++ enum)
smartconfig_type_t::SC_TYPE_AIRKISS (C++ enumerator)
smartconfig_type_t::SC_TYPE_ESPTOUCH (C++ enumerator)
smartconfig_type_t::SC_TYPE_ESPTOUCH_AIRKISS (C++ enumerator)
smartconfig_type_t::SC_TYPE_ESPTOUCH_V2 (C++ enumerator)
sntp_get_sync_interval (C++ function)
sntp_get_sync_mode (C++ function)
sntp_get_sync_status (C++ function)
sntp_restart (C++ function)
sntp_set_sync_interval (C++ function)
sntp_set_sync_mode (C++ function)
sntp_set_sync_status (C++ function)
sntp_set_time_sync_notification_cb (C++ function)
sntp_sync_mode_t (C++ enum)
sntp_sync_mode_t::SNTP_SYNC_MODE_IMMED (C++ enumerator)
sntp_sync_mode_t::SNTP_SYNC_MODE_SMOOTH (C++ enumerator)
sntp_sync_status_t (C++ enum)
sntp_sync_status_t::SNTP_SYNC_STATUS_COMPLETED (C++ enumerator)
sntp_sync_status_t::SNTP_SYNC_STATUS_IN_PROGRESS (C++ enumerator)
sntp_sync_status_t::SNTP_SYNC_STATUS_RESET (C++ enumerator)
sntp_sync_time (C++ function)
sntp_sync_time_cb_t (C++ type)
SOC_ADC_ARBITER_SUPPORTED (C macro)
SOC_ADC_ATTEN_NUM (C macro)
SOC_ADC_CALIBRATION_V1_SUPPORTED (C macro)
SOC_ADC_CHANNEL_NUM (C macro)
SOC_ADC_DIG_CTRL_SUPPORTED (C macro)
SOC_ADC_DIG_SUPPORTED_UNIT (C macro)
SOC_ADC_DIGI_CONTROLLER_NUM (C macro)
SOC_ADC_DIGI_DATA_BYTES_PER_CONV (C macro)
SOC_ADC_DIGI_MAX_BITWIDTH (C macro)
SOC_ADC_DIGI_MIN_BITWIDTH (C macro)
SOC_ADC_DIGI_RESULT_BYTES (C macro)
SOC_ADC_DMA_SUPPORTED (C macro)
SOC_ADC_FILTER_SUPPORTED (C macro)
SOC_ADC_MAX_CHANNEL_NUM (C macro)
SOC_ADC_MONITOR_SUPPORTED (C macro)
SOC_ADC_PATT_LEN_MAX (C macro)
SOC_ADC_PERIPH_NUM (C macro)
SOC_ADC_RTC_CTRL_SUPPORTED (C macro)
SOC_ADC_RTC_MAX_BITWIDTH (C macro)
SOC_ADC_RTC_MIN_BITWIDTH (C macro)
SOC_ADC_SAMPLE_FREQ_THRES_HIGH (C macro)
SOC_ADC_SAMPLE_FREQ_THRES_LOW (C macro)
SOC_ADC_SUPPORTED (C macro)
SOC_AES_CRYPTO_DMA (C macro)
SOC_AES_SUPPORT_AES_128 (C macro)
SOC_AES_SUPPORT_AES_192 (C macro)
SOC_AES_SUPPORT_AES_256 (C macro)
SOC_AES_SUPPORT_DMA (C macro)
SOC_AES_SUPPORT_GCM (C macro)
SOC_AES_SUPPORTED (C macro)
SOC_APLL_MAX_HZ (C macro)
SOC_APLL_MIN_HZ (C macro)
SOC_APLL_MULTIPLIER_OUT_MAX_HZ (C macro)
SOC_APLL_MULTIPLIER_OUT_MIN_HZ (C macro)
SOC_ASYNC_MEMCPY_SUPPORTED (C macro)
SOC_BROWNOUT_RESET_SUPPORTED (C macro)
SOC_CACHE_SUPPORT_WRAP (C macro)
SOC_CCOMP_TIMER_SUPPORTED (C macro)
SOC_CLK_APLL_SUPPORTED (C macro)
SOC_CLK_RC_FAST_D256_FREQ_APPROX (C macro)
SOC_CLK_RC_FAST_FREQ_APPROX (C macro)
SOC_CLK_RC_SLOW_FREQ_APPROX (C macro)
SOC_CLK_XTAL32K_FREQ_APPROX (C macro)
SOC_COEX_HW_PTI (C macro)
SOC_CP_DMA_MAX_BUFFER_SIZE (C macro)
SOC_CP_DMA_SUPPORTED (C macro)
SOC_CPU_BREAKPOINTS_NUM (C macro)
soc_cpu_clk_src_t (C++ enum)
soc_cpu_clk_src_t::SOC_CPU_CLK_SRC_APLL (C++ enumerator)
soc_cpu_clk_src_t::SOC_CPU_CLK_SRC_INVALID (C++ enumerator)
soc_cpu_clk_src_t::SOC_CPU_CLK_SRC_PLL (C++ enumerator)
soc_cpu_clk_src_t::SOC_CPU_CLK_SRC_RC_FAST (C++ enumerator)
soc_cpu_clk_src_t::SOC_CPU_CLK_SRC_XTAL (C++ enumerator)
SOC_CPU_CORES_NUM (C macro)
SOC_CPU_INTR_NUM (C macro)
SOC_CPU_WATCHPOINT_MAX_REGION_SIZE (C macro)
SOC_CPU_WATCHPOINTS_NUM (C macro)
SOC_DAC_PERIPH_NUM (C macro)
SOC_DAC_RESOLUTION (C macro)
SOC_DAC_SUPPORTED (C macro)
SOC_DEDIC_GPIO_ALLOW_REG_ACCESS (C macro)
SOC_DEDIC_GPIO_HAS_INTERRUPT (C macro)
SOC_DEDIC_GPIO_IN_CHANNELS_NUM (C macro)
SOC_DEDIC_GPIO_OUT_AUTO_ENABLE (C macro)
SOC_DEDIC_GPIO_OUT_CHANNELS_NUM (C macro)
SOC_DEDICATED_GPIO_SUPPORTED (C macro)
SOC_DIG_SIGN_SUPPORTED (C macro)
SOC_EFUSE_DIS_BOOT_REMAP (C macro)
SOC_EFUSE_DIS_DOWNLOAD_DCACHE (C macro)
SOC_EFUSE_DIS_LEGACY_SPI_BOOT (C macro)
SOC_EFUSE_HARD_DIS_JTAG (C macro)
SOC_EFUSE_KEY_PURPOSE_FIELD (C macro)
SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS (C macro)
SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS (C macro)
SOC_EFUSE_SOFT_DIS_JTAG (C macro)
SOC_FLASH_ENC_SUPPORTED (C macro)
SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX (C macro)
SOC_FLASH_ENCRYPTION_XTS_AES (C macro)
SOC_FLASH_ENCRYPTION_XTS_AES_128 (C macro)
SOC_FLASH_ENCRYPTION_XTS_AES_256 (C macro)
SOC_FLASH_ENCRYPTION_XTS_AES_OPTIONS (C macro)
SOC_GPIO_PIN_COUNT (C macro)
SOC_GPIO_PORT (C macro)
SOC_GPIO_SUPPORT_FORCE_HOLD (C macro)
SOC_GPIO_SUPPORT_RTC_INDEPENDENT (C macro)
SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK (C macro)
SOC_GPIO_VALID_GPIO_MASK (C macro)
SOC_GPIO_VALID_OUTPUT_GPIO_MASK (C macro)
SOC_GPTIMER_CLKS (C macro)
SOC_HMAC_SUPPORTED (C macro)
SOC_I2C_CLKS (C macro)
SOC_I2C_FIFO_LEN (C macro)
SOC_I2C_NUM (C macro)
SOC_I2C_SUPPORT_APB (C macro)
SOC_I2C_SUPPORT_HW_CLR_BUS (C macro)
SOC_I2C_SUPPORT_REF_TICK (C macro)
SOC_I2C_SUPPORT_SLAVE (C macro)
SOC_I2S_APLL_MAX_FREQ (C macro)
SOC_I2S_APLL_MIN_FREQ (C macro)
SOC_I2S_APLL_MIN_RATE (C macro)
SOC_I2S_CLKS (C macro)
SOC_I2S_HW_VERSION_1 (C macro)
SOC_I2S_LCD_I80_VARIANT (C macro)
SOC_I2S_NUM (C macro)
SOC_I2S_SUPPORTED (C macro)
SOC_I2S_SUPPORTS_APLL (C macro)
SOC_I2S_SUPPORTS_DMA_EQUAL (C macro)
SOC_I2S_SUPPORTS_LCD_CAMERA (C macro)
SOC_LCD_CLKS (C macro)
SOC_LCD_I80_BUS_WIDTH (C macro)
SOC_LCD_I80_BUSES (C macro)
SOC_LCD_I80_SUPPORTED (C macro)
SOC_LEDC_CHANNEL_NUM (C macro)
SOC_LEDC_HAS_TIMER_SPECIFIC_MUX (C macro)
SOC_LEDC_SUPPORT_APB_CLOCK (C macro)
SOC_LEDC_SUPPORT_FADE_STOP (C macro)
SOC_LEDC_SUPPORT_REF_TICK (C macro)
SOC_LEDC_SUPPORT_XTAL_CLOCK (C macro)
SOC_LEDC_TIMER_BIT_WIDE_NUM (C macro)
SOC_MEMPROT_CPU_PREFETCH_PAD_SIZE (C macro)
SOC_MEMPROT_MEM_ALIGN_SIZE (C macro)
SOC_MEMPROT_SUPPORTED (C macro)
SOC_MEMSPI_IS_INDEPENDENT (C macro)
SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED (C macro)
SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED (C macro)
SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED (C macro)
SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED (C macro)
SOC_MMU_LINEAR_ADDRESS_REGION_NUM (C macro)
soc_module_clk_t (C++ enum)
soc_module_clk_t::SOC_MOD_CLK_APB (C++ enumerator)
soc_module_clk_t::SOC_MOD_CLK_APLL (C++ enumerator)
soc_module_clk_t::SOC_MOD_CLK_CPU (C++ enumerator)
soc_module_clk_t::SOC_MOD_CLK_PLL_F160M (C++ enumerator)
soc_module_clk_t::SOC_MOD_CLK_RC_FAST (C++ enumerator)
soc_module_clk_t::SOC_MOD_CLK_RC_FAST_D256 (C++ enumerator)
soc_module_clk_t::SOC_MOD_CLK_REF_TICK (C++ enumerator)
soc_module_clk_t::SOC_MOD_CLK_RTC_FAST (C++ enumerator)
soc_module_clk_t::SOC_MOD_CLK_RTC_SLOW (C++ enumerator)
soc_module_clk_t::SOC_MOD_CLK_TEMP_SENSOR (C++ enumerator)
soc_module_clk_t::SOC_MOD_CLK_XTAL (C++ enumerator)
soc_module_clk_t::SOC_MOD_CLK_XTAL32K (C++ enumerator)
SOC_MPI_SUPPORTED (C macro)
SOC_MPU_CONFIGURABLE_REGIONS_SUPPORTED (C macro)
SOC_MPU_MIN_REGION_SIZE (C macro)
SOC_MPU_REGION_RO_SUPPORTED (C macro)
SOC_MPU_REGION_WO_SUPPORTED (C macro)
SOC_MPU_REGIONS_MAX_NUM (C macro)
SOC_PCNT_CHANNELS_PER_UNIT (C macro)
SOC_PCNT_GROUPS (C macro)
SOC_PCNT_SUPPORTED (C macro)
SOC_PCNT_THRES_POINT_PER_UNIT (C macro)
SOC_PCNT_UNITS_PER_GROUP (C macro)
soc_periph_gptimer_clk_src_t (C++ enum)
soc_periph_gptimer_clk_src_t::GPTIMER_CLK_SRC_APB (C++ enumerator)
soc_periph_gptimer_clk_src_t::GPTIMER_CLK_SRC_DEFAULT (C++ enumerator)
soc_periph_gptimer_clk_src_t::GPTIMER_CLK_SRC_XTAL (C++ enumerator)
soc_periph_i2c_clk_src_t (C++ enum)
soc_periph_i2c_clk_src_t::I2C_CLK_SRC_APB (C++ enumerator)
soc_periph_i2c_clk_src_t::I2C_CLK_SRC_DEFAULT (C++ enumerator)
soc_periph_i2c_clk_src_t::I2C_CLK_SRC_REF_TICK (C++ enumerator)
soc_periph_i2s_clk_src_t (C++ enum)
soc_periph_i2s_clk_src_t::I2S_CLK_SRC_APLL (C++ enumerator)
soc_periph_i2s_clk_src_t::I2S_CLK_SRC_DEFAULT (C++ enumerator)
soc_periph_i2s_clk_src_t::I2S_CLK_SRC_PLL_160M (C++ enumerator)
soc_periph_lcd_clk_src_t (C++ enum)
soc_periph_lcd_clk_src_t::LCD_CLK_SRC_DEFAULT (C++ enumerator)
soc_periph_lcd_clk_src_t::LCD_CLK_SRC_PLL160M (C++ enumerator)
soc_periph_rmt_clk_src_legacy_t (C++ enum)
soc_periph_rmt_clk_src_legacy_t::RMT_BASECLK_APB (C++ enumerator)
soc_periph_rmt_clk_src_legacy_t::RMT_BASECLK_DEFAULT (C++ enumerator)
soc_periph_rmt_clk_src_legacy_t::RMT_BASECLK_REF (C++ enumerator)
soc_periph_rmt_clk_src_t (C++ enum)
soc_periph_rmt_clk_src_t::RMT_CLK_SRC_APB (C++ enumerator)
soc_periph_rmt_clk_src_t::RMT_CLK_SRC_DEFAULT (C++ enumerator)
soc_periph_rmt_clk_src_t::RMT_CLK_SRC_REF_TICK (C++ enumerator)
soc_periph_sdm_clk_src_t (C++ enum)
soc_periph_sdm_clk_src_t::SDM_CLK_SRC_APB (C++ enumerator)
soc_periph_sdm_clk_src_t::SDM_CLK_SRC_DEFAULT (C++ enumerator)
soc_periph_temperature_sensor_clk_src_t (C++ enum)
soc_periph_temperature_sensor_clk_src_t::TEMPERATURE_SENSOR_CLK_SRC_DEFAULT (C++ enumerator)
soc_periph_temperature_sensor_clk_src_t::TEMPERATURE_SENSOR_CLK_SRC_RC_FAST (C++ enumerator)
soc_periph_tg_clk_src_legacy_t (C++ enum)
soc_periph_tg_clk_src_legacy_t::TIMER_SRC_CLK_APB (C++ enumerator)
soc_periph_tg_clk_src_legacy_t::TIMER_SRC_CLK_DEFAULT (C++ enumerator)
soc_periph_tg_clk_src_legacy_t::TIMER_SRC_CLK_XTAL (C++ enumerator)
soc_periph_uart_clk_src_legacy_t (C++ enum)
soc_periph_uart_clk_src_legacy_t::UART_SCLK_APB (C++ enumerator)
soc_periph_uart_clk_src_legacy_t::UART_SCLK_DEFAULT (C++ enumerator)
soc_periph_uart_clk_src_legacy_t::UART_SCLK_REF_TICK (C++ enumerator)
SOC_PHY_DIG_REGS_MEM_SIZE (C macro)
SOC_PM_SUPPORT_EXT_WAKEUP (C macro)
SOC_PM_SUPPORT_RTC_FAST_MEM_PD (C macro)
SOC_PM_SUPPORT_RTC_PERIPH_PD (C macro)
SOC_PM_SUPPORT_RTC_SLOW_MEM_PD (C macro)
SOC_PM_SUPPORT_TOUCH_SENSOR_WAKEUP (C macro)
SOC_PM_SUPPORT_WIFI_PD (C macro)
SOC_PM_SUPPORT_WIFI_WAKEUP (C macro)
SOC_PSRAM_DMA_CAPABLE (C macro)
SOC_REG_TO_ULP_PERIPH_SEL (C++ function)
SOC_RISCV_COPROC_SUPPORTED (C macro)
SOC_RMT_CHANNEL_CLK_INDEPENDENT (C macro)
SOC_RMT_CHANNELS_PER_GROUP (C macro)
SOC_RMT_CLKS (C macro)
SOC_RMT_GROUPS (C macro)
SOC_RMT_MEM_WORDS_PER_CHANNEL (C macro)
SOC_RMT_RX_CANDIDATES_PER_GROUP (C macro)
SOC_RMT_SUPPORT_APB (C macro)
SOC_RMT_SUPPORT_REF_TICK (C macro)
SOC_RMT_SUPPORT_RX_DEMODULATION (C macro)
SOC_RMT_SUPPORT_TX_ASYNC_STOP (C macro)
SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY (C macro)
SOC_RMT_SUPPORT_TX_LOOP_COUNT (C macro)
SOC_RMT_SUPPORT_TX_SYNCHRO (C macro)
SOC_RMT_SUPPORTED (C macro)
SOC_RMT_TX_CANDIDATES_PER_GROUP (C macro)
soc_root_clk_t (C++ enum)
soc_root_clk_t::SOC_ROOT_CLK_EXT_XTAL (C++ enumerator)
soc_root_clk_t::SOC_ROOT_CLK_EXT_XTAL32K (C++ enumerator)
soc_root_clk_t::SOC_ROOT_CLK_INT_RC_FAST (C++ enumerator)
soc_root_clk_t::SOC_ROOT_CLK_INT_RC_SLOW (C++ enumerator)
SOC_RSA_MAX_BIT_LEN (C macro)
soc_rtc_fast_clk_src_t (C++ enum)
soc_rtc_fast_clk_src_t::SOC_RTC_FAST_CLK_SRC_INVALID (C++ enumerator)
soc_rtc_fast_clk_src_t::SOC_RTC_FAST_CLK_SRC_RC_FAST (C++ enumerator)
soc_rtc_fast_clk_src_t::SOC_RTC_FAST_CLK_SRC_XTAL_D4 (C++ enumerator)
soc_rtc_fast_clk_src_t::SOC_RTC_FAST_CLK_SRC_XTAL_DIV (C++ enumerator)
SOC_RTC_FAST_MEM_SUPPORTED (C macro)
SOC_RTC_MEM_SUPPORTED (C macro)
soc_rtc_slow_clk_src_t (C++ enum)
soc_rtc_slow_clk_src_t::SOC_RTC_SLOW_CLK_SRC_INVALID (C++ enumerator)
soc_rtc_slow_clk_src_t::SOC_RTC_SLOW_CLK_SRC_RC_FAST_D256 (C++ enumerator)
soc_rtc_slow_clk_src_t::SOC_RTC_SLOW_CLK_SRC_RC_SLOW (C++ enumerator)
soc_rtc_slow_clk_src_t::SOC_RTC_SLOW_CLK_SRC_XTAL32K (C++ enumerator)
SOC_RTC_SLOW_CLOCK_SUPPORT_8MD256 (C macro)
SOC_RTC_SLOW_MEM_SUPPORTED (C macro)
SOC_RTCIO_HOLD_SUPPORTED (C macro)
SOC_RTCIO_INPUT_OUTPUT_SUPPORTED (C macro)
SOC_RTCIO_PIN_COUNT (C macro)
SOC_RTCIO_WAKE_SUPPORTED (C macro)
SOC_SDM_CHANNELS_PER_GROUP (C macro)
SOC_SDM_CLKS (C macro)
SOC_SDM_GROUPS (C macro)
SOC_SDM_SUPPORTED (C macro)
SOC_SECURE_BOOT_SUPPORTED (C macro)
SOC_SECURE_BOOT_V2_RSA (C macro)
SOC_SHA_CRYPTO_DMA (C macro)
SOC_SHA_DMA_MAX_BUFFER_SIZE (C macro)
SOC_SHA_SUPPORT_DMA (C macro)
SOC_SHA_SUPPORT_RESUME (C macro)
SOC_SHA_SUPPORT_SHA1 (C macro)
SOC_SHA_SUPPORT_SHA224 (C macro)
SOC_SHA_SUPPORT_SHA256 (C macro)
SOC_SHA_SUPPORT_SHA384 (C macro)
SOC_SHA_SUPPORT_SHA512 (C macro)
SOC_SHA_SUPPORT_SHA512_224 (C macro)
SOC_SHA_SUPPORT_SHA512_256 (C macro)
SOC_SHA_SUPPORT_SHA512_T (C macro)
SOC_SHA_SUPPORTED (C macro)
SOC_SPI_DMA_CHAN_NUM (C macro)
SOC_SPI_HD_BOTH_INOUT_SUPPORTED (C macro)
SOC_SPI_MAX_CS_NUM (C macro)
SOC_SPI_MAX_PRE_DIVIDER (C macro)
SOC_SPI_MAXIMUM_BUFFER_SIZE (C macro)
SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND (C macro)
SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE (C macro)
SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE (C macro)
SOC_SPI_MEM_SUPPORT_SW_SUSPEND (C macro)
SOC_SPI_PERIPH_CS_NUM (C macro)
SOC_SPI_PERIPH_NUM (C macro)
SOC_SPI_PERIPH_SUPPORT_CONTROL_DUMMY_OUT (C macro)
SOC_SPI_PERIPH_SUPPORT_MULTILINE_MODE (C macro)
SOC_SPI_SLAVE_SUPPORT_SEG_TRANS (C macro)
SOC_SPI_SUPPORT_CD_SIG (C macro)
SOC_SPI_SUPPORT_CONTINUOUS_TRANS (C macro)
SOC_SPI_SUPPORT_DDRCLK (C macro)
SOC_SPI_SUPPORT_OCT (C macro)
SOC_SPI_SUPPORT_SLAVE_HD_VER2 (C macro)
SOC_SPIRAM_SUPPORTED (C macro)
SOC_SUPPORT_COEXISTENCE (C macro)
SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY (C macro)
SOC_SUPPORTS_SECURE_DL_MODE (C macro)
SOC_SYSTIMER_ALARM_NUM (C macro)
SOC_SYSTIMER_BIT_WIDTH_HI (C macro)
SOC_SYSTIMER_BIT_WIDTH_LO (C macro)
SOC_SYSTIMER_COUNTER_NUM (C macro)
SOC_SYSTIMER_SUPPORTED (C macro)
SOC_TEMP_SENSOR_CLKS (C macro)
SOC_TEMP_SENSOR_SUPPORTED (C macro)
SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC (C macro)
SOC_TIMER_GROUP_COUNTER_BIT_WIDTH (C macro)
SOC_TIMER_GROUP_SUPPORT_APB (C macro)
SOC_TIMER_GROUP_SUPPORT_XTAL (C macro)
SOC_TIMER_GROUP_TIMERS_PER_GROUP (C macro)
SOC_TIMER_GROUP_TOTAL_TIMERS (C macro)
SOC_TIMER_GROUPS (C macro)
SOC_TOUCH_PAD_MEASURE_WAIT_MAX (C macro)
SOC_TOUCH_PAD_THRESHOLD_MAX (C macro)
SOC_TOUCH_PROXIMITY_CHANNEL_NUM (C macro)
SOC_TOUCH_SENSOR_NUM (C macro)
SOC_TOUCH_SENSOR_SUPPORTED (C macro)
SOC_TOUCH_VERSION_2 (C macro)
SOC_TWAI_BRP_MAX (C macro)
SOC_TWAI_BRP_MIN (C macro)
SOC_TWAI_SUPPORTED (C macro)
SOC_TWAI_SUPPORTS_RX_STATUS (C macro)
SOC_UART_BITRATE_MAX (C macro)
SOC_UART_FIFO_LEN (C macro)
SOC_UART_NUM (C macro)
SOC_UART_SUPPORT_APB_CLK (C macro)
SOC_UART_SUPPORT_REF_TICK (C macro)
SOC_UART_SUPPORT_WAKEUP_INT (C macro)
SOC_ULP_SUPPORTED (C macro)
SOC_USB_OTG_PERIPH_NUM (C macro)
SOC_USB_OTG_SUPPORTED (C macro)
SOC_WIFI_CSI_SUPPORT (C macro)
SOC_WIFI_FTM_SUPPORT (C macro)
SOC_WIFI_GCMP_SUPPORT (C macro)
SOC_WIFI_HW_TSF (C macro)
SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH (C macro)
SOC_WIFI_MESH_SUPPORT (C macro)
SOC_WIFI_SUPPORTED (C macro)
SOC_WIFI_WAPI_SUPPORT (C macro)
SOC_XT_WDT_SUPPORTED (C macro)
SOC_XTAL_SUPPORT_40M (C macro)
spi_bus_add_device (C++ function)
spi_bus_add_flash_device (C++ function)
spi_bus_config_t (C++ struct)
spi_bus_config_t::data0_io_num (C++ member)
spi_bus_config_t::data1_io_num (C++ member)
spi_bus_config_t::data2_io_num (C++ member)
spi_bus_config_t::data3_io_num (C++ member)
spi_bus_config_t::data4_io_num (C++ member)
spi_bus_config_t::data5_io_num (C++ member)
spi_bus_config_t::data6_io_num (C++ member)
spi_bus_config_t::data7_io_num (C++ member)
spi_bus_config_t::flags (C++ member)
spi_bus_config_t::intr_flags (C++ member)
spi_bus_config_t::max_transfer_sz (C++ member)
spi_bus_config_t::miso_io_num (C++ member)
spi_bus_config_t::mosi_io_num (C++ member)
spi_bus_config_t::quadhd_io_num (C++ member)
spi_bus_config_t::quadwp_io_num (C++ member)
spi_bus_config_t::sclk_io_num (C++ member)
spi_bus_free (C++ function)
spi_bus_get_max_transaction_len (C++ function)
spi_bus_initialize (C++ function)
spi_bus_remove_device (C++ function)
spi_bus_remove_flash_device (C++ function)
spi_clock_source_t (C++ enum)
spi_clock_source_t::SPI_CLK_APB (C++ enumerator)
spi_clock_source_t::SPI_CLK_XTAL (C++ enumerator)
spi_command_t (C++ enum)
spi_command_t::SPI_CMD_HD_EN_QPI (C++ enumerator)
spi_command_t::SPI_CMD_HD_INT0 (C++ enumerator)
spi_command_t::SPI_CMD_HD_INT1 (C++ enumerator)
spi_command_t::SPI_CMD_HD_INT2 (C++ enumerator)
spi_command_t::SPI_CMD_HD_RDBUF (C++ enumerator)
spi_command_t::SPI_CMD_HD_RDDMA (C++ enumerator)
spi_command_t::SPI_CMD_HD_SEG_END (C++ enumerator)
spi_command_t::SPI_CMD_HD_WR_END (C++ enumerator)
spi_command_t::SPI_CMD_HD_WRBUF (C++ enumerator)
spi_command_t::SPI_CMD_HD_WRDMA (C++ enumerator)
spi_common_dma_t (C++ enum)
spi_common_dma_t::SPI_DMA_CH_AUTO (C++ enumerator)
spi_common_dma_t::SPI_DMA_DISABLED (C++ enumerator)
SPI_DEVICE_3WIRE (C macro)
spi_device_acquire_bus (C++ function)
SPI_DEVICE_BIT_LSBFIRST (C macro)
SPI_DEVICE_CLK_AS_CS (C macro)
SPI_DEVICE_DDRCLK (C macro)
spi_device_get_trans_result (C++ function)
SPI_DEVICE_HALFDUPLEX (C macro)
spi_device_handle_t (C++ type)
spi_device_interface_config_t (C++ struct)
spi_device_interface_config_t::address_bits (C++ member)
spi_device_interface_config_t::clock_speed_hz (C++ member)
spi_device_interface_config_t::command_bits (C++ member)
spi_device_interface_config_t::cs_ena_posttrans (C++ member)
spi_device_interface_config_t::cs_ena_pretrans (C++ member)
spi_device_interface_config_t::dummy_bits (C++ member)
spi_device_interface_config_t::duty_cycle_pos (C++ member)
spi_device_interface_config_t::flags (C++ member)
spi_device_interface_config_t::input_delay_ns (C++ member)
spi_device_interface_config_t::mode (C++ member)
spi_device_interface_config_t::post_cb (C++ member)
spi_device_interface_config_t::pre_cb (C++ member)
spi_device_interface_config_t::queue_size (C++ member)
spi_device_interface_config_t::spics_io_num (C++ member)
SPI_DEVICE_NO_DUMMY (C macro)
spi_device_polling_end (C++ function)
spi_device_polling_start (C++ function)
spi_device_polling_transmit (C++ function)
SPI_DEVICE_POSITIVE_CS (C macro)
spi_device_queue_trans (C++ function)
spi_device_release_bus (C++ function)
SPI_DEVICE_RXBIT_LSBFIRST (C macro)
spi_device_transmit (C++ function)
SPI_DEVICE_TXBIT_LSBFIRST (C macro)
spi_dma_chan_t (C++ type)
spi_event_t (C++ enum)
spi_event_t::SPI_EV_BUF_RX (C++ enumerator)
spi_event_t::SPI_EV_BUF_TX (C++ enumerator)
spi_event_t::SPI_EV_CMD9 (C++ enumerator)
spi_event_t::SPI_EV_CMDA (C++ enumerator)
spi_event_t::SPI_EV_RECV (C++ enumerator)
spi_event_t::SPI_EV_RECV_DMA_READY (C++ enumerator)
spi_event_t::SPI_EV_SEND (C++ enumerator)
spi_event_t::SPI_EV_SEND_DMA_READY (C++ enumerator)
spi_event_t::SPI_EV_TRANS (C++ enumerator)
spi_flash_cache2phys (C++ function)
SPI_FLASH_CACHE2PHYS_FAIL (C macro)
spi_flash_chip_t (C++ type)
SPI_FLASH_CONFIG_CONF_BITS (C macro)
spi_flash_encryption_t (C++ struct)
spi_flash_encryption_t::flash_encryption_check (C++ member)
spi_flash_encryption_t::flash_encryption_data_prepare (C++ member)
spi_flash_encryption_t::flash_encryption_destroy (C++ member)
spi_flash_encryption_t::flash_encryption_disable (C++ member)
spi_flash_encryption_t::flash_encryption_done (C++ member)
spi_flash_encryption_t::flash_encryption_enable (C++ member)
spi_flash_host_driver_s (C++ struct)
spi_flash_host_driver_s::check_suspend (C++ member)
spi_flash_host_driver_s::common_command (C++ member)
spi_flash_host_driver_s::configure_host_io_mode (C++ member)
spi_flash_host_driver_s::dev_config (C++ member)
spi_flash_host_driver_s::erase_block (C++ member)
spi_flash_host_driver_s::erase_chip (C++ member)
spi_flash_host_driver_s::erase_sector (C++ member)
spi_flash_host_driver_s::flush_cache (C++ member)
spi_flash_host_driver_s::host_status (C++ member)
spi_flash_host_driver_s::poll_cmd_done (C++ member)
spi_flash_host_driver_s::program_page (C++ member)
spi_flash_host_driver_s::read (C++ member)
spi_flash_host_driver_s::read_data_slicer (C++ member)
spi_flash_host_driver_s::read_id (C++ member)
spi_flash_host_driver_s::read_status (C++ member)
spi_flash_host_driver_s::resume (C++ member)
spi_flash_host_driver_s::set_write_protect (C++ member)
spi_flash_host_driver_s::supports_direct_read (C++ member)
spi_flash_host_driver_s::supports_direct_write (C++ member)
spi_flash_host_driver_s::sus_setup (C++ member)
spi_flash_host_driver_s::suspend (C++ member)
spi_flash_host_driver_s::write_data_slicer (C++ member)
spi_flash_host_driver_t (C++ type)
spi_flash_host_inst_t (C++ struct)
spi_flash_host_inst_t::driver (C++ member)
spi_flash_mmap (C++ function)
spi_flash_mmap_dump (C++ function)
spi_flash_mmap_get_free_pages (C++ function)
spi_flash_mmap_handle_t (C++ type)
spi_flash_mmap_memory_t (C++ enum)
spi_flash_mmap_memory_t::SPI_FLASH_MMAP_DATA (C++ enumerator)
spi_flash_mmap_memory_t::SPI_FLASH_MMAP_INST (C++ enumerator)
spi_flash_mmap_pages (C++ function)
SPI_FLASH_MMU_PAGE_SIZE (C macro)
spi_flash_munmap (C++ function)
SPI_FLASH_OPI_FLAG (C macro)
SPI_FLASH_OS_IS_ERASING_STATUS_FLAG (C macro)
spi_flash_phys2cache (C++ function)
SPI_FLASH_READ_MODE_MIN (C macro)
SPI_FLASH_SEC_SIZE (C macro)
spi_flash_sus_cmd_conf (C++ struct)
spi_flash_sus_cmd_conf::cmd_rdsr (C++ member)
spi_flash_sus_cmd_conf::res_cmd (C++ member)
spi_flash_sus_cmd_conf::reserved (C++ member)
spi_flash_sus_cmd_conf::sus_cmd (C++ member)
spi_flash_sus_cmd_conf::sus_mask (C++ member)
SPI_FLASH_TRANS_FLAG_BYTE_SWAP (C macro)
SPI_FLASH_TRANS_FLAG_CMD16 (C macro)
SPI_FLASH_TRANS_FLAG_IGNORE_BASEIO (C macro)
spi_flash_trans_t (C++ struct)
spi_flash_trans_t::address (C++ member)
spi_flash_trans_t::address_bitlen (C++ member)
spi_flash_trans_t::command (C++ member)
spi_flash_trans_t::dummy_bitlen (C++ member)
spi_flash_trans_t::flags (C++ member)
spi_flash_trans_t::io_mode (C++ member)
spi_flash_trans_t::miso_data (C++ member)
spi_flash_trans_t::miso_len (C++ member)
spi_flash_trans_t::mosi_data (C++ member)
spi_flash_trans_t::mosi_len (C++ member)
spi_flash_trans_t::reserved (C++ member)
SPI_FLASH_YIELD_REQ_SUSPEND (C macro)
SPI_FLASH_YIELD_REQ_YIELD (C macro)
SPI_FLASH_YIELD_STA_RESUME (C macro)
spi_get_actual_clock (C++ function)
spi_get_freq_limit (C++ function)
spi_get_timing (C++ function)
spi_host_device_t (C++ enum)
spi_host_device_t::SPI1_HOST (C++ enumerator)
spi_host_device_t::SPI2_HOST (C++ enumerator)
spi_host_device_t::SPI3_HOST (C++ enumerator)
spi_host_device_t::SPI_HOST_MAX (C++ enumerator)
spi_line_mode_t (C++ struct)
spi_line_mode_t::addr_lines (C++ member)
spi_line_mode_t::cmd_lines (C++ member)
spi_line_mode_t::data_lines (C++ member)
SPI_MASTER_FREQ_10M (C macro)
SPI_MASTER_FREQ_11M (C macro)
SPI_MASTER_FREQ_13M (C macro)
SPI_MASTER_FREQ_16M (C macro)
SPI_MASTER_FREQ_20M (C macro)
SPI_MASTER_FREQ_26M (C macro)
SPI_MASTER_FREQ_40M (C macro)
SPI_MASTER_FREQ_80M (C macro)
SPI_MASTER_FREQ_8M (C macro)
SPI_MASTER_FREQ_9M (C macro)
SPI_MAX_DMA_LEN (C macro)
SPI_SLAVE_BIT_LSBFIRST (C macro)
spi_slave_chan_t (C++ enum)
spi_slave_chan_t::SPI_SLAVE_CHAN_RX (C++ enumerator)
spi_slave_chan_t::SPI_SLAVE_CHAN_TX (C++ enumerator)
spi_slave_free (C++ function)
spi_slave_get_trans_result (C++ function)
SPI_SLAVE_HD_APPEND_MODE (C macro)
spi_slave_hd_append_trans (C++ function)
SPI_SLAVE_HD_BIT_LSBFIRST (C macro)
spi_slave_hd_callback_config_t (C++ struct)
spi_slave_hd_callback_config_t::arg (C++ member)
spi_slave_hd_callback_config_t::cb_buffer_rx (C++ member)
spi_slave_hd_callback_config_t::cb_buffer_tx (C++ member)
spi_slave_hd_callback_config_t::cb_cmd9 (C++ member)
spi_slave_hd_callback_config_t::cb_cmdA (C++ member)
spi_slave_hd_callback_config_t::cb_recv (C++ member)
spi_slave_hd_callback_config_t::cb_recv_dma_ready (C++ member)
spi_slave_hd_callback_config_t::cb_send_dma_ready (C++ member)
spi_slave_hd_callback_config_t::cb_sent (C++ member)
spi_slave_hd_data_t (C++ struct)
spi_slave_hd_data_t::arg (C++ member)
spi_slave_hd_data_t::data (C++ member)
spi_slave_hd_data_t::len (C++ member)
spi_slave_hd_data_t::trans_len (C++ member)
spi_slave_hd_deinit (C++ function)
spi_slave_hd_event_t (C++ struct)
spi_slave_hd_event_t::event (C++ member)
spi_slave_hd_event_t::trans (C++ member)
spi_slave_hd_get_append_trans_res (C++ function)
spi_slave_hd_get_trans_res (C++ function)
spi_slave_hd_init (C++ function)
spi_slave_hd_queue_trans (C++ function)
spi_slave_hd_read_buffer (C++ function)
SPI_SLAVE_HD_RXBIT_LSBFIRST (C macro)
spi_slave_hd_slot_config_t (C++ struct)
spi_slave_hd_slot_config_t::address_bits (C++ member)
spi_slave_hd_slot_config_t::cb_config (C++ member)
spi_slave_hd_slot_config_t::command_bits (C++ member)
spi_slave_hd_slot_config_t::dma_chan (C++ member)
spi_slave_hd_slot_config_t::dummy_bits (C++ member)
spi_slave_hd_slot_config_t::flags (C++ member)
spi_slave_hd_slot_config_t::mode (C++ member)
spi_slave_hd_slot_config_t::queue_size (C++ member)
spi_slave_hd_slot_config_t::spics_io_num (C++ member)
SPI_SLAVE_HD_TXBIT_LSBFIRST (C macro)
spi_slave_hd_write_buffer (C++ function)
spi_slave_initialize (C++ function)
spi_slave_interface_config_t (C++ struct)
spi_slave_interface_config_t::flags (C++ member)
spi_slave_interface_config_t::mode (C++ member)
spi_slave_interface_config_t::post_setup_cb (C++ member)
spi_slave_interface_config_t::post_trans_cb (C++ member)
spi_slave_interface_config_t::queue_size (C++ member)
spi_slave_interface_config_t::spics_io_num (C++ member)
spi_slave_queue_trans (C++ function)
SPI_SLAVE_RXBIT_LSBFIRST (C macro)
spi_slave_transaction_t (C++ struct)
(C++ type)
spi_slave_transaction_t::length (C++ member)
spi_slave_transaction_t::rx_buffer (C++ member)
spi_slave_transaction_t::trans_len (C++ member)
spi_slave_transaction_t::tx_buffer (C++ member)
spi_slave_transaction_t::user (C++ member)
spi_slave_transmit (C++ function)
SPI_SLAVE_TXBIT_LSBFIRST (C macro)
SPI_SWAP_DATA_RX (C macro)
SPI_SWAP_DATA_TX (C macro)
SPI_TRANS_CS_KEEP_ACTIVE (C macro)
SPI_TRANS_MODE_DIO (C macro)
SPI_TRANS_MODE_DIOQIO_ADDR (C macro)
SPI_TRANS_MODE_OCT (C macro)
SPI_TRANS_MODE_QIO (C macro)
SPI_TRANS_MULTILINE_ADDR (C macro)
SPI_TRANS_MULTILINE_CMD (C macro)
SPI_TRANS_USE_RXDATA (C macro)
SPI_TRANS_USE_TXDATA (C macro)
SPI_TRANS_VARIABLE_ADDR (C macro)
SPI_TRANS_VARIABLE_CMD (C macro)
SPI_TRANS_VARIABLE_DUMMY (C macro)
spi_transaction_ext_t (C++ struct)
spi_transaction_ext_t::address_bits (C++ member)
spi_transaction_ext_t::base (C++ member)
spi_transaction_ext_t::command_bits (C++ member)
spi_transaction_ext_t::dummy_bits (C++ member)
spi_transaction_t (C++ struct)
(C++ type)
spi_transaction_t::addr (C++ member)
spi_transaction_t::cmd (C++ member)
spi_transaction_t::flags (C++ member)
spi_transaction_t::length (C++ member)
spi_transaction_t::rx_buffer (C++ member)
spi_transaction_t::rx_data (C++ member)
spi_transaction_t::rxlength (C++ member)
spi_transaction_t::tx_buffer (C++ member)
spi_transaction_t::tx_data (C++ member)
spi_transaction_t::user (C++ member)
SPICOMMON_BUSFLAG_DUAL (C macro)
SPICOMMON_BUSFLAG_GPIO_PINS (C macro)
SPICOMMON_BUSFLAG_IO4_IO7 (C macro)
SPICOMMON_BUSFLAG_IOMUX_PINS (C macro)
SPICOMMON_BUSFLAG_MASTER (C macro)
SPICOMMON_BUSFLAG_MISO (C macro)
SPICOMMON_BUSFLAG_MOSI (C macro)
SPICOMMON_BUSFLAG_NATIVE_PINS (C macro)
SPICOMMON_BUSFLAG_OCTAL (C macro)
SPICOMMON_BUSFLAG_QUAD (C macro)
SPICOMMON_BUSFLAG_SCLK (C macro)
SPICOMMON_BUSFLAG_SLAVE (C macro)
SPICOMMON_BUSFLAG_WPHD (C macro)
StaticRingbuffer_t (C++ type)
StreamBufferHandle_t (C++ type)
SUB_OPCODE_ALU_CNT (C macro)
SUB_OPCODE_ALU_IMM (C macro)
SUB_OPCODE_ALU_REG (C macro)
SUB_OPCODE_B (C macro)
SUB_OPCODE_BS (C macro)
SUB_OPCODE_BX (C macro)
SUB_OPCODE_END (C macro)
SUB_OPCODE_MACRO_BRANCH (C macro)
SUB_OPCODE_MACRO_LABEL (C macro)
SUB_OPCODE_MACRO_LABELPC (C macro)
SUB_OPCODE_SLEEP (C macro)
SUB_OPCODE_ST (C macro)
SUB_OPCODE_ST_AUTO (C macro)
SUB_OPCODE_ST_OFFSET (C macro)
T
taskDISABLE_INTERRUPTS (C macro)
taskENABLE_INTERRUPTS (C macro)
taskENTER_CRITICAL (C macro)
taskENTER_CRITICAL_FROM_ISR (C macro)
taskENTER_CRITICAL_ISR (C macro)
taskEXIT_CRITICAL (C macro)
taskEXIT_CRITICAL_FROM_ISR (C macro)
taskEXIT_CRITICAL_ISR (C macro)
TaskHandle_t (C++ type)
TaskHookFunction_t (C++ type)
taskSCHEDULER_NOT_STARTED (C macro)
taskSCHEDULER_RUNNING (C macro)
taskSCHEDULER_SUSPENDED (C macro)
taskYIELD (C macro)
TEMPERATURE_SENSOR_CONFIG_DEFAULT (C macro)
temperature_sensor_config_t (C++ struct)
temperature_sensor_config_t::clk_src (C++ member)
temperature_sensor_config_t::range_max (C++ member)
temperature_sensor_config_t::range_min (C++ member)
temperature_sensor_disable (C++ function)
temperature_sensor_enable (C++ function)
temperature_sensor_get_celsius (C++ function)
temperature_sensor_handle_t (C++ type)
temperature_sensor_install (C++ function)
temperature_sensor_uninstall (C++ function)
TimerCallbackFunction_t (C++ type)
TimerHandle_t (C++ type)
tls_keep_alive_cfg (C++ struct)
tls_keep_alive_cfg::keep_alive_count (C++ member)
tls_keep_alive_cfg::keep_alive_enable (C++ member)
tls_keep_alive_cfg::keep_alive_idle (C++ member)
tls_keep_alive_cfg::keep_alive_interval (C++ member)
tls_keep_alive_cfg_t (C++ type)
TlsDeleteCallbackFunction_t (C++ type)
tmrCOMMAND_CHANGE_PERIOD (C macro)
tmrCOMMAND_CHANGE_PERIOD_FROM_ISR (C macro)
tmrCOMMAND_DELETE (C macro)
tmrCOMMAND_EXECUTE_CALLBACK (C macro)
tmrCOMMAND_EXECUTE_CALLBACK_FROM_ISR (C macro)
tmrCOMMAND_RESET (C macro)
tmrCOMMAND_RESET_FROM_ISR (C macro)
tmrCOMMAND_START (C macro)
tmrCOMMAND_START_DONT_TRACE (C macro)
tmrCOMMAND_START_FROM_ISR (C macro)
tmrCOMMAND_STOP (C macro)
tmrCOMMAND_STOP_FROM_ISR (C macro)
tmrFIRST_FROM_ISR_COMMAND (C macro)
touch_button_callback_t (C++ type)
touch_button_config_t (C++ struct)
touch_button_config_t::channel_num (C++ member)
touch_button_config_t::channel_sens (C++ member)
touch_button_create (C++ function)
touch_button_delete (C++ function)
touch_button_event_t (C++ enum)
touch_button_event_t::TOUCH_BUTTON_EVT_MAX (C++ enumerator)
touch_button_event_t::TOUCH_BUTTON_EVT_ON_LONGPRESS (C++ enumerator)
touch_button_event_t::TOUCH_BUTTON_EVT_ON_PRESS (C++ enumerator)
touch_button_event_t::TOUCH_BUTTON_EVT_ON_RELEASE (C++ enumerator)
touch_button_get_message (C++ function)
touch_button_global_config_t (C++ struct)
touch_button_global_config_t::default_lp_time (C++ member)
touch_button_global_config_t::threshold_divider (C++ member)
TOUCH_BUTTON_GLOBAL_DEFAULT_CONFIG (C macro)
touch_button_handle_t (C++ type)
touch_button_install (C++ function)
touch_button_message_t (C++ struct)
touch_button_message_t::event (C++ member)
touch_button_set_callback (C++ function)
touch_button_set_dispatch_method (C++ function)
touch_button_set_longpress (C++ function)
touch_button_subscribe_event (C++ function)
touch_button_uninstall (C++ function)
touch_cnt_slope_t (C++ enum)
touch_cnt_slope_t::TOUCH_PAD_SLOPE_0 (C++ enumerator)
touch_cnt_slope_t::TOUCH_PAD_SLOPE_1 (C++ enumerator)
touch_cnt_slope_t::TOUCH_PAD_SLOPE_2 (C++ enumerator)
touch_cnt_slope_t::TOUCH_PAD_SLOPE_3 (C++ enumerator)
touch_cnt_slope_t::TOUCH_PAD_SLOPE_4 (C++ enumerator)
touch_cnt_slope_t::TOUCH_PAD_SLOPE_5 (C++ enumerator)
touch_cnt_slope_t::TOUCH_PAD_SLOPE_6 (C++ enumerator)
touch_cnt_slope_t::TOUCH_PAD_SLOPE_7 (C++ enumerator)
touch_cnt_slope_t::TOUCH_PAD_SLOPE_MAX (C++ enumerator)
TOUCH_DEBOUNCE_CNT_MAX (C macro)
touch_elem_dispatch_t (C++ enum)
touch_elem_dispatch_t::TOUCH_ELEM_DISP_CALLBACK (C++ enumerator)
touch_elem_dispatch_t::TOUCH_ELEM_DISP_EVENT (C++ enumerator)
touch_elem_dispatch_t::TOUCH_ELEM_DISP_MAX (C++ enumerator)
TOUCH_ELEM_EVENT_NONE (C macro)
TOUCH_ELEM_EVENT_ON_CALCULATION (C macro)
TOUCH_ELEM_EVENT_ON_LONGPRESS (C macro)
TOUCH_ELEM_EVENT_ON_PRESS (C macro)
TOUCH_ELEM_EVENT_ON_RELEASE (C macro)
touch_elem_event_t (C++ type)
touch_elem_global_config_t (C++ struct)
touch_elem_global_config_t::hardware (C++ member)
touch_elem_global_config_t::software (C++ member)
TOUCH_ELEM_GLOBAL_DEFAULT_CONFIG (C macro)
touch_elem_handle_t (C++ type)
touch_elem_hw_config_t (C++ struct)
touch_elem_hw_config_t::benchmark_calibration_threshold (C++ member)
touch_elem_hw_config_t::benchmark_debounce_count (C++ member)
touch_elem_hw_config_t::benchmark_filter_mode (C++ member)
touch_elem_hw_config_t::benchmark_jitter_step (C++ member)
touch_elem_hw_config_t::denoise_equivalent_cap (C++ member)
touch_elem_hw_config_t::denoise_level (C++ member)
touch_elem_hw_config_t::lower_voltage (C++ member)
touch_elem_hw_config_t::sample_count (C++ member)
touch_elem_hw_config_t::sleep_cycle (C++ member)
touch_elem_hw_config_t::smooth_filter_mode (C++ member)
touch_elem_hw_config_t::suspend_channel_polarity (C++ member)
touch_elem_hw_config_t::upper_voltage (C++ member)
touch_elem_hw_config_t::voltage_attenuation (C++ member)
touch_elem_message_t (C++ struct)
touch_elem_message_t::arg (C++ member)
touch_elem_message_t::child_msg (C++ member)
touch_elem_message_t::element_type (C++ member)
touch_elem_message_t::handle (C++ member)
touch_elem_sw_config_t (C++ struct)
touch_elem_sw_config_t::event_message_size (C++ member)
touch_elem_sw_config_t::intr_message_size (C++ member)
touch_elem_sw_config_t::processing_period (C++ member)
touch_elem_sw_config_t::waterproof_threshold_divider (C++ member)
touch_elem_type_t (C++ enum)
touch_elem_type_t::TOUCH_ELEM_TYPE_BUTTON (C++ enumerator)
touch_elem_type_t::TOUCH_ELEM_TYPE_MATRIX (C++ enumerator)
touch_elem_type_t::TOUCH_ELEM_TYPE_SLIDER (C++ enumerator)
touch_elem_waterproof_config_t (C++ struct)
touch_elem_waterproof_config_t::guard_channel (C++ member)
touch_elem_waterproof_config_t::guard_sensitivity (C++ member)
touch_element_install (C++ function)
touch_element_message_receive (C++ function)
touch_element_start (C++ function)
touch_element_stop (C++ function)
touch_element_uninstall (C++ function)
touch_element_waterproof_add (C++ function)
touch_element_waterproof_install (C++ function)
touch_element_waterproof_remove (C++ function)
touch_element_waterproof_uninstall (C++ function)
touch_filter_config (C++ struct)
touch_filter_config::debounce_cnt (C++ member)
touch_filter_config::jitter_step (C++ member)
touch_filter_config::mode (C++ member)
touch_filter_config::noise_thr (C++ member)
touch_filter_config::smh_lvl (C++ member)
touch_filter_config_t (C++ type)
touch_filter_mode_t (C++ enum)
touch_filter_mode_t::TOUCH_PAD_FILTER_IIR_128 (C++ enumerator)
touch_filter_mode_t::TOUCH_PAD_FILTER_IIR_16 (C++ enumerator)
touch_filter_mode_t::TOUCH_PAD_FILTER_IIR_256 (C++ enumerator)
touch_filter_mode_t::TOUCH_PAD_FILTER_IIR_32 (C++ enumerator)
touch_filter_mode_t::TOUCH_PAD_FILTER_IIR_4 (C++ enumerator)
touch_filter_mode_t::TOUCH_PAD_FILTER_IIR_64 (C++ enumerator)
touch_filter_mode_t::TOUCH_PAD_FILTER_IIR_8 (C++ enumerator)
touch_filter_mode_t::TOUCH_PAD_FILTER_JITTER (C++ enumerator)
touch_filter_mode_t::TOUCH_PAD_FILTER_MAX (C++ enumerator)
touch_fsm_mode_t (C++ enum)
touch_fsm_mode_t::TOUCH_FSM_MODE_MAX (C++ enumerator)
touch_fsm_mode_t::TOUCH_FSM_MODE_SW (C++ enumerator)
touch_fsm_mode_t::TOUCH_FSM_MODE_TIMER (C++ enumerator)
touch_high_volt_t (C++ enum)
touch_high_volt_t::TOUCH_HVOLT_2V4 (C++ enumerator)
touch_high_volt_t::TOUCH_HVOLT_2V5 (C++ enumerator)
touch_high_volt_t::TOUCH_HVOLT_2V6 (C++ enumerator)
touch_high_volt_t::TOUCH_HVOLT_2V7 (C++ enumerator)
touch_high_volt_t::TOUCH_HVOLT_KEEP (C++ enumerator)
touch_high_volt_t::TOUCH_HVOLT_MAX (C++ enumerator)
TOUCH_JITTER_STEP_MAX (C macro)
touch_low_volt_t (C++ enum)
touch_low_volt_t::TOUCH_LVOLT_0V5 (C++ enumerator)
touch_low_volt_t::TOUCH_LVOLT_0V6 (C++ enumerator)
touch_low_volt_t::TOUCH_LVOLT_0V7 (C++ enumerator)
touch_low_volt_t::TOUCH_LVOLT_0V8 (C++ enumerator)
touch_low_volt_t::TOUCH_LVOLT_KEEP (C++ enumerator)
touch_low_volt_t::TOUCH_LVOLT_MAX (C++ enumerator)
touch_matrix_callback_t (C++ type)
touch_matrix_config_t (C++ struct)
touch_matrix_config_t::x_channel_array (C++ member)
touch_matrix_config_t::x_channel_num (C++ member)
touch_matrix_config_t::x_sensitivity_array (C++ member)
touch_matrix_config_t::y_channel_array (C++ member)
touch_matrix_config_t::y_channel_num (C++ member)
touch_matrix_config_t::y_sensitivity_array (C++ member)
touch_matrix_create (C++ function)
touch_matrix_delete (C++ function)
touch_matrix_event_t (C++ enum)
touch_matrix_event_t::TOUCH_MATRIX_EVT_MAX (C++ enumerator)
touch_matrix_event_t::TOUCH_MATRIX_EVT_ON_LONGPRESS (C++ enumerator)
touch_matrix_event_t::TOUCH_MATRIX_EVT_ON_PRESS (C++ enumerator)
touch_matrix_event_t::TOUCH_MATRIX_EVT_ON_RELEASE (C++ enumerator)
touch_matrix_get_message (C++ function)
touch_matrix_global_config_t (C++ struct)
touch_matrix_global_config_t::default_lp_time (C++ member)
touch_matrix_global_config_t::threshold_divider (C++ member)
TOUCH_MATRIX_GLOBAL_DEFAULT_CONFIG (C macro)
touch_matrix_handle_t (C++ type)
touch_matrix_install (C++ function)
touch_matrix_message_t (C++ struct)
touch_matrix_message_t::event (C++ member)
touch_matrix_message_t::position (C++ member)
touch_matrix_position_t (C++ struct)
touch_matrix_position_t::index (C++ member)
touch_matrix_position_t::x_axis (C++ member)
touch_matrix_position_t::y_axis (C++ member)
touch_matrix_set_callback (C++ function)
touch_matrix_set_dispatch_method (C++ function)
touch_matrix_set_longpress (C++ function)
touch_matrix_subscribe_event (C++ function)
touch_matrix_uninstall (C++ function)
TOUCH_NOISE_THR_MAX (C macro)
TOUCH_PAD_ATTEN_VOLTAGE_THRESHOLD (C macro)
TOUCH_PAD_BIT_MASK_ALL (C macro)
TOUCH_PAD_BIT_MASK_MAX (C macro)
touch_pad_clear_channel_mask (C++ function)
touch_pad_clear_status (C++ function)
touch_pad_config (C++ function)
touch_pad_conn_type_t (C++ enum)
touch_pad_conn_type_t::TOUCH_PAD_CONN_GND (C++ enumerator)
touch_pad_conn_type_t::TOUCH_PAD_CONN_HIGHZ (C++ enumerator)
touch_pad_conn_type_t::TOUCH_PAD_CONN_MAX (C++ enumerator)
touch_pad_deinit (C++ function)
touch_pad_denoise (C++ struct)
touch_pad_denoise::cap_level (C++ member)
touch_pad_denoise::grade (C++ member)
touch_pad_denoise_cap_t (C++ enum)
touch_pad_denoise_cap_t::TOUCH_PAD_DENOISE_CAP_L0 (C++ enumerator)
touch_pad_denoise_cap_t::TOUCH_PAD_DENOISE_CAP_L1 (C++ enumerator)
touch_pad_denoise_cap_t::TOUCH_PAD_DENOISE_CAP_L2 (C++ enumerator)
touch_pad_denoise_cap_t::TOUCH_PAD_DENOISE_CAP_L3 (C++ enumerator)
touch_pad_denoise_cap_t::TOUCH_PAD_DENOISE_CAP_L4 (C++ enumerator)
touch_pad_denoise_cap_t::TOUCH_PAD_DENOISE_CAP_L5 (C++ enumerator)
touch_pad_denoise_cap_t::TOUCH_PAD_DENOISE_CAP_L6 (C++ enumerator)
touch_pad_denoise_cap_t::TOUCH_PAD_DENOISE_CAP_L7 (C++ enumerator)
touch_pad_denoise_cap_t::TOUCH_PAD_DENOISE_CAP_MAX (C++ enumerator)
touch_pad_denoise_disable (C++ function)
touch_pad_denoise_enable (C++ function)
touch_pad_denoise_get_config (C++ function)
touch_pad_denoise_grade_t (C++ enum)
touch_pad_denoise_grade_t::TOUCH_PAD_DENOISE_BIT10 (C++ enumerator)
touch_pad_denoise_grade_t::TOUCH_PAD_DENOISE_BIT12 (C++ enumerator)
touch_pad_denoise_grade_t::TOUCH_PAD_DENOISE_BIT4 (C++ enumerator)
touch_pad_denoise_grade_t::TOUCH_PAD_DENOISE_BIT8 (C++ enumerator)
touch_pad_denoise_grade_t::TOUCH_PAD_DENOISE_MAX (C++ enumerator)
touch_pad_denoise_read_data (C++ function)
touch_pad_denoise_set_config (C++ function)
touch_pad_denoise_t (C++ type)
touch_pad_filter_disable (C++ function)
touch_pad_filter_enable (C++ function)
touch_pad_filter_get_config (C++ function)
touch_pad_filter_read_smooth (C++ function)
touch_pad_filter_set_config (C++ function)
touch_pad_fsm_start (C++ function)
touch_pad_fsm_stop (C++ function)
touch_pad_get_channel_mask (C++ function)
touch_pad_get_charge_discharge_times (C++ function)
touch_pad_get_cnt_mode (C++ function)
touch_pad_get_current_meas_channel (C++ function)
touch_pad_get_fsm_mode (C++ function)
touch_pad_get_idle_channel_connect (C++ function)
touch_pad_get_meas_time (C++ function)
touch_pad_get_measurement_interval (C++ function)
touch_pad_get_status (C++ function)
touch_pad_get_thresh (C++ function)
touch_pad_get_voltage (C++ function)
touch_pad_get_wakeup_status (C++ function)
TOUCH_PAD_GPIO10_CHANNEL (C macro)
TOUCH_PAD_GPIO11_CHANNEL (C macro)
TOUCH_PAD_GPIO12_CHANNEL (C macro)
TOUCH_PAD_GPIO13_CHANNEL (C macro)
TOUCH_PAD_GPIO14_CHANNEL (C macro)
TOUCH_PAD_GPIO1_CHANNEL (C macro)
TOUCH_PAD_GPIO2_CHANNEL (C macro)
TOUCH_PAD_GPIO3_CHANNEL (C macro)
TOUCH_PAD_GPIO4_CHANNEL (C macro)
TOUCH_PAD_GPIO5_CHANNEL (C macro)
TOUCH_PAD_GPIO6_CHANNEL (C macro)
TOUCH_PAD_GPIO7_CHANNEL (C macro)
TOUCH_PAD_GPIO8_CHANNEL (C macro)
TOUCH_PAD_GPIO9_CHANNEL (C macro)
TOUCH_PAD_HIGH_VOLTAGE_THRESHOLD (C macro)
TOUCH_PAD_IDLE_CH_CONNECT_DEFAULT (C macro)
touch_pad_init (C++ function)
touch_pad_intr_clear (C++ function)
touch_pad_intr_disable (C++ function)
touch_pad_intr_enable (C++ function)
TOUCH_PAD_INTR_MASK_ALL (C macro)
touch_pad_intr_mask_t (C++ enum)
touch_pad_intr_mask_t::TOUCH_PAD_INTR_MASK_ACTIVE (C++ enumerator)
touch_pad_intr_mask_t::TOUCH_PAD_INTR_MASK_DONE (C++ enumerator)
touch_pad_intr_mask_t::TOUCH_PAD_INTR_MASK_INACTIVE (C++ enumerator)
touch_pad_intr_mask_t::TOUCH_PAD_INTR_MASK_SCAN_DONE (C++ enumerator)
touch_pad_intr_mask_t::TOUCH_PAD_INTR_MASK_TIMEOUT (C++ enumerator)
touch_pad_io_init (C++ function)
touch_pad_isr_deregister (C++ function)
touch_pad_isr_register (C++ function)
TOUCH_PAD_LOW_VOLTAGE_THRESHOLD (C macro)
touch_pad_meas_is_done (C++ function)
TOUCH_PAD_MEASURE_CYCLE_DEFAULT (C macro)
TOUCH_PAD_NUM10_GPIO_NUM (C macro)
TOUCH_PAD_NUM11_GPIO_NUM (C macro)
TOUCH_PAD_NUM12_GPIO_NUM (C macro)
TOUCH_PAD_NUM13_GPIO_NUM (C macro)
TOUCH_PAD_NUM14_GPIO_NUM (C macro)
TOUCH_PAD_NUM1_GPIO_NUM (C macro)
TOUCH_PAD_NUM2_GPIO_NUM (C macro)
TOUCH_PAD_NUM3_GPIO_NUM (C macro)
TOUCH_PAD_NUM4_GPIO_NUM (C macro)
TOUCH_PAD_NUM5_GPIO_NUM (C macro)
TOUCH_PAD_NUM6_GPIO_NUM (C macro)
TOUCH_PAD_NUM7_GPIO_NUM (C macro)
TOUCH_PAD_NUM8_GPIO_NUM (C macro)
TOUCH_PAD_NUM9_GPIO_NUM (C macro)
touch_pad_proximity_enable (C++ function)
touch_pad_proximity_get_count (C++ function)
touch_pad_proximity_get_data (C++ function)
touch_pad_proximity_set_count (C++ function)
touch_pad_read_benchmark (C++ function)
touch_pad_read_intr_status_mask (C++ function)
touch_pad_read_raw_data (C++ function)
touch_pad_reset (C++ function)
touch_pad_reset_benchmark (C++ function)
touch_pad_set_channel_mask (C++ function)
touch_pad_set_charge_discharge_times (C++ function)
touch_pad_set_cnt_mode (C++ function)
touch_pad_set_fsm_mode (C++ function)
touch_pad_set_idle_channel_connect (C++ function)
touch_pad_set_meas_time (C++ function)
touch_pad_set_measurement_interval (C++ function)
touch_pad_set_thresh (C++ function)
touch_pad_set_voltage (C++ function)
touch_pad_shield_driver_t (C++ enum)
touch_pad_shield_driver_t::TOUCH_PAD_SHIELD_DRV_L0 (C++ enumerator)
touch_pad_shield_driver_t::TOUCH_PAD_SHIELD_DRV_L1 (C++ enumerator)
touch_pad_shield_driver_t::TOUCH_PAD_SHIELD_DRV_L2 (C++ enumerator)
touch_pad_shield_driver_t::TOUCH_PAD_SHIELD_DRV_L3 (C++ enumerator)
touch_pad_shield_driver_t::TOUCH_PAD_SHIELD_DRV_L4 (C++ enumerator)
touch_pad_shield_driver_t::TOUCH_PAD_SHIELD_DRV_L5 (C++ enumerator)
touch_pad_shield_driver_t::TOUCH_PAD_SHIELD_DRV_L6 (C++ enumerator)
touch_pad_shield_driver_t::TOUCH_PAD_SHIELD_DRV_L7 (C++ enumerator)
touch_pad_shield_driver_t::TOUCH_PAD_SHIELD_DRV_MAX (C++ enumerator)
touch_pad_sleep_channel_enable (C++ function)
touch_pad_sleep_channel_enable_proximity (C++ function)
touch_pad_sleep_channel_get_info (C++ function)
touch_pad_sleep_channel_read_benchmark (C++ function)
touch_pad_sleep_channel_read_data (C++ function)
touch_pad_sleep_channel_read_proximity_cnt (C++ function)
touch_pad_sleep_channel_read_smooth (C++ function)
touch_pad_sleep_channel_reset_benchmark (C++ function)
touch_pad_sleep_channel_set_work_time (C++ function)
touch_pad_sleep_channel_t (C++ struct)
touch_pad_sleep_channel_t::en_proximity (C++ member)
touch_pad_sleep_channel_t::touch_num (C++ member)
TOUCH_PAD_SLEEP_CYCLE_DEFAULT (C macro)
touch_pad_sleep_get_threshold (C++ function)
touch_pad_sleep_set_threshold (C++ function)
TOUCH_PAD_SLOPE_DEFAULT (C macro)
touch_pad_sw_start (C++ function)
touch_pad_t (C++ enum)
touch_pad_t::TOUCH_PAD_MAX (C++ enumerator)
touch_pad_t::TOUCH_PAD_NUM0 (C++ enumerator)
touch_pad_t::TOUCH_PAD_NUM1 (C++ enumerator)
touch_pad_t::TOUCH_PAD_NUM10 (C++ enumerator)
touch_pad_t::TOUCH_PAD_NUM11 (C++ enumerator)
touch_pad_t::TOUCH_PAD_NUM12 (C++ enumerator)
touch_pad_t::TOUCH_PAD_NUM13 (C++ enumerator)
touch_pad_t::TOUCH_PAD_NUM14 (C++ enumerator)
touch_pad_t::TOUCH_PAD_NUM2 (C++ enumerator)
touch_pad_t::TOUCH_PAD_NUM3 (C++ enumerator)
touch_pad_t::TOUCH_PAD_NUM4 (C++ enumerator)
touch_pad_t::TOUCH_PAD_NUM5 (C++ enumerator)
touch_pad_t::TOUCH_PAD_NUM6 (C++ enumerator)
touch_pad_t::TOUCH_PAD_NUM7 (C++ enumerator)
touch_pad_t::TOUCH_PAD_NUM8 (C++ enumerator)
touch_pad_t::TOUCH_PAD_NUM9 (C++ enumerator)
TOUCH_PAD_THRESHOLD_MAX (C macro)
TOUCH_PAD_TIE_OPT_DEFAULT (C macro)
touch_pad_timeout_resume (C++ function)
touch_pad_timeout_set (C++ function)
touch_pad_waterproof (C++ struct)
touch_pad_waterproof::guard_ring_pad (C++ member)
touch_pad_waterproof::shield_driver (C++ member)
touch_pad_waterproof_disable (C++ function)
touch_pad_waterproof_enable (C++ function)
touch_pad_waterproof_get_config (C++ function)
touch_pad_waterproof_set_config (C++ function)
touch_pad_waterproof_t (C++ type)
TOUCH_PROXIMITY_MEAS_NUM_MAX (C macro)
touch_slider_callback_t (C++ type)
touch_slider_config_t (C++ struct)
touch_slider_config_t::channel_array (C++ member)
touch_slider_config_t::channel_num (C++ member)
touch_slider_config_t::position_range (C++ member)
touch_slider_config_t::sensitivity_array (C++ member)
touch_slider_create (C++ function)
touch_slider_delete (C++ function)
touch_slider_event_t (C++ enum)
touch_slider_event_t::TOUCH_SLIDER_EVT_MAX (C++ enumerator)
touch_slider_event_t::TOUCH_SLIDER_EVT_ON_CALCULATION (C++ enumerator)
touch_slider_event_t::TOUCH_SLIDER_EVT_ON_PRESS (C++ enumerator)
touch_slider_event_t::TOUCH_SLIDER_EVT_ON_RELEASE (C++ enumerator)
touch_slider_get_message (C++ function)
touch_slider_global_config_t (C++ struct)
touch_slider_global_config_t::benchmark_update_time (C++ member)
touch_slider_global_config_t::calculate_channel_count (C++ member)
touch_slider_global_config_t::filter_reset_time (C++ member)
touch_slider_global_config_t::position_filter_factor (C++ member)
touch_slider_global_config_t::position_filter_size (C++ member)
touch_slider_global_config_t::quantify_lower_threshold (C++ member)
touch_slider_global_config_t::threshold_divider (C++ member)
TOUCH_SLIDER_GLOBAL_DEFAULT_CONFIG (C macro)
touch_slider_handle_t (C++ type)
touch_slider_install (C++ function)
touch_slider_message_t (C++ struct)
touch_slider_message_t::event (C++ member)
touch_slider_message_t::position (C++ member)
touch_slider_position_t (C++ type)
touch_slider_set_callback (C++ function)
touch_slider_set_dispatch_method (C++ function)
touch_slider_subscribe_event (C++ function)
touch_slider_uninstall (C++ function)
touch_smooth_mode_t (C++ enum)
touch_smooth_mode_t::TOUCH_PAD_SMOOTH_IIR_2 (C++ enumerator)
touch_smooth_mode_t::TOUCH_PAD_SMOOTH_IIR_4 (C++ enumerator)
touch_smooth_mode_t::TOUCH_PAD_SMOOTH_IIR_8 (C++ enumerator)
touch_smooth_mode_t::TOUCH_PAD_SMOOTH_MAX (C++ enumerator)
touch_smooth_mode_t::TOUCH_PAD_SMOOTH_OFF (C++ enumerator)
touch_tie_opt_t (C++ enum)
touch_tie_opt_t::TOUCH_PAD_TIE_OPT_HIGH (C++ enumerator)
touch_tie_opt_t::TOUCH_PAD_TIE_OPT_LOW (C++ enumerator)
touch_tie_opt_t::TOUCH_PAD_TIE_OPT_MAX (C++ enumerator)
touch_trigger_mode_t (C++ enum)
touch_trigger_mode_t::TOUCH_TRIGGER_ABOVE (C++ enumerator)
touch_trigger_mode_t::TOUCH_TRIGGER_BELOW (C++ enumerator)
touch_trigger_mode_t::TOUCH_TRIGGER_MAX (C++ enumerator)
touch_trigger_src_t (C++ enum)
touch_trigger_src_t::TOUCH_TRIGGER_SOURCE_BOTH (C++ enumerator)
touch_trigger_src_t::TOUCH_TRIGGER_SOURCE_MAX (C++ enumerator)
touch_trigger_src_t::TOUCH_TRIGGER_SOURCE_SET1 (C++ enumerator)
touch_volt_atten_t (C++ enum)
touch_volt_atten_t::TOUCH_HVOLT_ATTEN_0V (C++ enumerator)
touch_volt_atten_t::TOUCH_HVOLT_ATTEN_0V5 (C++ enumerator)
touch_volt_atten_t::TOUCH_HVOLT_ATTEN_1V (C++ enumerator)
touch_volt_atten_t::TOUCH_HVOLT_ATTEN_1V5 (C++ enumerator)
touch_volt_atten_t::TOUCH_HVOLT_ATTEN_KEEP (C++ enumerator)
touch_volt_atten_t::TOUCH_HVOLT_ATTEN_MAX (C++ enumerator)
TOUCH_WATERPROOF_GUARD_NOUSE (C macro)
transaction_cb_t (C++ type)
tskDEFAULT_INDEX_TO_NOTIFY (C macro)
tskIDLE_PRIORITY (C macro)
tskKERNEL_VERSION_BUILD (C macro)
tskKERNEL_VERSION_MAJOR (C macro)
tskKERNEL_VERSION_MINOR (C macro)
tskKERNEL_VERSION_NUMBER (C macro)
tskMPU_REGION_DEVICE_MEMORY (C macro)
tskMPU_REGION_EXECUTE_NEVER (C macro)
tskMPU_REGION_NORMAL_MEMORY (C macro)
tskMPU_REGION_READ_ONLY (C macro)
tskMPU_REGION_READ_WRITE (C macro)
tskNO_AFFINITY (C macro)
twai_clear_receive_queue (C++ function)
twai_clear_transmit_queue (C++ function)
twai_driver_install (C++ function)
twai_driver_uninstall (C++ function)
TWAI_ERR_PASS_THRESH (C macro)
TWAI_EXTD_ID_MASK (C macro)
twai_filter_config_t (C++ struct)
twai_filter_config_t::acceptance_code (C++ member)
twai_filter_config_t::acceptance_mask (C++ member)
twai_filter_config_t::single_filter (C++ member)
TWAI_FRAME_EXTD_ID_LEN_BYTES (C macro)
TWAI_FRAME_MAX_DLC (C macro)
TWAI_FRAME_STD_ID_LEN_BYTES (C macro)
twai_general_config_t (C++ struct)
twai_general_config_t::alerts_enabled (C++ member)
twai_general_config_t::bus_off_io (C++ member)
twai_general_config_t::clkout_divider (C++ member)
twai_general_config_t::clkout_io (C++ member)
twai_general_config_t::intr_flags (C++ member)
twai_general_config_t::mode (C++ member)
twai_general_config_t::rx_io (C++ member)
twai_general_config_t::rx_queue_len (C++ member)
twai_general_config_t::tx_io (C++ member)
twai_general_config_t::tx_queue_len (C++ member)
twai_get_status_info (C++ function)
twai_initiate_recovery (C++ function)
TWAI_IO_UNUSED (C macro)
twai_message_t (C++ struct)
twai_message_t::data (C++ member)
twai_message_t::data_length_code (C++ member)
twai_message_t::dlc_non_comp (C++ member)
twai_message_t::extd (C++ member)
twai_message_t::flags (C++ member)
twai_message_t::identifier (C++ member)
twai_message_t::reserved (C++ member)
twai_message_t::rtr (C++ member)
twai_message_t::self (C++ member)
twai_message_t::ss (C++ member)
twai_mode_t (C++ enum)
twai_mode_t::TWAI_MODE_LISTEN_ONLY (C++ enumerator)
twai_mode_t::TWAI_MODE_NO_ACK (C++ enumerator)
twai_mode_t::TWAI_MODE_NORMAL (C++ enumerator)
twai_read_alerts (C++ function)
twai_receive (C++ function)
twai_reconfigure_alerts (C++ function)
twai_start (C++ function)
twai_state_t (C++ enum)
twai_state_t::TWAI_STATE_BUS_OFF (C++ enumerator)
twai_state_t::TWAI_STATE_RECOVERING (C++ enumerator)
twai_state_t::TWAI_STATE_RUNNING (C++ enumerator)
twai_state_t::TWAI_STATE_STOPPED (C++ enumerator)
twai_status_info_t (C++ struct)
twai_status_info_t::arb_lost_count (C++ member)
twai_status_info_t::bus_error_count (C++ member)
twai_status_info_t::msgs_to_rx (C++ member)
twai_status_info_t::msgs_to_tx (C++ member)
twai_status_info_t::rx_error_counter (C++ member)
twai_status_info_t::rx_missed_count (C++ member)
twai_status_info_t::rx_overrun_count (C++ member)
twai_status_info_t::state (C++ member)
twai_status_info_t::tx_error_counter (C++ member)
twai_status_info_t::tx_failed_count (C++ member)
TWAI_STD_ID_MASK (C macro)
twai_stop (C++ function)
twai_timing_config_t (C++ struct)
twai_timing_config_t::brp (C++ member)
twai_timing_config_t::sjw (C++ member)
twai_timing_config_t::triple_sampling (C++ member)
twai_timing_config_t::tseg_1 (C++ member)
twai_timing_config_t::tseg_2 (C++ member)
twai_transmit (C++ function)
U
uart_at_cmd_t (C++ struct)
uart_at_cmd_t::char_num (C++ member)
uart_at_cmd_t::cmd_char (C++ member)
uart_at_cmd_t::gap_tout (C++ member)
uart_at_cmd_t::post_idle (C++ member)
uart_at_cmd_t::pre_idle (C++ member)
UART_BITRATE_MAX (C macro)
uart_clear_intr_status (C++ function)
uart_config_t (C++ struct)
uart_config_t::baud_rate (C++ member)
uart_config_t::data_bits (C++ member)
uart_config_t::flow_ctrl (C++ member)
uart_config_t::parity (C++ member)
uart_config_t::rx_flow_ctrl_thresh (C++ member)
uart_config_t::source_clk (C++ member)
uart_config_t::stop_bits (C++ member)
UART_CTS_GPIO16_DIRECT_CHANNEL (C macro)
UART_CTS_GPIO20_DIRECT_CHANNEL (C macro)
uart_disable_intr_mask (C++ function)
uart_disable_pattern_det_intr (C++ function)
uart_disable_rx_intr (C++ function)
uart_disable_tx_intr (C++ function)
uart_driver_delete (C++ function)
uart_driver_install (C++ function)
uart_enable_intr_mask (C++ function)
uart_enable_pattern_det_baud_intr (C++ function)
uart_enable_rx_intr (C++ function)
uart_enable_tx_intr (C++ function)
uart_event_t (C++ struct)
uart_event_t::size (C++ member)
uart_event_t::timeout_flag (C++ member)
uart_event_t::type (C++ member)
uart_event_type_t (C++ enum)
uart_event_type_t::UART_BREAK (C++ enumerator)
uart_event_type_t::UART_BUFFER_FULL (C++ enumerator)
uart_event_type_t::UART_DATA (C++ enumerator)
uart_event_type_t::UART_DATA_BREAK (C++ enumerator)
uart_event_type_t::UART_EVENT_MAX (C++ enumerator)
uart_event_type_t::UART_FIFO_OVF (C++ enumerator)
uart_event_type_t::UART_FRAME_ERR (C++ enumerator)
uart_event_type_t::UART_PARITY_ERR (C++ enumerator)
uart_event_type_t::UART_PATTERN_DET (C++ enumerator)
uart_event_type_t::UART_WAKEUP (C++ enumerator)
UART_FIFO_LEN (C macro)
uart_flush (C++ function)
uart_flush_input (C++ function)
uart_get_baudrate (C++ function)
uart_get_buffered_data_len (C++ function)
uart_get_collision_flag (C++ function)
uart_get_hw_flow_ctrl (C++ function)
uart_get_parity (C++ function)
uart_get_sclk_freq (C++ function)
uart_get_stop_bits (C++ function)
uart_get_tx_buffer_free_size (C++ function)
uart_get_wakeup_threshold (C++ function)
uart_get_word_length (C++ function)
UART_GPIO15_DIRECT_CHANNEL (C macro)
UART_GPIO16_DIRECT_CHANNEL (C macro)
UART_GPIO17_DIRECT_CHANNEL (C macro)
UART_GPIO18_DIRECT_CHANNEL (C macro)
UART_GPIO19_DIRECT_CHANNEL (C macro)
UART_GPIO20_DIRECT_CHANNEL (C macro)
UART_GPIO43_DIRECT_CHANNEL (C macro)
UART_GPIO44_DIRECT_CHANNEL (C macro)
uart_hw_flowcontrol_t (C++ enum)
uart_hw_flowcontrol_t::UART_HW_FLOWCTRL_CTS (C++ enumerator)
uart_hw_flowcontrol_t::UART_HW_FLOWCTRL_CTS_RTS (C++ enumerator)
uart_hw_flowcontrol_t::UART_HW_FLOWCTRL_DISABLE (C++ enumerator)
uart_hw_flowcontrol_t::UART_HW_FLOWCTRL_MAX (C++ enumerator)
uart_hw_flowcontrol_t::UART_HW_FLOWCTRL_RTS (C++ enumerator)
uart_intr_config (C++ function)
uart_intr_config_t (C++ struct)
uart_intr_config_t::intr_enable_mask (C++ member)
uart_intr_config_t::rx_timeout_thresh (C++ member)
uart_intr_config_t::rxfifo_full_thresh (C++ member)
uart_intr_config_t::txfifo_empty_intr_thresh (C++ member)
uart_is_driver_installed (C++ function)
uart_isr_handle_t (C++ type)
uart_mode_t (C++ enum)
uart_mode_t::UART_MODE_IRDA (C++ enumerator)
uart_mode_t::UART_MODE_RS485_APP_CTRL (C++ enumerator)
uart_mode_t::UART_MODE_RS485_COLLISION_DETECT (C++ enumerator)
uart_mode_t::UART_MODE_RS485_HALF_DUPLEX (C++ enumerator)
uart_mode_t::UART_MODE_UART (C++ enumerator)
UART_NUM_0 (C macro)
UART_NUM_0_CTS_DIRECT_GPIO_NUM (C macro)
UART_NUM_0_RTS_DIRECT_GPIO_NUM (C macro)
UART_NUM_0_RXD_DIRECT_GPIO_NUM (C macro)
UART_NUM_0_TXD_DIRECT_GPIO_NUM (C macro)
UART_NUM_1 (C macro)
UART_NUM_1_CTS_DIRECT_GPIO_NUM (C macro)
UART_NUM_1_RTS_DIRECT_GPIO_NUM (C macro)
UART_NUM_1_RXD_DIRECT_GPIO_NUM (C macro)
UART_NUM_1_TXD_DIRECT_GPIO_NUM (C macro)
UART_NUM_MAX (C macro)
uart_param_config (C++ function)
uart_parity_t (C++ enum)
uart_parity_t::UART_PARITY_DISABLE (C++ enumerator)
uart_parity_t::UART_PARITY_EVEN (C++ enumerator)
uart_parity_t::UART_PARITY_ODD (C++ enumerator)
uart_pattern_get_pos (C++ function)
uart_pattern_pop_pos (C++ function)
uart_pattern_queue_reset (C++ function)
UART_PIN_NO_CHANGE (C macro)
uart_port_t (C++ type)
uart_read_bytes (C++ function)
UART_RTS_GPIO15_DIRECT_CHANNEL (C macro)
UART_RTS_GPIO19_DIRECT_CHANNEL (C macro)
UART_RXD_GPIO18_DIRECT_CHANNEL (C macro)
UART_RXD_GPIO44_DIRECT_CHANNEL (C macro)
uart_sclk_t (C++ type)
uart_set_always_rx_timeout (C++ function)
uart_set_baudrate (C++ function)
uart_set_dtr (C++ function)
uart_set_hw_flow_ctrl (C++ function)
uart_set_line_inverse (C++ function)
uart_set_loop_back (C++ function)
uart_set_mode (C++ function)
uart_set_parity (C++ function)
uart_set_pin (C++ function)
uart_set_rts (C++ function)
uart_set_rx_full_threshold (C++ function)
uart_set_rx_timeout (C++ function)
uart_set_stop_bits (C++ function)
uart_set_sw_flow_ctrl (C++ function)
uart_set_tx_empty_threshold (C++ function)
uart_set_tx_idle_num (C++ function)
uart_set_wakeup_threshold (C++ function)
uart_set_word_length (C++ function)
uart_signal_inv_t (C++ enum)
uart_signal_inv_t::UART_SIGNAL_CTS_INV (C++ enumerator)
uart_signal_inv_t::UART_SIGNAL_DSR_INV (C++ enumerator)
uart_signal_inv_t::UART_SIGNAL_DTR_INV (C++ enumerator)
uart_signal_inv_t::UART_SIGNAL_INV_DISABLE (C++ enumerator)
uart_signal_inv_t::UART_SIGNAL_IRDA_RX_INV (C++ enumerator)
uart_signal_inv_t::UART_SIGNAL_IRDA_TX_INV (C++ enumerator)
uart_signal_inv_t::UART_SIGNAL_RTS_INV (C++ enumerator)
uart_signal_inv_t::UART_SIGNAL_RXD_INV (C++ enumerator)
uart_signal_inv_t::UART_SIGNAL_TXD_INV (C++ enumerator)
uart_stop_bits_t (C++ enum)
uart_stop_bits_t::UART_STOP_BITS_1 (C++ enumerator)
uart_stop_bits_t::UART_STOP_BITS_1_5 (C++ enumerator)
uart_stop_bits_t::UART_STOP_BITS_2 (C++ enumerator)
uart_stop_bits_t::UART_STOP_BITS_MAX (C++ enumerator)
uart_sw_flowctrl_t (C++ struct)
uart_sw_flowctrl_t::xoff_char (C++ member)
uart_sw_flowctrl_t::xoff_thrd (C++ member)
uart_sw_flowctrl_t::xon_char (C++ member)
uart_sw_flowctrl_t::xon_thrd (C++ member)
uart_tx_chars (C++ function)
UART_TXD_GPIO17_DIRECT_CHANNEL (C macro)
UART_TXD_GPIO43_DIRECT_CHANNEL (C macro)
uart_wait_tx_done (C++ function)
uart_wait_tx_idle_polling (C++ function)
uart_word_length_t (C++ enum)
uart_word_length_t::UART_DATA_5_BITS (C++ enumerator)
uart_word_length_t::UART_DATA_6_BITS (C++ enumerator)
uart_word_length_t::UART_DATA_7_BITS (C++ enumerator)
uart_word_length_t::UART_DATA_8_BITS (C++ enumerator)
uart_word_length_t::UART_DATA_BITS_MAX (C++ enumerator)
uart_write_bytes (C++ function)
uart_write_bytes_with_break (C++ function)
ulp_insn (C++ union)
ulp_insn::adc (C++ member)
ulp_insn::addr (C++ member)
ulp_insn::alu_cnt (C++ member)
ulp_insn::alu_imm (C++ member)
ulp_insn::alu_reg (C++ member)
ulp_insn::b (C++ member)
ulp_insn::bx (C++ member)
ulp_insn::cmp (C++ member)
ulp_insn::cycles (C++ member)
ulp_insn::data (C++ member)
ulp_insn::delay (C++ member)
ulp_insn::dreg (C++ member)
ulp_insn::end (C++ member)
ulp_insn::halt (C++ member)
ulp_insn::high (C++ member)
ulp_insn::high_bits (C++ member)
ulp_insn::i2c (C++ member)
ulp_insn::i2c_addr (C++ member)
ulp_insn::i2c_sel (C++ member)
ulp_insn::imm (C++ member)
ulp_insn::label (C++ member)
ulp_insn::ld (C++ member)
ulp_insn::low (C++ member)
ulp_insn::low_bits (C++ member)
ulp_insn::macro (C++ member)
ulp_insn::mux (C++ member)
ulp_insn::offset (C++ member)
ulp_insn::opcode (C++ member)
ulp_insn::periph_sel (C++ member)
ulp_insn::rd_reg (C++ member)
ulp_insn::rd_upper (C++ member)
ulp_insn::reg (C++ member)
ulp_insn::reserved (C++ member)
ulp_insn::rw (C++ member)
ulp_insn::sar_sel (C++ member)
ulp_insn::sel (C++ member)
ulp_insn::sign (C++ member)
ulp_insn::sreg (C++ member)
ulp_insn::st (C++ member)
ulp_insn::sub_opcode (C++ member)
ulp_insn::treg (C++ member)
ulp_insn::tsens (C++ member)
ulp_insn::type (C++ member)
ulp_insn::unused (C++ member)
ulp_insn::unused1 (C++ member)
ulp_insn::unused2 (C++ member)
ulp_insn::unused3 (C++ member)
ulp_insn::upper (C++ member)
ulp_insn::wait_delay (C++ member)
ulp_insn::wakeup (C++ member)
ulp_insn::wr_reg (C++ member)
ulp_insn::wr_way (C++ member)
ulp_insn_t (C++ type)
ulp_load_binary (C++ function)
ulp_process_macros_and_load (C++ function)
ulp_riscv_cfg_t (C++ struct)
ulp_riscv_cfg_t::wakeup_source (C++ member)
ulp_riscv_config_and_run (C++ function)
ULP_RISCV_DEFAULT_CONFIG (C macro)
ulp_riscv_halt (C++ function)
ulp_riscv_load_binary (C++ function)
ulp_riscv_run (C++ function)
ulp_riscv_timer_resume (C++ function)
ulp_riscv_timer_stop (C++ function)
ulp_riscv_wakeup_source_t (C++ enum)
ulp_riscv_wakeup_source_t::ULP_RISCV_WAKEUP_SOURCE_GPIO (C++ enumerator)
ulp_riscv_wakeup_source_t::ULP_RISCV_WAKEUP_SOURCE_TIMER (C++ enumerator)
ulp_run (C++ function)
ulp_set_wakeup_period (C++ function)
ulp_timer_resume (C++ function)
ulp_timer_stop (C++ function)
ulTaskGenericNotifyTake (C++ function)
ulTaskGenericNotifyValueClear (C++ function)
ulTaskGetIdleRunTimeCounter (C++ function)
ulTaskNotifyTake (C macro)
ulTaskNotifyTakeIndexed (C macro)
ulTaskNotifyValueClear (C macro)
ulTaskNotifyValueClearIndexed (C macro)
USB_B_DESCRIPTOR_TYPE_BOS (C macro)
USB_B_DESCRIPTOR_TYPE_CONFIGURATION (C macro)
USB_B_DESCRIPTOR_TYPE_CS_RADIO_CONTROL (C macro)
USB_B_DESCRIPTOR_TYPE_DEBUG (C macro)
USB_B_DESCRIPTOR_TYPE_DEVICE (C macro)
USB_B_DESCRIPTOR_TYPE_DEVICE_CAPABILITY (C macro)
USB_B_DESCRIPTOR_TYPE_DEVICE_QUALIFIER (C macro)
USB_B_DESCRIPTOR_TYPE_ENCRYPTION_TYPE (C macro)
USB_B_DESCRIPTOR_TYPE_ENDPOINT (C macro)
USB_B_DESCRIPTOR_TYPE_INTERFACE (C macro)
USB_B_DESCRIPTOR_TYPE_INTERFACE_ASSOCIATION (C macro)
USB_B_DESCRIPTOR_TYPE_INTERFACE_POWER (C macro)
USB_B_DESCRIPTOR_TYPE_KEY (C macro)
USB_B_DESCRIPTOR_TYPE_OTG (C macro)
USB_B_DESCRIPTOR_TYPE_OTHER_SPEED_CONFIGURATION (C macro)
USB_B_DESCRIPTOR_TYPE_PIPE_USAGE (C macro)
USB_B_DESCRIPTOR_TYPE_RPIPE (C macro)
USB_B_DESCRIPTOR_TYPE_SECURITY (C macro)
USB_B_DESCRIPTOR_TYPE_STRING (C macro)
USB_B_DESCRIPTOR_TYPE_WIRE_ADAPTER (C macro)
USB_B_DESCRIPTOR_TYPE_WIRELESS_ENDPOINT_COMP (C macro)
USB_B_ENDPOINT_ADDRESS_EP_DIR_MASK (C macro)
USB_B_ENDPOINT_ADDRESS_EP_NUM_MASK (C macro)
USB_B_REQUEST_CLEAR_FEATURE (C macro)
USB_B_REQUEST_GET_CONFIGURATION (C macro)
USB_B_REQUEST_GET_DESCRIPTOR (C macro)
USB_B_REQUEST_GET_INTERFACE (C macro)
USB_B_REQUEST_GET_STATUS (C macro)
USB_B_REQUEST_SET_ADDRESS (C macro)
USB_B_REQUEST_SET_CONFIGURATION (C macro)
USB_B_REQUEST_SET_DESCRIPTOR (C macro)
USB_B_REQUEST_SET_FEATURE (C macro)
USB_B_REQUEST_SET_INTERFACE (C macro)
USB_B_REQUEST_SYNCH_FRAME (C macro)
USB_BM_ATTRIBUTES_BATTERY (C macro)
USB_BM_ATTRIBUTES_ONE (C macro)
USB_BM_ATTRIBUTES_SELFPOWER (C macro)
USB_BM_ATTRIBUTES_SYNC_ADAPTIVE (C macro)
USB_BM_ATTRIBUTES_SYNC_ASYNC (C macro)
USB_BM_ATTRIBUTES_SYNC_NONE (C macro)
USB_BM_ATTRIBUTES_SYNC_SYNC (C macro)
USB_BM_ATTRIBUTES_SYNCTYPE_MASK (C macro)
USB_BM_ATTRIBUTES_USAGE_DATA (C macro)
USB_BM_ATTRIBUTES_USAGE_FEEDBACK (C macro)
USB_BM_ATTRIBUTES_USAGE_IMPLICIT_FB (C macro)
USB_BM_ATTRIBUTES_USAGETYPE_MASK (C macro)
USB_BM_ATTRIBUTES_WAKEUP (C macro)
USB_BM_ATTRIBUTES_XFER_BULK (C macro)
USB_BM_ATTRIBUTES_XFER_CONTROL (C macro)
USB_BM_ATTRIBUTES_XFER_INT (C macro)
USB_BM_ATTRIBUTES_XFER_ISOC (C macro)
USB_BM_ATTRIBUTES_XFERTYPE_MASK (C macro)
USB_BM_REQUEST_TYPE_DIR_IN (C macro)
USB_BM_REQUEST_TYPE_DIR_OUT (C macro)
USB_BM_REQUEST_TYPE_RECIP_DEVICE (C macro)
USB_BM_REQUEST_TYPE_RECIP_ENDPOINT (C macro)
USB_BM_REQUEST_TYPE_RECIP_INTERFACE (C macro)
USB_BM_REQUEST_TYPE_RECIP_MASK (C macro)
USB_BM_REQUEST_TYPE_RECIP_OTHER (C macro)
USB_BM_REQUEST_TYPE_TYPE_CLASS (C macro)
USB_BM_REQUEST_TYPE_TYPE_MASK (C macro)
USB_BM_REQUEST_TYPE_TYPE_RESERVED (C macro)
USB_BM_REQUEST_TYPE_TYPE_STANDARD (C macro)
USB_BM_REQUEST_TYPE_TYPE_VENDOR (C macro)
USB_CLASS_APP_SPEC (C macro)
USB_CLASS_AUDIO (C macro)
USB_CLASS_AUDIO_VIDEO (C macro)
USB_CLASS_BILLBOARD (C macro)
USB_CLASS_CDC_DATA (C macro)
USB_CLASS_COMM (C macro)
USB_CLASS_CONTENT_SEC (C macro)
USB_CLASS_CSCID (C macro)
USB_CLASS_HID (C macro)
USB_CLASS_HUB (C macro)
USB_CLASS_MASS_STORAGE (C macro)
USB_CLASS_MISC (C macro)
USB_CLASS_PER_INTERFACE (C macro)
USB_CLASS_PERSONAL_HEALTHCARE (C macro)
USB_CLASS_PHYSICAL (C macro)
USB_CLASS_PRINTER (C macro)
USB_CLASS_STILL_IMAGE (C macro)
USB_CLASS_USB_TYPE_C_BRIDGE (C macro)
USB_CLASS_VENDOR_SPEC (C macro)
USB_CLASS_VIDEO (C macro)
USB_CLASS_WIRELESS_CONTROLLER (C macro)
USB_CONFIG_DESC_SIZE (C macro)
usb_config_desc_t (C++ union)
usb_config_desc_t::bConfigurationValue (C++ member)
usb_config_desc_t::bDescriptorType (C++ member)
usb_config_desc_t::bLength (C++ member)
usb_config_desc_t::bmAttributes (C++ member)
usb_config_desc_t::bMaxPower (C++ member)
usb_config_desc_t::bNumInterfaces (C++ member)
usb_config_desc_t::iConfiguration (C++ member)
usb_config_desc_t::USB_DESC_ATTR (C++ member)
usb_config_desc_t::val (C++ member)
usb_config_desc_t::wTotalLength (C++ member)
USB_DESC_ATTR (C macro)
USB_DEVICE_DESC_SIZE (C macro)
usb_device_desc_t (C++ union)
usb_device_desc_t::bcdDevice (C++ member)
usb_device_desc_t::bcdUSB (C++ member)
usb_device_desc_t::bDescriptorType (C++ member)
usb_device_desc_t::bDeviceClass (C++ member)
usb_device_desc_t::bDeviceProtocol (C++ member)
usb_device_desc_t::bDeviceSubClass (C++ member)
usb_device_desc_t::bLength (C++ member)
usb_device_desc_t::bMaxPacketSize0 (C++ member)
usb_device_desc_t::bNumConfigurations (C++ member)
usb_device_desc_t::idProduct (C++ member)
usb_device_desc_t::idVendor (C++ member)
usb_device_desc_t::iManufacturer (C++ member)
usb_device_desc_t::iProduct (C++ member)
usb_device_desc_t::iSerialNumber (C++ member)
usb_device_desc_t::USB_DESC_ATTR (C++ member)
usb_device_desc_t::val (C++ member)
usb_device_handle_t (C++ type)
usb_device_info_t (C++ struct)
usb_device_info_t::bConfigurationValue (C++ member)
usb_device_info_t::bMaxPacketSize0 (C++ member)
usb_device_info_t::dev_addr (C++ member)
usb_device_info_t::speed (C++ member)
usb_device_info_t::str_desc_manufacturer (C++ member)
usb_device_info_t::str_desc_product (C++ member)
usb_device_info_t::str_desc_serial_num (C++ member)
usb_device_state_t (C++ enum)
usb_device_state_t::USB_DEVICE_STATE_ADDRESS (C++ enumerator)
usb_device_state_t::USB_DEVICE_STATE_ATTACHED (C++ enumerator)
usb_device_state_t::USB_DEVICE_STATE_CONFIGURED (C++ enumerator)
usb_device_state_t::USB_DEVICE_STATE_DEFAULT (C++ enumerator)
usb_device_state_t::USB_DEVICE_STATE_NOT_ATTACHED (C++ enumerator)
usb_device_state_t::USB_DEVICE_STATE_POWERED (C++ enumerator)
usb_device_state_t::USB_DEVICE_STATE_SUSPENDED (C++ enumerator)
USB_EP_DESC_GET_EP_DIR (C macro)
USB_EP_DESC_GET_EP_NUM (C macro)
USB_EP_DESC_GET_MPS (C macro)
USB_EP_DESC_GET_XFERTYPE (C macro)
USB_EP_DESC_SIZE (C macro)
usb_ep_desc_t (C++ union)
usb_ep_desc_t::bDescriptorType (C++ member)
usb_ep_desc_t::bEndpointAddress (C++ member)
usb_ep_desc_t::bInterval (C++ member)
usb_ep_desc_t::bLength (C++ member)
usb_ep_desc_t::bmAttributes (C++ member)
usb_ep_desc_t::USB_DESC_ATTR (C++ member)
usb_ep_desc_t::val (C++ member)
usb_ep_desc_t::wMaxPacketSize (C++ member)
usb_host_client_config_t (C++ struct)
usb_host_client_config_t::async (C++ member)
usb_host_client_config_t::callback_arg (C++ member)
usb_host_client_config_t::client_event_callback (C++ member)
usb_host_client_config_t::is_synchronous (C++ member)
usb_host_client_config_t::max_num_event_msg (C++ member)
usb_host_client_deregister (C++ function)
usb_host_client_event_cb_t (C++ type)
usb_host_client_event_msg_t (C++ struct)
usb_host_client_event_msg_t::address (C++ member)
usb_host_client_event_msg_t::dev_gone (C++ member)
usb_host_client_event_msg_t::dev_hdl (C++ member)
usb_host_client_event_msg_t::event (C++ member)
usb_host_client_event_msg_t::new_dev (C++ member)
usb_host_client_event_t (C++ enum)
usb_host_client_event_t::USB_HOST_CLIENT_EVENT_DEV_GONE (C++ enumerator)
usb_host_client_event_t::USB_HOST_CLIENT_EVENT_NEW_DEV (C++ enumerator)
usb_host_client_handle_events (C++ function)
usb_host_client_handle_t (C++ type)
usb_host_client_register (C++ function)
usb_host_client_unblock (C++ function)
usb_host_config_t (C++ struct)
usb_host_config_t::intr_flags (C++ member)
usb_host_config_t::skip_phy_setup (C++ member)
usb_host_device_addr_list_fill (C++ function)
usb_host_device_close (C++ function)
usb_host_device_free_all (C++ function)
usb_host_device_info (C++ function)
usb_host_device_open (C++ function)
usb_host_endpoint_clear (C++ function)
usb_host_endpoint_flush (C++ function)
usb_host_endpoint_halt (C++ function)
usb_host_get_active_config_descriptor (C++ function)
usb_host_get_device_descriptor (C++ function)
usb_host_install (C++ function)
usb_host_interface_claim (C++ function)
usb_host_interface_release (C++ function)
USB_HOST_LIB_EVENT_FLAGS_ALL_FREE (C macro)
USB_HOST_LIB_EVENT_FLAGS_NO_CLIENTS (C macro)
usb_host_lib_handle_events (C++ function)
usb_host_lib_info (C++ function)
usb_host_lib_info_t (C++ struct)
usb_host_lib_info_t::num_clients (C++ member)
usb_host_lib_info_t::num_devices (C++ member)
usb_host_lib_unblock (C++ function)
usb_host_transfer_alloc (C++ function)
usb_host_transfer_free (C++ function)
usb_host_transfer_submit (C++ function)
usb_host_transfer_submit_control (C++ function)
usb_host_uninstall (C++ function)
USB_IAD_DESC_SIZE (C macro)
usb_iad_desc_t (C++ union)
usb_iad_desc_t::bDescriptorType (C++ member)
usb_iad_desc_t::bFirstInterface (C++ member)
usb_iad_desc_t::bFunctionClass (C++ member)
usb_iad_desc_t::bFunctionProtocol (C++ member)
usb_iad_desc_t::bFunctionSubClass (C++ member)
usb_iad_desc_t::bInterfaceCount (C++ member)
usb_iad_desc_t::bLength (C++ member)
usb_iad_desc_t::iFunction (C++ member)
usb_iad_desc_t::USB_DESC_ATTR (C++ member)
usb_iad_desc_t::val (C++ member)
USB_INTF_DESC_SIZE (C macro)
usb_intf_desc_t (C++ union)
usb_intf_desc_t::bAlternateSetting (C++ member)
usb_intf_desc_t::bDescriptorType (C++ member)
usb_intf_desc_t::bInterfaceClass (C++ member)
usb_intf_desc_t::bInterfaceNumber (C++ member)
usb_intf_desc_t::bInterfaceProtocol (C++ member)
usb_intf_desc_t::bInterfaceSubClass (C++ member)
usb_intf_desc_t::bLength (C++ member)
usb_intf_desc_t::bNumEndpoints (C++ member)
usb_intf_desc_t::iInterface (C++ member)
usb_intf_desc_t::USB_DESC_ATTR (C++ member)
usb_intf_desc_t::val (C++ member)
usb_isoc_packet_desc_t (C++ struct)
usb_isoc_packet_desc_t::actual_num_bytes (C++ member)
usb_isoc_packet_desc_t::num_bytes (C++ member)
usb_isoc_packet_desc_t::status (C++ member)
usb_parse_endpoint_descriptor_by_address (C++ function)
usb_parse_endpoint_descriptor_by_index (C++ function)
usb_parse_interface_descriptor (C++ function)
usb_parse_interface_number_of_alternate (C++ function)
usb_parse_next_descriptor (C++ function)
usb_parse_next_descriptor_of_type (C++ function)
usb_print_config_descriptor (C++ function)
usb_print_device_descriptor (C++ function)
usb_print_string_descriptor (C++ function)
usb_round_up_to_mps (C++ function)
USB_SETUP_PACKET_INIT_GET_CONFIG (C macro)
USB_SETUP_PACKET_INIT_GET_CONFIG_DESC (C macro)
USB_SETUP_PACKET_INIT_GET_DEVICE_DESC (C macro)
USB_SETUP_PACKET_INIT_GET_STR_DESC (C macro)
USB_SETUP_PACKET_INIT_SET_ADDR (C macro)
USB_SETUP_PACKET_INIT_SET_CONFIG (C macro)
USB_SETUP_PACKET_INIT_SET_INTERFACE (C macro)
USB_SETUP_PACKET_SIZE (C macro)
usb_setup_packet_t (C++ union)
usb_setup_packet_t::[anonymous] (C++ member)
usb_setup_packet_t::bmRequestType (C++ member)
usb_setup_packet_t::bRequest (C++ member)
usb_setup_packet_t::val (C++ member)
usb_setup_packet_t::wIndex (C++ member)
usb_setup_packet_t::wLength (C++ member)
usb_setup_packet_t::wValue (C++ member)
usb_speed_t (C++ enum)
usb_speed_t::USB_SPEED_FULL (C++ enumerator)
usb_speed_t::USB_SPEED_LOW (C++ enumerator)
USB_STANDARD_DESC_SIZE (C macro)
usb_standard_desc_t (C++ union)
usb_standard_desc_t::bDescriptorType (C++ member)
usb_standard_desc_t::bLength (C++ member)
usb_standard_desc_t::USB_DESC_ATTR (C++ member)
usb_standard_desc_t::val (C++ member)
USB_STR_DESC_SIZE (C macro)
usb_str_desc_t (C++ union)
usb_str_desc_t::bDescriptorType (C++ member)
usb_str_desc_t::bLength (C++ member)
usb_str_desc_t::USB_DESC_ATTR (C++ member)
usb_str_desc_t::val (C++ member)
usb_str_desc_t::wData (C++ member)
USB_SUBCLASS_VENDOR_SPEC (C macro)
usb_transfer_cb_t (C++ type)
USB_TRANSFER_FLAG_ZERO_PACK (C macro)
usb_transfer_s (C++ struct)
usb_transfer_s::actual_num_bytes (C++ member)
usb_transfer_s::bEndpointAddress (C++ member)
usb_transfer_s::callback (C++ member)
usb_transfer_s::context (C++ member)
usb_transfer_s::data_buffer (C++ member)
usb_transfer_s::data_buffer_size (C++ member)
usb_transfer_s::device_handle (C++ member)
usb_transfer_s::flags (C++ member)
usb_transfer_s::isoc_packet_desc (C++ member)
usb_transfer_s::num_bytes (C++ member)
usb_transfer_s::num_isoc_packets (C++ member)
usb_transfer_s::status (C++ member)
usb_transfer_s::timeout_ms (C++ member)
usb_transfer_status_t (C++ enum)
usb_transfer_status_t::USB_TRANSFER_STATUS_CANCELED (C++ enumerator)
usb_transfer_status_t::USB_TRANSFER_STATUS_COMPLETED (C++ enumerator)
usb_transfer_status_t::USB_TRANSFER_STATUS_ERROR (C++ enumerator)
usb_transfer_status_t::USB_TRANSFER_STATUS_NO_DEVICE (C++ enumerator)
usb_transfer_status_t::USB_TRANSFER_STATUS_OVERFLOW (C++ enumerator)
usb_transfer_status_t::USB_TRANSFER_STATUS_SKIPPED (C++ enumerator)
usb_transfer_status_t::USB_TRANSFER_STATUS_STALL (C++ enumerator)
usb_transfer_status_t::USB_TRANSFER_STATUS_TIMED_OUT (C++ enumerator)
usb_transfer_t (C++ type)
usb_transfer_type_t (C++ enum)
usb_transfer_type_t::USB_TRANSFER_TYPE_BULK (C++ enumerator)
usb_transfer_type_t::USB_TRANSFER_TYPE_CTRL (C++ enumerator)
usb_transfer_type_t::USB_TRANSFER_TYPE_INTR (C++ enumerator)
usb_transfer_type_t::USB_TRANSFER_TYPE_ISOCHRONOUS (C++ enumerator)
USB_W_VALUE_DT_CONFIG (C macro)
USB_W_VALUE_DT_DEVICE (C macro)
USB_W_VALUE_DT_DEVICE_QUALIFIER (C macro)
USB_W_VALUE_DT_ENDPOINT (C macro)
USB_W_VALUE_DT_INTERFACE (C macro)
USB_W_VALUE_DT_INTERFACE_POWER (C macro)
USB_W_VALUE_DT_OTHER_SPEED_CONFIG (C macro)
USB_W_VALUE_DT_STRING (C macro)
uxQueueMessagesWaiting (C++ function)
uxQueueMessagesWaitingFromISR (C++ function)
uxQueueSpacesAvailable (C++ function)
uxSemaphoreGetCount (C macro)
uxTaskGetNumberOfTasks (C++ function)
uxTaskGetStackHighWaterMark (C++ function)
uxTaskGetStackHighWaterMark2 (C++ function)
uxTaskGetSystemState (C++ function)
uxTaskPriorityGet (C++ function)
uxTaskPriorityGetFromISR (C++ function)
uxTimerGetReloadMode (C++ function)
V
vApplicationGetIdleTaskMemory (C++ function)
vApplicationGetTimerTaskMemory (C++ function)
vendor_ie_data_t (C++ struct)
vendor_ie_data_t::element_id (C++ member)
vendor_ie_data_t::length (C++ member)
vendor_ie_data_t::payload (C++ member)
vendor_ie_data_t::vendor_oui (C++ member)
vendor_ie_data_t::vendor_oui_type (C++ member)
vEventGroupDelete (C++ function)
vMessageBufferDelete (C macro)
vprintf_like_t (C++ type)
vQueueAddToRegistry (C++ function)
vQueueDelete (C++ function)
vQueueUnregisterQueue (C++ function)
vRingbufferDelete (C++ function)
vRingbufferGetInfo (C++ function)
vRingbufferReturnItem (C++ function)
vRingbufferReturnItemFromISR (C++ function)
vSemaphoreCreateBinary (C macro)
vSemaphoreDelete (C macro)
vStreamBufferDelete (C++ function)
vTaskAllocateMPURegions (C++ function)
vTaskDelay (C++ function)
vTaskDelayUntil (C macro)
vTaskDelete (C++ function)
vTaskEndScheduler (C++ function)
vTaskGenericNotifyGiveFromISR (C++ function)
vTaskGetInfo (C++ function)
vTaskGetRunTimeStats (C++ function)
vTaskList (C++ function)
vTaskNotifyGiveFromISR (C macro)
vTaskNotifyGiveIndexedFromISR (C macro)
vTaskPrioritySet (C++ function)
vTaskResume (C++ function)
vTaskSetApplicationTaskTag (C++ function)
vTaskSetThreadLocalStoragePointer (C++ function)
vTaskSetThreadLocalStoragePointerAndDelCallback (C++ function)
vTaskSetTimeOutState (C++ function)
vTaskStartScheduler (C++ function)
vTaskSuspend (C++ function)
vTaskSuspendAll (C++ function)
vTimerSetReloadMode (C++ function)
vTimerSetTimerID (C++ function)
W
wifi_action_rx_cb_t (C++ type)
wifi_action_tx_req_t (C++ struct)
wifi_action_tx_req_t::data (C++ member)
wifi_action_tx_req_t::data_len (C++ member)
wifi_action_tx_req_t::dest_mac (C++ member)
wifi_action_tx_req_t::ifx (C++ member)
wifi_action_tx_req_t::no_ack (C++ member)
wifi_action_tx_req_t::rx_cb (C++ member)
wifi_active_scan_time_t (C++ struct)
wifi_active_scan_time_t::max (C++ member)
wifi_active_scan_time_t::min (C++ member)
WIFI_AMPDU_RX_ENABLED (C macro)
WIFI_AMPDU_TX_ENABLED (C macro)
WIFI_AMSDU_TX_ENABLED (C macro)
wifi_ant_config_t (C++ struct)
wifi_ant_config_t::enabled_ant0 (C++ member)
wifi_ant_config_t::enabled_ant1 (C++ member)
wifi_ant_config_t::rx_ant_default (C++ member)
wifi_ant_config_t::rx_ant_mode (C++ member)
wifi_ant_config_t::tx_ant_mode (C++ member)
wifi_ant_gpio_config_t (C++ struct)
wifi_ant_gpio_config_t::gpio_cfg (C++ member)
wifi_ant_gpio_t (C++ struct)
wifi_ant_gpio_t::gpio_num (C++ member)
wifi_ant_gpio_t::gpio_select (C++ member)
wifi_ant_mode_t (C++ enum)
wifi_ant_mode_t::WIFI_ANT_MODE_ANT0 (C++ enumerator)
wifi_ant_mode_t::WIFI_ANT_MODE_ANT1 (C++ enumerator)
wifi_ant_mode_t::WIFI_ANT_MODE_AUTO (C++ enumerator)
wifi_ant_mode_t::WIFI_ANT_MODE_MAX (C++ enumerator)
wifi_ant_t (C++ enum)
wifi_ant_t::WIFI_ANT_ANT0 (C++ enumerator)
wifi_ant_t::WIFI_ANT_ANT1 (C++ enumerator)
wifi_ant_t::WIFI_ANT_MAX (C++ enumerator)
wifi_ap_config_t (C++ struct)
wifi_ap_config_t::authmode (C++ member)
wifi_ap_config_t::beacon_interval (C++ member)
wifi_ap_config_t::channel (C++ member)
wifi_ap_config_t::ftm_responder (C++ member)
wifi_ap_config_t::max_connection (C++ member)
wifi_ap_config_t::pairwise_cipher (C++ member)
wifi_ap_config_t::password (C++ member)
wifi_ap_config_t::pmf_cfg (C++ member)
wifi_ap_config_t::ssid (C++ member)
wifi_ap_config_t::ssid_hidden (C++ member)
wifi_ap_config_t::ssid_len (C++ member)
wifi_ap_record_t (C++ struct)
wifi_ap_record_t::ant (C++ member)
wifi_ap_record_t::authmode (C++ member)
wifi_ap_record_t::bssid (C++ member)
wifi_ap_record_t::country (C++ member)
wifi_ap_record_t::ftm_initiator (C++ member)
wifi_ap_record_t::ftm_responder (C++ member)
wifi_ap_record_t::group_cipher (C++ member)
wifi_ap_record_t::pairwise_cipher (C++ member)
wifi_ap_record_t::phy_11b (C++ member)
wifi_ap_record_t::phy_11g (C++ member)
wifi_ap_record_t::phy_11n (C++ member)
wifi_ap_record_t::phy_lr (C++ member)
wifi_ap_record_t::primary (C++ member)
wifi_ap_record_t::reserved (C++ member)
wifi_ap_record_t::rssi (C++ member)
wifi_ap_record_t::second (C++ member)
wifi_ap_record_t::ssid (C++ member)
wifi_ap_record_t::wps (C++ member)
wifi_auth_mode_t (C++ enum)
wifi_auth_mode_t::WIFI_AUTH_ENTERPRISE (C++ enumerator)
wifi_auth_mode_t::WIFI_AUTH_MAX (C++ enumerator)
wifi_auth_mode_t::WIFI_AUTH_OPEN (C++ enumerator)
wifi_auth_mode_t::WIFI_AUTH_OWE (C++ enumerator)
wifi_auth_mode_t::WIFI_AUTH_WAPI_PSK (C++ enumerator)
wifi_auth_mode_t::WIFI_AUTH_WEP (C++ enumerator)
wifi_auth_mode_t::WIFI_AUTH_WPA2_ENTERPRISE (C++ enumerator)
wifi_auth_mode_t::WIFI_AUTH_WPA2_PSK (C++ enumerator)
wifi_auth_mode_t::WIFI_AUTH_WPA2_WPA3_PSK (C++ enumerator)
wifi_auth_mode_t::WIFI_AUTH_WPA3_ENT_192 (C++ enumerator)
wifi_auth_mode_t::WIFI_AUTH_WPA3_PSK (C++ enumerator)
wifi_auth_mode_t::WIFI_AUTH_WPA_PSK (C++ enumerator)
wifi_auth_mode_t::WIFI_AUTH_WPA_WPA2_PSK (C++ enumerator)
wifi_bandwidth_t (C++ enum)
wifi_bandwidth_t::WIFI_BW_HT20 (C++ enumerator)
wifi_bandwidth_t::WIFI_BW_HT40 (C++ enumerator)
WIFI_CACHE_TX_BUFFER_NUM (C macro)
wifi_cipher_type_t (C++ enum)
wifi_cipher_type_t::WIFI_CIPHER_TYPE_AES_CMAC128 (C++ enumerator)
wifi_cipher_type_t::WIFI_CIPHER_TYPE_AES_GMAC128 (C++ enumerator)
wifi_cipher_type_t::WIFI_CIPHER_TYPE_AES_GMAC256 (C++ enumerator)
wifi_cipher_type_t::WIFI_CIPHER_TYPE_CCMP (C++ enumerator)
wifi_cipher_type_t::WIFI_CIPHER_TYPE_GCMP (C++ enumerator)
wifi_cipher_type_t::WIFI_CIPHER_TYPE_GCMP256 (C++ enumerator)
wifi_cipher_type_t::WIFI_CIPHER_TYPE_NONE (C++ enumerator)
wifi_cipher_type_t::WIFI_CIPHER_TYPE_SMS4 (C++ enumerator)
wifi_cipher_type_t::WIFI_CIPHER_TYPE_TKIP (C++ enumerator)
wifi_cipher_type_t::WIFI_CIPHER_TYPE_TKIP_CCMP (C++ enumerator)
wifi_cipher_type_t::WIFI_CIPHER_TYPE_UNKNOWN (C++ enumerator)
wifi_cipher_type_t::WIFI_CIPHER_TYPE_WEP104 (C++ enumerator)
wifi_cipher_type_t::WIFI_CIPHER_TYPE_WEP40 (C++ enumerator)
wifi_config_t (C++ union)
wifi_config_t::ap (C++ member)
wifi_config_t::sta (C++ member)
wifi_country_policy_t (C++ enum)
wifi_country_policy_t::WIFI_COUNTRY_POLICY_AUTO (C++ enumerator)
wifi_country_policy_t::WIFI_COUNTRY_POLICY_MANUAL (C++ enumerator)
wifi_country_t (C++ struct)
wifi_country_t::cc (C++ member)
wifi_country_t::max_tx_power (C++ member)
wifi_country_t::nchan (C++ member)
wifi_country_t::policy (C++ member)
wifi_country_t::schan (C++ member)
wifi_csi_cb_t (C++ type)
wifi_csi_config_t (C++ struct)
wifi_csi_config_t::channel_filter_en (C++ member)
wifi_csi_config_t::dump_ack_en (C++ member)
wifi_csi_config_t::htltf_en (C++ member)
wifi_csi_config_t::lltf_en (C++ member)
wifi_csi_config_t::ltf_merge_en (C++ member)
wifi_csi_config_t::manu_scale (C++ member)
wifi_csi_config_t::shift (C++ member)
wifi_csi_config_t::stbc_htltf2_en (C++ member)
WIFI_CSI_ENABLED (C macro)
wifi_csi_info_t (C++ struct)
wifi_csi_info_t::buf (C++ member)
wifi_csi_info_t::dmac (C++ member)
wifi_csi_info_t::first_word_invalid (C++ member)
wifi_csi_info_t::len (C++ member)
wifi_csi_info_t::mac (C++ member)
wifi_csi_info_t::rx_ctrl (C++ member)
WIFI_DEFAULT_RX_BA_WIN (C macro)
WIFI_DYNAMIC_TX_BUFFER_NUM (C macro)
WIFI_ENABLE_11R (C macro)
WIFI_ENABLE_ENTERPRISE (C macro)
WIFI_ENABLE_GCMP (C macro)
WIFI_ENABLE_GMAC (C macro)
WIFI_ENABLE_SPIRAM (C macro)
WIFI_ENABLE_WPA3_SAE (C macro)
wifi_err_reason_t (C++ enum)
wifi_err_reason_t::WIFI_REASON_4WAY_HANDSHAKE_TIMEOUT (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_802_1X_AUTH_FAILED (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_AKMP_INVALID (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_ALTERATIVE_CHANNEL_OCCUPIED (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_AP_INITIATED (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_AP_TSF_RESET (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_ASSOC_COMEBACK_TIME_TOO_LONG (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_ASSOC_EXPIRE (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_ASSOC_FAIL (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_ASSOC_LEAVE (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_ASSOC_NOT_AUTHED (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_ASSOC_TOOMANY (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_AUTH_EXPIRE (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_AUTH_FAIL (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_AUTH_LEAVE (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_BAD_CIPHER_OR_AKM (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_BEACON_TIMEOUT (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_BSS_TRANSITION_DISASSOC (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_CIPHER_SUITE_REJECTED (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_CONNECTION_FAIL (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_DISASSOC_PWRCAP_BAD (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_DISASSOC_SUPCHAN_BAD (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_END_BA (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_EXCEEDED_TXOP (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_GROUP_CIPHER_INVALID (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_GROUP_KEY_UPDATE_TIMEOUT (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_HANDSHAKE_TIMEOUT (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_IE_IN_4WAY_DIFFERS (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_IE_INVALID (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_INVALID_FT_ACTION_FRAME_COUNT (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_INVALID_FTE (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_INVALID_MDE (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_INVALID_PMKID (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_INVALID_RSN_IE_CAP (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_MIC_FAILURE (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_MISSING_ACKS (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_NO_AP_FOUND (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_NO_SSP_ROAMING_AGREEMENT (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_NOT_ASSOCED (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_NOT_AUTHED (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_NOT_AUTHORIZED_THIS_LOCATION (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_NOT_ENOUGH_BANDWIDTH (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_PAIRWISE_CIPHER_INVALID (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_PEER_INITIATED (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_ROAMING (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_SA_QUERY_TIMEOUT (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_SERVICE_CHANGE_PERCLUDES_TS (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_SSP_REQUESTED_DISASSOC (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_STA_LEAVING (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_TDLS_PEER_UNREACHABLE (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_TDLS_UNSPECIFIED (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_TIMEOUT (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_TRANSMISSION_LINK_ESTABLISH_FAILED (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_UNKNOWN_BA (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_UNSPECIFIED (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_UNSPECIFIED_QOS (C++ enumerator)
wifi_err_reason_t::WIFI_REASON_UNSUPP_RSN_IE_VERSION (C++ enumerator)
wifi_event_action_tx_status_t (C++ struct)
wifi_event_action_tx_status_t::context (C++ member)
wifi_event_action_tx_status_t::da (C++ member)
wifi_event_action_tx_status_t::ifx (C++ member)
wifi_event_action_tx_status_t::status (C++ member)
wifi_event_ap_probe_req_rx_t (C++ struct)
wifi_event_ap_probe_req_rx_t::mac (C++ member)
wifi_event_ap_probe_req_rx_t::rssi (C++ member)
wifi_event_ap_staconnected_t (C++ struct)
wifi_event_ap_staconnected_t::aid (C++ member)
wifi_event_ap_staconnected_t::is_mesh_child (C++ member)
wifi_event_ap_staconnected_t::mac (C++ member)
wifi_event_ap_stadisconnected_t (C++ struct)
wifi_event_ap_stadisconnected_t::aid (C++ member)
wifi_event_ap_stadisconnected_t::is_mesh_child (C++ member)
wifi_event_ap_stadisconnected_t::mac (C++ member)
wifi_event_ap_wps_rg_fail_reason_t (C++ struct)
wifi_event_ap_wps_rg_fail_reason_t::peer_macaddr (C++ member)
wifi_event_ap_wps_rg_fail_reason_t::reason (C++ member)
wifi_event_ap_wps_rg_pin_t (C++ struct)
wifi_event_ap_wps_rg_pin_t::pin_code (C++ member)
wifi_event_ap_wps_rg_success_t (C++ struct)
wifi_event_ap_wps_rg_success_t::peer_macaddr (C++ member)
wifi_event_bss_rssi_low_t (C++ struct)
wifi_event_bss_rssi_low_t::rssi (C++ member)
wifi_event_ftm_report_t (C++ struct)
wifi_event_ftm_report_t::dist_est (C++ member)
wifi_event_ftm_report_t::ftm_report_data (C++ member)
wifi_event_ftm_report_t::ftm_report_num_entries (C++ member)
wifi_event_ftm_report_t::peer_mac (C++ member)
wifi_event_ftm_report_t::rtt_est (C++ member)
wifi_event_ftm_report_t::rtt_raw (C++ member)
wifi_event_ftm_report_t::status (C++ member)
WIFI_EVENT_MASK_ALL (C macro)
WIFI_EVENT_MASK_AP_PROBEREQRECVED (C macro)
WIFI_EVENT_MASK_NONE (C macro)
wifi_event_roc_done_t (C++ struct)
wifi_event_roc_done_t::context (C++ member)
wifi_event_sta_authmode_change_t (C++ struct)
wifi_event_sta_authmode_change_t::new_mode (C++ member)
wifi_event_sta_authmode_change_t::old_mode (C++ member)
wifi_event_sta_connected_t (C++ struct)
wifi_event_sta_connected_t::authmode (C++ member)
wifi_event_sta_connected_t::bssid (C++ member)
wifi_event_sta_connected_t::channel (C++ member)
wifi_event_sta_connected_t::ssid (C++ member)
wifi_event_sta_connected_t::ssid_len (C++ member)
wifi_event_sta_disconnected_t (C++ struct)
wifi_event_sta_disconnected_t::bssid (C++ member)
wifi_event_sta_disconnected_t::reason (C++ member)
wifi_event_sta_disconnected_t::rssi (C++ member)
wifi_event_sta_disconnected_t::ssid (C++ member)
wifi_event_sta_disconnected_t::ssid_len (C++ member)
wifi_event_sta_scan_done_t (C++ struct)
wifi_event_sta_scan_done_t::number (C++ member)
wifi_event_sta_scan_done_t::scan_id (C++ member)
wifi_event_sta_scan_done_t::status (C++ member)
wifi_event_sta_wps_er_pin_t (C++ struct)
wifi_event_sta_wps_er_pin_t::pin_code (C++ member)
wifi_event_sta_wps_er_success_t (C++ struct)
wifi_event_sta_wps_er_success_t::ap_cred (C++ member)
wifi_event_sta_wps_er_success_t::ap_cred_cnt (C++ member)
wifi_event_sta_wps_er_success_t::passphrase (C++ member)
wifi_event_sta_wps_er_success_t::ssid (C++ member)
wifi_event_sta_wps_fail_reason_t (C++ enum)
wifi_event_sta_wps_fail_reason_t::WPS_FAIL_REASON_MAX (C++ enumerator)
wifi_event_sta_wps_fail_reason_t::WPS_FAIL_REASON_NORMAL (C++ enumerator)
wifi_event_sta_wps_fail_reason_t::WPS_FAIL_REASON_RECV_DEAUTH (C++ enumerator)
wifi_event_sta_wps_fail_reason_t::WPS_FAIL_REASON_RECV_M2D (C++ enumerator)
wifi_event_t (C++ enum)
wifi_event_t::WIFI_EVENT_ACTION_TX_STATUS (C++ enumerator)
wifi_event_t::WIFI_EVENT_AP_PROBEREQRECVED (C++ enumerator)
wifi_event_t::WIFI_EVENT_AP_STACONNECTED (C++ enumerator)
wifi_event_t::WIFI_EVENT_AP_STADISCONNECTED (C++ enumerator)
wifi_event_t::WIFI_EVENT_AP_START (C++ enumerator)
wifi_event_t::WIFI_EVENT_AP_STOP (C++ enumerator)
wifi_event_t::WIFI_EVENT_AP_WPS_RG_FAILED (C++ enumerator)
wifi_event_t::WIFI_EVENT_AP_WPS_RG_PBC_OVERLAP (C++ enumerator)
wifi_event_t::WIFI_EVENT_AP_WPS_RG_PIN (C++ enumerator)
wifi_event_t::WIFI_EVENT_AP_WPS_RG_SUCCESS (C++ enumerator)
wifi_event_t::WIFI_EVENT_AP_WPS_RG_TIMEOUT (C++ enumerator)
wifi_event_t::WIFI_EVENT_CONNECTIONLESS_MODULE_WAKE_INTERVAL_START (C++ enumerator)
wifi_event_t::WIFI_EVENT_FTM_REPORT (C++ enumerator)
wifi_event_t::WIFI_EVENT_MAX (C++ enumerator)
wifi_event_t::WIFI_EVENT_ROC_DONE (C++ enumerator)
wifi_event_t::WIFI_EVENT_SCAN_DONE (C++ enumerator)
wifi_event_t::WIFI_EVENT_STA_AUTHMODE_CHANGE (C++ enumerator)
wifi_event_t::WIFI_EVENT_STA_BEACON_TIMEOUT (C++ enumerator)
wifi_event_t::WIFI_EVENT_STA_BSS_RSSI_LOW (C++ enumerator)
wifi_event_t::WIFI_EVENT_STA_CONNECTED (C++ enumerator)
wifi_event_t::WIFI_EVENT_STA_DISCONNECTED (C++ enumerator)
wifi_event_t::WIFI_EVENT_STA_START (C++ enumerator)
wifi_event_t::WIFI_EVENT_STA_STOP (C++ enumerator)
wifi_event_t::WIFI_EVENT_STA_WPS_ER_FAILED (C++ enumerator)
wifi_event_t::WIFI_EVENT_STA_WPS_ER_PBC_OVERLAP (C++ enumerator)
wifi_event_t::WIFI_EVENT_STA_WPS_ER_PIN (C++ enumerator)
wifi_event_t::WIFI_EVENT_STA_WPS_ER_SUCCESS (C++ enumerator)
wifi_event_t::WIFI_EVENT_STA_WPS_ER_TIMEOUT (C++ enumerator)
wifi_event_t::WIFI_EVENT_WIFI_READY (C++ enumerator)
WIFI_FEATURE_CAPS (C macro)
WIFI_FTM_INITIATOR (C macro)
wifi_ftm_initiator_cfg_t (C++ struct)
wifi_ftm_initiator_cfg_t::burst_period (C++ member)
wifi_ftm_initiator_cfg_t::channel (C++ member)
wifi_ftm_initiator_cfg_t::frm_count (C++ member)
wifi_ftm_initiator_cfg_t::resp_mac (C++ member)
wifi_ftm_initiator_cfg_t::use_get_report_api (C++ member)
wifi_ftm_report_entry_t (C++ struct)
wifi_ftm_report_entry_t::dlog_token (C++ member)
wifi_ftm_report_entry_t::rssi (C++ member)
wifi_ftm_report_entry_t::rtt (C++ member)
wifi_ftm_report_entry_t::t1 (C++ member)
wifi_ftm_report_entry_t::t2 (C++ member)
wifi_ftm_report_entry_t::t3 (C++ member)
wifi_ftm_report_entry_t::t4 (C++ member)
WIFI_FTM_RESPONDER (C macro)
wifi_ftm_status_t (C++ enum)
wifi_ftm_status_t::FTM_STATUS_CONF_REJECTED (C++ enumerator)
wifi_ftm_status_t::FTM_STATUS_FAIL (C++ enumerator)
wifi_ftm_status_t::FTM_STATUS_NO_RESPONSE (C++ enumerator)
wifi_ftm_status_t::FTM_STATUS_NO_VALID_MSMT (C++ enumerator)
wifi_ftm_status_t::FTM_STATUS_SUCCESS (C++ enumerator)
wifi_ftm_status_t::FTM_STATUS_UNSUPPORTED (C++ enumerator)
wifi_ftm_status_t::FTM_STATUS_USER_TERM (C++ enumerator)
WIFI_INIT_CONFIG_DEFAULT (C macro)
WIFI_INIT_CONFIG_MAGIC (C macro)
wifi_init_config_t (C++ struct)
wifi_init_config_t::ampdu_rx_enable (C++ member)
wifi_init_config_t::ampdu_tx_enable (C++ member)
wifi_init_config_t::amsdu_tx_enable (C++ member)
wifi_init_config_t::beacon_max_len (C++ member)
wifi_init_config_t::cache_tx_buf_num (C++ member)
wifi_init_config_t::csi_enable (C++ member)
wifi_init_config_t::dynamic_rx_buf_num (C++ member)
wifi_init_config_t::dynamic_tx_buf_num (C++ member)
wifi_init_config_t::espnow_max_encrypt_num (C++ member)
wifi_init_config_t::feature_caps (C++ member)
wifi_init_config_t::magic (C++ member)
wifi_init_config_t::mgmt_sbuf_num (C++ member)
wifi_init_config_t::nano_enable (C++ member)
wifi_init_config_t::nvs_enable (C++ member)
wifi_init_config_t::osi_funcs (C++ member)
wifi_init_config_t::rx_ba_win (C++ member)
wifi_init_config_t::rx_mgmt_buf_num (C++ member)
wifi_init_config_t::rx_mgmt_buf_type (C++ member)
wifi_init_config_t::sta_disconnected_pm (C++ member)
wifi_init_config_t::static_rx_buf_num (C++ member)
wifi_init_config_t::static_tx_buf_num (C++ member)
wifi_init_config_t::tx_buf_type (C++ member)
wifi_init_config_t::wifi_task_core_id (C++ member)
wifi_init_config_t::wpa_crypto_funcs (C++ member)
wifi_interface_t (C++ enum)
wifi_interface_t::WIFI_IF_AP (C++ enumerator)
wifi_interface_t::WIFI_IF_STA (C++ enumerator)
WIFI_MGMT_SBUF_NUM (C macro)
wifi_mode_t (C++ enum)
wifi_mode_t::WIFI_MODE_AP (C++ enumerator)
wifi_mode_t::WIFI_MODE_APSTA (C++ enumerator)
wifi_mode_t::WIFI_MODE_MAX (C++ enumerator)
wifi_mode_t::WIFI_MODE_NULL (C++ enumerator)
wifi_mode_t::WIFI_MODE_STA (C++ enumerator)
WIFI_NANO_FORMAT_ENABLED (C macro)
WIFI_NVS_ENABLED (C macro)
WIFI_OFFCHAN_TX_CANCEL (C macro)
WIFI_OFFCHAN_TX_REQ (C macro)
wifi_phy_mode_t (C++ enum)
wifi_phy_mode_t::WIFI_PHY_MODE_11B (C++ enumerator)
wifi_phy_mode_t::WIFI_PHY_MODE_11G (C++ enumerator)
wifi_phy_mode_t::WIFI_PHY_MODE_HE20 (C++ enumerator)
wifi_phy_mode_t::WIFI_PHY_MODE_HT20 (C++ enumerator)
wifi_phy_mode_t::WIFI_PHY_MODE_HT40 (C++ enumerator)
wifi_phy_mode_t::WIFI_PHY_MODE_LR (C++ enumerator)
wifi_phy_rate_t (C++ enum)
wifi_phy_rate_t::WIFI_PHY_RATE_11M_L (C++ enumerator)
wifi_phy_rate_t::WIFI_PHY_RATE_11M_S (C++ enumerator)
wifi_phy_rate_t::WIFI_PHY_RATE_12M (C++ enumerator)
wifi_phy_rate_t::WIFI_PHY_RATE_18M (C++ enumerator)
wifi_phy_rate_t::WIFI_PHY_RATE_1M_L (C++ enumerator)
wifi_phy_rate_t::WIFI_PHY_RATE_24M (C++ enumerator)
wifi_phy_rate_t::WIFI_PHY_RATE_2M_L (C++ enumerator)
wifi_phy_rate_t::WIFI_PHY_RATE_2M_S (C++ enumerator)
wifi_phy_rate_t::WIFI_PHY_RATE_36M (C++ enumerator)
wifi_phy_rate_t::WIFI_PHY_RATE_48M (C++ enumerator)
wifi_phy_rate_t::WIFI_PHY_RATE_54M (C++ enumerator)
wifi_phy_rate_t::WIFI_PHY_RATE_5M_L (C++ enumerator)
wifi_phy_rate_t::WIFI_PHY_RATE_5M_S (C++ enumerator)
wifi_phy_rate_t::WIFI_PHY_RATE_6M (C++ enumerator)
wifi_phy_rate_t::WIFI_PHY_RATE_9M (C++ enumerator)
wifi_phy_rate_t::WIFI_PHY_RATE_LORA_250K (C++ enumerator)
wifi_phy_rate_t::WIFI_PHY_RATE_LORA_500K (C++ enumerator)
wifi_phy_rate_t::WIFI_PHY_RATE_MAX (C++ enumerator)
wifi_phy_rate_t::WIFI_PHY_RATE_MCS0_LGI (C++ enumerator)
wifi_phy_rate_t::WIFI_PHY_RATE_MCS0_SGI (C++ enumerator)
wifi_phy_rate_t::WIFI_PHY_RATE_MCS1_LGI (C++ enumerator)
wifi_phy_rate_t::WIFI_PHY_RATE_MCS1_SGI (C++ enumerator)
wifi_phy_rate_t::WIFI_PHY_RATE_MCS2_LGI (C++ enumerator)
wifi_phy_rate_t::WIFI_PHY_RATE_MCS2_SGI (C++ enumerator)
wifi_phy_rate_t::WIFI_PHY_RATE_MCS3_LGI (C++ enumerator)
wifi_phy_rate_t::WIFI_PHY_RATE_MCS3_SGI (C++ enumerator)
wifi_phy_rate_t::WIFI_PHY_RATE_MCS4_LGI (C++ enumerator)
wifi_phy_rate_t::WIFI_PHY_RATE_MCS4_SGI (C++ enumerator)
wifi_phy_rate_t::WIFI_PHY_RATE_MCS5_LGI (C++ enumerator)
wifi_phy_rate_t::WIFI_PHY_RATE_MCS5_SGI (C++ enumerator)
wifi_phy_rate_t::WIFI_PHY_RATE_MCS6_LGI (C++ enumerator)
wifi_phy_rate_t::WIFI_PHY_RATE_MCS6_SGI (C++ enumerator)
wifi_phy_rate_t::WIFI_PHY_RATE_MCS7_LGI (C++ enumerator)
wifi_phy_rate_t::WIFI_PHY_RATE_MCS7_SGI (C++ enumerator)
wifi_pkt_rx_ctrl_t (C++ struct)
wifi_pkt_rx_ctrl_t::__pad0__ (C++ member)
wifi_pkt_rx_ctrl_t::__pad10__ (C++ member)
wifi_pkt_rx_ctrl_t::__pad1__ (C++ member)
wifi_pkt_rx_ctrl_t::__pad2__ (C++ member)
wifi_pkt_rx_ctrl_t::__pad3__ (C++ member)
wifi_pkt_rx_ctrl_t::__pad4__ (C++ member)
wifi_pkt_rx_ctrl_t::__pad5__ (C++ member)
wifi_pkt_rx_ctrl_t::__pad6__ (C++ member)
wifi_pkt_rx_ctrl_t::__pad7__ (C++ member)
wifi_pkt_rx_ctrl_t::__pad8__ (C++ member)
wifi_pkt_rx_ctrl_t::__pad9__ (C++ member)
wifi_pkt_rx_ctrl_t::aggregation (C++ member)
wifi_pkt_rx_ctrl_t::ampdu_cnt (C++ member)
wifi_pkt_rx_ctrl_t::ant (C++ member)
wifi_pkt_rx_ctrl_t::channel (C++ member)
wifi_pkt_rx_ctrl_t::cwb (C++ member)
wifi_pkt_rx_ctrl_t::fec_coding (C++ member)
wifi_pkt_rx_ctrl_t::mcs (C++ member)
wifi_pkt_rx_ctrl_t::noise_floor (C++ member)
wifi_pkt_rx_ctrl_t::not_sounding (C++ member)
wifi_pkt_rx_ctrl_t::rate (C++ member)
wifi_pkt_rx_ctrl_t::rssi (C++ member)
wifi_pkt_rx_ctrl_t::rx_state (C++ member)
wifi_pkt_rx_ctrl_t::secondary_channel (C++ member)
wifi_pkt_rx_ctrl_t::sgi (C++ member)
wifi_pkt_rx_ctrl_t::sig_len (C++ member)
wifi_pkt_rx_ctrl_t::sig_mode (C++ member)
wifi_pkt_rx_ctrl_t::smoothing (C++ member)
wifi_pkt_rx_ctrl_t::stbc (C++ member)
wifi_pkt_rx_ctrl_t::timestamp (C++ member)
wifi_pmf_config_t (C++ struct)
wifi_pmf_config_t::capable (C++ member)
wifi_pmf_config_t::required (C++ member)
WIFI_PROMIS_CTRL_FILTER_MASK_ACK (C macro)
WIFI_PROMIS_CTRL_FILTER_MASK_ALL (C macro)
WIFI_PROMIS_CTRL_FILTER_MASK_BA (C macro)
WIFI_PROMIS_CTRL_FILTER_MASK_BAR (C macro)
WIFI_PROMIS_CTRL_FILTER_MASK_CFEND (C macro)
WIFI_PROMIS_CTRL_FILTER_MASK_CFENDACK (C macro)
WIFI_PROMIS_CTRL_FILTER_MASK_CTS (C macro)
WIFI_PROMIS_CTRL_FILTER_MASK_PSPOLL (C macro)
WIFI_PROMIS_CTRL_FILTER_MASK_RTS (C macro)
WIFI_PROMIS_CTRL_FILTER_MASK_WRAPPER (C macro)
WIFI_PROMIS_FILTER_MASK_ALL (C macro)
WIFI_PROMIS_FILTER_MASK_CTRL (C macro)
WIFI_PROMIS_FILTER_MASK_DATA (C macro)
WIFI_PROMIS_FILTER_MASK_DATA_AMPDU (C macro)
WIFI_PROMIS_FILTER_MASK_DATA_MPDU (C macro)
WIFI_PROMIS_FILTER_MASK_FCSFAIL (C macro)
WIFI_PROMIS_FILTER_MASK_MGMT (C macro)
WIFI_PROMIS_FILTER_MASK_MISC (C macro)
wifi_promiscuous_cb_t (C++ type)
wifi_promiscuous_filter_t (C++ struct)
wifi_promiscuous_filter_t::filter_mask (C++ member)
wifi_promiscuous_pkt_t (C++ struct)
wifi_promiscuous_pkt_t::payload (C++ member)
wifi_promiscuous_pkt_t::rx_ctrl (C++ member)
wifi_promiscuous_pkt_type_t (C++ enum)
wifi_promiscuous_pkt_type_t::WIFI_PKT_CTRL (C++ enumerator)
wifi_promiscuous_pkt_type_t::WIFI_PKT_DATA (C++ enumerator)
wifi_promiscuous_pkt_type_t::WIFI_PKT_MGMT (C++ enumerator)
wifi_promiscuous_pkt_type_t::WIFI_PKT_MISC (C++ enumerator)
WIFI_PROTOCOL_11B (C macro)
WIFI_PROTOCOL_11G (C macro)
WIFI_PROTOCOL_11N (C macro)
WIFI_PROTOCOL_LR (C macro)
wifi_prov_cb_event_t (C++ enum)
wifi_prov_cb_event_t::WIFI_PROV_CRED_FAIL (C++ enumerator)
wifi_prov_cb_event_t::WIFI_PROV_CRED_RECV (C++ enumerator)
wifi_prov_cb_event_t::WIFI_PROV_CRED_SUCCESS (C++ enumerator)
wifi_prov_cb_event_t::WIFI_PROV_DEINIT (C++ enumerator)
wifi_prov_cb_event_t::WIFI_PROV_END (C++ enumerator)
wifi_prov_cb_event_t::WIFI_PROV_INIT (C++ enumerator)
wifi_prov_cb_event_t::WIFI_PROV_START (C++ enumerator)
wifi_prov_cb_func_t (C++ type)
wifi_prov_config_data_handler (C++ function)
wifi_prov_config_get_data_t (C++ struct)
wifi_prov_config_get_data_t::conn_info (C++ member)
wifi_prov_config_get_data_t::fail_reason (C++ member)
wifi_prov_config_get_data_t::wifi_state (C++ member)
wifi_prov_config_handlers (C++ struct)
wifi_prov_config_handlers::apply_config_handler (C++ member)
wifi_prov_config_handlers::ctx (C++ member)
wifi_prov_config_handlers::get_status_handler (C++ member)
wifi_prov_config_handlers::set_config_handler (C++ member)
wifi_prov_config_handlers_t (C++ type)
wifi_prov_config_set_data_t (C++ struct)
wifi_prov_config_set_data_t::bssid (C++ member)
wifi_prov_config_set_data_t::channel (C++ member)
wifi_prov_config_set_data_t::password (C++ member)
wifi_prov_config_set_data_t::ssid (C++ member)
wifi_prov_ctx_t (C++ type)
WIFI_PROV_EVENT_HANDLER_NONE (C macro)
wifi_prov_event_handler_t (C++ struct)
wifi_prov_event_handler_t::event_cb (C++ member)
wifi_prov_event_handler_t::user_data (C++ member)
wifi_prov_mgr_config_t (C++ struct)
wifi_prov_mgr_config_t::app_event_handler (C++ member)
wifi_prov_mgr_config_t::scheme (C++ member)
wifi_prov_mgr_config_t::scheme_event_handler (C++ member)
wifi_prov_mgr_configure_sta (C++ function)
wifi_prov_mgr_deinit (C++ function)
wifi_prov_mgr_disable_auto_stop (C++ function)
wifi_prov_mgr_endpoint_create (C++ function)
wifi_prov_mgr_endpoint_register (C++ function)
wifi_prov_mgr_endpoint_unregister (C++ function)
wifi_prov_mgr_get_wifi_disconnect_reason (C++ function)
wifi_prov_mgr_get_wifi_state (C++ function)
wifi_prov_mgr_init (C++ function)
wifi_prov_mgr_is_provisioned (C++ function)
wifi_prov_mgr_reset_provisioning (C++ function)
wifi_prov_mgr_reset_sm_state_on_failure (C++ function)
wifi_prov_mgr_set_app_info (C++ function)
wifi_prov_mgr_start_provisioning (C++ function)
wifi_prov_mgr_stop_provisioning (C++ function)
wifi_prov_mgr_wait (C++ function)
wifi_prov_scheme (C++ struct)
wifi_prov_scheme::delete_config (C++ member)
wifi_prov_scheme::new_config (C++ member)
wifi_prov_scheme::prov_start (C++ member)
wifi_prov_scheme::prov_stop (C++ member)
wifi_prov_scheme::set_config_endpoint (C++ member)
wifi_prov_scheme::set_config_service (C++ member)
wifi_prov_scheme::wifi_mode (C++ member)
wifi_prov_scheme_ble_event_cb_free_ble (C++ function)
wifi_prov_scheme_ble_event_cb_free_bt (C++ function)
wifi_prov_scheme_ble_event_cb_free_btdm (C++ function)
WIFI_PROV_SCHEME_BLE_EVENT_HANDLER_FREE_BLE (C macro)
WIFI_PROV_SCHEME_BLE_EVENT_HANDLER_FREE_BT (C macro)
WIFI_PROV_SCHEME_BLE_EVENT_HANDLER_FREE_BTDM (C macro)
wifi_prov_scheme_ble_set_mfg_data (C++ function)
wifi_prov_scheme_ble_set_random_addr (C++ function)
wifi_prov_scheme_ble_set_service_uuid (C++ function)
wifi_prov_scheme_softap_set_httpd_handle (C++ function)
wifi_prov_scheme_t (C++ type)
wifi_prov_security (C++ enum)
wifi_prov_security2_params_t (C++ type)
wifi_prov_security::WIFI_PROV_SECURITY_0 (C++ enumerator)
wifi_prov_security::WIFI_PROV_SECURITY_1 (C++ enumerator)
wifi_prov_security::WIFI_PROV_SECURITY_2 (C++ enumerator)
wifi_prov_security_t (C++ type)
wifi_prov_sta_conn_info_t (C++ struct)
wifi_prov_sta_conn_info_t::auth_mode (C++ member)
wifi_prov_sta_conn_info_t::bssid (C++ member)
wifi_prov_sta_conn_info_t::channel (C++ member)
wifi_prov_sta_conn_info_t::ip_addr (C++ member)
wifi_prov_sta_conn_info_t::ssid (C++ member)
wifi_prov_sta_fail_reason_t (C++ enum)
wifi_prov_sta_fail_reason_t::WIFI_PROV_STA_AP_NOT_FOUND (C++ enumerator)
wifi_prov_sta_fail_reason_t::WIFI_PROV_STA_AUTH_ERROR (C++ enumerator)
wifi_prov_sta_state_t (C++ enum)
wifi_prov_sta_state_t::WIFI_PROV_STA_CONNECTED (C++ enumerator)
wifi_prov_sta_state_t::WIFI_PROV_STA_CONNECTING (C++ enumerator)
wifi_prov_sta_state_t::WIFI_PROV_STA_DISCONNECTED (C++ enumerator)
wifi_ps_type_t (C++ enum)
wifi_ps_type_t::WIFI_PS_MAX_MODEM (C++ enumerator)
wifi_ps_type_t::WIFI_PS_MIN_MODEM (C++ enumerator)
wifi_ps_type_t::WIFI_PS_NONE (C++ enumerator)
WIFI_ROC_CANCEL (C macro)
WIFI_ROC_REQ (C macro)
WIFI_RX_MGMT_BUF_NUM_DEF (C macro)
wifi_sae_pwe_method_t (C++ enum)
wifi_sae_pwe_method_t::WPA3_SAE_PWE_BOTH (C++ enumerator)
wifi_sae_pwe_method_t::WPA3_SAE_PWE_HASH_TO_ELEMENT (C++ enumerator)
wifi_sae_pwe_method_t::WPA3_SAE_PWE_HUNT_AND_PECK (C++ enumerator)
wifi_sae_pwe_method_t::WPA3_SAE_PWE_UNSPECIFIED (C++ enumerator)
wifi_scan_config_t (C++ struct)
wifi_scan_config_t::bssid (C++ member)
wifi_scan_config_t::channel (C++ member)
wifi_scan_config_t::home_chan_dwell_time (C++ member)
wifi_scan_config_t::scan_time (C++ member)
wifi_scan_config_t::scan_type (C++ member)
wifi_scan_config_t::show_hidden (C++ member)
wifi_scan_config_t::ssid (C++ member)
wifi_scan_method_t (C++ enum)
wifi_scan_method_t::WIFI_ALL_CHANNEL_SCAN (C++ enumerator)
wifi_scan_method_t::WIFI_FAST_SCAN (C++ enumerator)
wifi_scan_threshold_t (C++ struct)
wifi_scan_threshold_t::authmode (C++ member)
wifi_scan_threshold_t::rssi (C++ member)
wifi_scan_time_t (C++ struct)
wifi_scan_time_t::active (C++ member)
wifi_scan_time_t::passive (C++ member)
wifi_scan_type_t (C++ enum)
wifi_scan_type_t::WIFI_SCAN_TYPE_ACTIVE (C++ enumerator)
wifi_scan_type_t::WIFI_SCAN_TYPE_PASSIVE (C++ enumerator)
wifi_second_chan_t (C++ enum)
wifi_second_chan_t::WIFI_SECOND_CHAN_ABOVE (C++ enumerator)
wifi_second_chan_t::WIFI_SECOND_CHAN_BELOW (C++ enumerator)
wifi_second_chan_t::WIFI_SECOND_CHAN_NONE (C++ enumerator)
WIFI_SOFTAP_BEACON_MAX_LEN (C macro)
wifi_sort_method_t (C++ enum)
wifi_sort_method_t::WIFI_CONNECT_AP_BY_SECURITY (C++ enumerator)
wifi_sort_method_t::WIFI_CONNECT_AP_BY_SIGNAL (C++ enumerator)
wifi_sta_config_t (C++ struct)
wifi_sta_config_t::bssid (C++ member)
wifi_sta_config_t::bssid_set (C++ member)
wifi_sta_config_t::btm_enabled (C++ member)
wifi_sta_config_t::channel (C++ member)
wifi_sta_config_t::failure_retry_cnt (C++ member)
wifi_sta_config_t::ft_enabled (C++ member)
wifi_sta_config_t::listen_interval (C++ member)
wifi_sta_config_t::mbo_enabled (C++ member)
wifi_sta_config_t::owe_enabled (C++ member)
wifi_sta_config_t::password (C++ member)
wifi_sta_config_t::pmf_cfg (C++ member)
wifi_sta_config_t::reserved (C++ member)
wifi_sta_config_t::rm_enabled (C++ member)
wifi_sta_config_t::sae_pwe_h2e (C++ member)
wifi_sta_config_t::scan_method (C++ member)
wifi_sta_config_t::sort_method (C++ member)
wifi_sta_config_t::ssid (C++ member)
wifi_sta_config_t::threshold (C++ member)
wifi_sta_config_t::transition_disable (C++ member)
WIFI_STA_DISCONNECTED_PM_ENABLED (C macro)
wifi_sta_info_t (C++ struct)
wifi_sta_info_t::is_mesh_child (C++ member)
wifi_sta_info_t::mac (C++ member)
wifi_sta_info_t::phy_11b (C++ member)
wifi_sta_info_t::phy_11g (C++ member)
wifi_sta_info_t::phy_11n (C++ member)
wifi_sta_info_t::phy_lr (C++ member)
wifi_sta_info_t::reserved (C++ member)
wifi_sta_info_t::rssi (C++ member)
wifi_sta_list_t (C++ struct)
wifi_sta_list_t::num (C++ member)
wifi_sta_list_t::sta (C++ member)
WIFI_STATIC_TX_BUFFER_NUM (C macro)
WIFI_STATIS_ALL (C macro)
WIFI_STATIS_BUFFER (C macro)
WIFI_STATIS_DIAG (C macro)
WIFI_STATIS_HW (C macro)
WIFI_STATIS_PS (C macro)
WIFI_STATIS_RXTX (C macro)
wifi_storage_t (C++ enum)
wifi_storage_t::WIFI_STORAGE_FLASH (C++ enumerator)
wifi_storage_t::WIFI_STORAGE_RAM (C++ enumerator)
WIFI_TASK_CORE_ID (C macro)
WIFI_VENDOR_IE_ELEMENT_ID (C macro)
wifi_vendor_ie_id_t (C++ enum)
wifi_vendor_ie_id_t::WIFI_VND_IE_ID_0 (C++ enumerator)
wifi_vendor_ie_id_t::WIFI_VND_IE_ID_1 (C++ enumerator)
wifi_vendor_ie_type_t (C++ enum)
wifi_vendor_ie_type_t::WIFI_VND_IE_TYPE_ASSOC_REQ (C++ enumerator)
wifi_vendor_ie_type_t::WIFI_VND_IE_TYPE_ASSOC_RESP (C++ enumerator)
wifi_vendor_ie_type_t::WIFI_VND_IE_TYPE_BEACON (C++ enumerator)
wifi_vendor_ie_type_t::WIFI_VND_IE_TYPE_PROBE_REQ (C++ enumerator)
wifi_vendor_ie_type_t::WIFI_VND_IE_TYPE_PROBE_RESP (C++ enumerator)
wl_erase_range (C++ function)
wl_handle_t (C++ type)
WL_INVALID_HANDLE (C macro)
wl_mount (C++ function)
wl_read (C++ function)
wl_sector_size (C++ function)
wl_size (C++ function)
wl_unmount (C++ function)
wl_write (C++ function)
wps_fail_reason_t (C++ enum)
wps_fail_reason_t::WPS_AP_FAIL_REASON_AUTH (C++ enumerator)
wps_fail_reason_t::WPS_AP_FAIL_REASON_CONFIG (C++ enumerator)
wps_fail_reason_t::WPS_AP_FAIL_REASON_MAX (C++ enumerator)
wps_fail_reason_t::WPS_AP_FAIL_REASON_NORMAL (C++ enumerator)
X
xEventGroupClearBits (C++ function)
xEventGroupClearBitsFromISR (C macro)
xEventGroupCreate (C++ function)
xEventGroupCreateStatic (C++ function)
xEventGroupGetBits (C macro)
xEventGroupGetBitsFromISR (C++ function)
xEventGroupSetBits (C++ function)
xEventGroupSetBitsFromISR (C macro)
xEventGroupSync (C++ function)
xEventGroupWaitBits (C++ function)
xMessageBufferCreate (C macro)
xMessageBufferCreateStatic (C macro)
xMessageBufferIsEmpty (C macro)
xMessageBufferIsFull (C macro)
xMessageBufferNextLengthBytes (C macro)
xMessageBufferReceive (C macro)
xMessageBufferReceiveCompletedFromISR (C macro)
xMessageBufferReceiveFromISR (C macro)
xMessageBufferReset (C macro)
xMessageBufferSend (C macro)
xMessageBufferSendCompletedFromISR (C macro)
xMessageBufferSendFromISR (C macro)
xMessageBufferSpaceAvailable (C macro)
xMessageBufferSpacesAvailable (C macro)
xQueueAddToSet (C++ function)
xQueueCreate (C macro)
xQueueCreateSet (C++ function)
xQueueCreateStatic (C macro)
xQueueGenericCreate (C++ function)
xQueueGenericCreateStatic (C++ function)
xQueueGenericSend (C++ function)
xQueueGenericSendFromISR (C++ function)
xQueueGiveFromISR (C++ function)
xQueueIsQueueEmptyFromISR (C++ function)
xQueueIsQueueFullFromISR (C++ function)
xQueueOverwrite (C macro)
xQueueOverwriteFromISR (C macro)
xQueuePeek (C++ function)
xQueuePeekFromISR (C++ function)
xQueueReceive (C++ function)
xQueueReceiveFromISR (C++ function)
xQueueRemoveFromSet (C++ function)
xQueueReset (C macro)
xQueueSelectFromSet (C++ function)
xQueueSelectFromSetFromISR (C++ function)
xQueueSend (C macro)
xQueueSendFromISR (C macro)
xQueueSendToBack (C macro)
xQueueSendToBackFromISR (C macro)
xQueueSendToFront (C macro)
xQueueSendToFrontFromISR (C macro)
xRingbufferAddToQueueSetRead (C++ function)
xRingbufferCanRead (C++ function)
xRingbufferCreate (C++ function)
xRingbufferCreateNoSplit (C++ function)
xRingbufferCreateStatic (C++ function)
xRingbufferGetCurFreeSize (C++ function)
xRingbufferGetMaxItemSize (C++ function)
xRingbufferPrintInfo (C++ function)
xRingbufferReceive (C++ function)
xRingbufferReceiveFromISR (C++ function)
xRingbufferReceiveSplit (C++ function)
xRingbufferReceiveSplitFromISR (C++ function)
xRingbufferReceiveUpTo (C++ function)
xRingbufferReceiveUpToFromISR (C++ function)
xRingbufferRemoveFromQueueSetRead (C++ function)
xRingbufferSend (C++ function)
xRingbufferSendAcquire (C++ function)
xRingbufferSendComplete (C++ function)
xRingbufferSendFromISR (C++ function)
xSemaphoreCreateBinary (C macro)
xSemaphoreCreateBinaryStatic (C macro)
xSemaphoreCreateCounting (C macro)
xSemaphoreCreateCountingStatic (C macro)
xSemaphoreCreateMutex (C macro)
xSemaphoreCreateMutexStatic (C macro)
xSemaphoreGetMutexHolder (C macro)
xSemaphoreGetMutexHolderFromISR (C macro)
xSemaphoreGive (C macro)
xSemaphoreGiveFromISR (C macro)
xSemaphoreGiveRecursive (C macro)
xSemaphoreTake (C macro)
xSemaphoreTakeFromISR (C macro)
xSemaphoreTakeRecursive (C macro)
xSTATIC_RINGBUFFER (C++ struct)
xStreamBufferBytesAvailable (C++ function)
xStreamBufferCreate (C macro)
xStreamBufferCreateStatic (C macro)
xStreamBufferIsEmpty (C++ function)
xStreamBufferIsFull (C++ function)
xStreamBufferReceive (C++ function)
xStreamBufferReceiveCompletedFromISR (C++ function)
xStreamBufferReceiveFromISR (C++ function)
xStreamBufferReset (C++ function)
xStreamBufferSend (C++ function)
xStreamBufferSendCompletedFromISR (C++ function)
xStreamBufferSendFromISR (C++ function)
xStreamBufferSetTriggerLevel (C++ function)
xStreamBufferSpacesAvailable (C++ function)
xTaskAbortDelay (C++ function)
xTaskCallApplicationTaskHook (C++ function)
xTaskCatchUpTicks (C++ function)
xTaskCheckForTimeOut (C++ function)
xTaskCreate (C++ function)
xTaskCreatePinnedToCore (C++ function)
xTaskCreateRestricted (C++ function)
xTaskCreateStatic (C++ function)
xTaskCreateStaticPinnedToCore (C++ function)
xTaskDelayUntil (C++ function)
xTaskGenericNotify (C++ function)
xTaskGenericNotifyFromISR (C++ function)
xTaskGenericNotifyStateClear (C++ function)
xTaskGenericNotifyWait (C++ function)
xTaskGetApplicationTaskTag (C++ function)
xTaskGetApplicationTaskTagFromISR (C++ function)
xTaskGetHandle (C++ function)
xTaskGetIdleTaskHandle (C++ function)
xTaskGetTickCount (C++ function)
xTaskGetTickCountFromISR (C++ function)
xTaskNotify (C macro)
xTaskNotifyAndQuery (C macro)
xTaskNotifyAndQueryFromISR (C macro)
xTaskNotifyAndQueryIndexed (C macro)
xTaskNotifyAndQueryIndexedFromISR (C macro)
xTaskNotifyFromISR (C macro)
xTaskNotifyGive (C macro)
xTaskNotifyGiveIndexed (C macro)
xTaskNotifyIndexed (C macro)
xTaskNotifyIndexedFromISR (C macro)
xTaskNotifyStateClear (C macro)
xTaskNotifyStateClearIndexed (C macro)
xTaskNotifyWait (C macro)
xTaskNotifyWaitIndexed (C macro)
xTaskResumeAll (C++ function)
xTaskResumeFromISR (C++ function)
xtensa_perfmon_config (C++ struct)
xtensa_perfmon_config::call_function (C++ member)
xtensa_perfmon_config::call_params (C++ member)
xtensa_perfmon_config::callback (C++ member)
xtensa_perfmon_config::callback_params (C++ member)
xtensa_perfmon_config::counters_size (C++ member)
xtensa_perfmon_config::max_deviation (C++ member)
xtensa_perfmon_config::repeat_count (C++ member)
xtensa_perfmon_config::select_mask (C++ member)
xtensa_perfmon_config::tracelevel (C++ member)
xtensa_perfmon_config_t (C++ type)
xtensa_perfmon_dump (C++ function)
xtensa_perfmon_exec (C++ function)
xtensa_perfmon_init (C++ function)
xtensa_perfmon_overflow (C++ function)
xtensa_perfmon_reset (C++ function)
xtensa_perfmon_start (C++ function)
xtensa_perfmon_stop (C++ function)
xtensa_perfmon_value (C++ function)
xtensa_perfmon_view_cb (C++ function)
xTimerChangePeriod (C macro)
xTimerChangePeriodFromISR (C macro)
xTimerCreate (C++ function)
xTimerCreateStatic (C++ function)
xTimerDelete (C macro)
xTimerGetExpiryTime (C++ function)
xTimerGetPeriod (C++ function)
xTimerGetTimerDaemonTaskHandle (C++ function)
xTimerIsTimerActive (C++ function)
xTimerPendFunctionCall (C++ function)
xTimerPendFunctionCallFromISR (C++ function)
xTimerReset (C macro)
xTimerResetFromISR (C macro)
xTimerStart (C macro)
xTimerStartFromISR (C macro)
xTimerStop (C macro)
xTimerStopFromISR (C macro)
环
环境变量
CONFIG_ESPTOOLPY_FLASHSIZE
提供有关此文档的反馈