Home
last modified time | relevance | path

Searched full:settings (Results 1 – 25 of 200) sorted by relevance

12345678

/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_core/
Dsettings_uid.c15 #include "settings.h"
30 bool open; /* Indicate if settings is open */
31 char id[SETTINGS_UID_SIZE + 1]; /* Settings user id */
32 char name[SETTINGS_NVS_NAME_SIZE + 1]; /* Settings nvs namespace */
33 bt_mesh_nvs_handle_t handle; /* Core Settings nvs handle */
53 BT_ERR("No settings handle found"); in get_core_settings_handle()
78 /* Before using user id to search settings, we need to in settings_uid_load()
79 * restore all the settings user_ids properly. in settings_uid_load()
104 BT_INFO("Restored settings %d, uid %s", index, user_ids[index].id); in settings_uid_load()
162 /* Get handle for core settings */ in settings_direct_erase()
[all …]
Dsettings.c20 #include "settings.h"
307 * to the settings storage. in seq_set()
1217 } settings[] = { variable
1263 for (i = 0; i < ARRAY_SIZE(settings); i++) { in settings_core_load()
1264 if ((!strcmp(settings[i].name, "mesh/net") || in settings_core_load()
1265 !strcmp(settings[i].name, "mesh/netkey") || in settings_core_load()
1266 !strcmp(settings[i].name, "mesh/appkey") || in settings_core_load()
1267 !strcmp(settings[i].name, "mesh/hb_pub") || in settings_core_load()
1268 !strcmp(settings[i].name, "mesh/cfg") || in settings_core_load()
1269 !strcmp(settings[i].name, "mesh/vaddr")) && in settings_core_load()
[all …]
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_core/storage/
Dsettings_nvs.c12 #include "settings.h"
61 /* API used to initialize, load and commit BLE Mesh related settings */
93 /* Settings initialization is always needed. */ in bt_mesh_settings_init_foreach()
95 BT_ERR("Init settings failed, name %s", ctx->nvs_name); in bt_mesh_settings_init_foreach()
103 * application layer tries to open settings. in bt_mesh_settings_init_foreach()
117 BT_ERR("Load settings failed, name %s", ctx->nvs_name); in bt_mesh_settings_init_foreach()
126 BT_ERR("Commit settings failed, name %s", ctx->nvs_name); in bt_mesh_settings_init_foreach()
141 BT_ERR("Deinit settings failed, name %s", ctx->nvs_name); in bt_mesh_settings_deinit_foreach()
146 BT_ERR("Erase settings failed, name %s", ctx->nvs_name); in bt_mesh_settings_deinit_foreach()
215 /* API used to store/erase BLE Mesh related settings */
[all …]
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/api/core/include/
Desp_ble_mesh_networking_api.h487 * @param[in] index: Settings index.
501 * @param[in] uid: Settings user id.
525 * a) Open settings A
527 * c) Close settings A
528 * d) Open settings B
530 * f) Close settings B
533 * @param[in] index: Settings index.
558 * a) Open settings A
560 * c) Close settings A
561 * d) Open settings B
[all …]
/hal_espressif-3.7.0/components/esp_hw_support/include/soc/esp32s2/
Dmemprot.h177 * @param locked Settings locked: true/false (locked/unlocked)
194 * @brief Gets interrupt permission settings for unified management block
196 …* Gets interrupt permission settings register contents for required memory region, returns setting…
199 * @param perm_reg Permission settings register contents
206 * @brief Gets interrupt permission settings for split management block
208 …* Gets interrupt permission settings register contents for required memory region (unified managem…
211 * @return split_reg Unified management settings register contents
380 * @brief Get permission settings bits for IRAM0 split mgmt. Only IRAM0 memory types allowed
395 * @brief Get permission settings bits for DRAM0 split mgmt. Only DRAM0 memory types allowed
425 * @brief Get permission settings bits for PERIBUS1 split mgmt. Only PERIBUS1 memory types allowed
[all …]
/hal_espressif-3.7.0/components/esp_timer/
DKconfig60 The default settings: timer TASK on CPU0 and timer ISR on CPU0.
61 Other settings may help in certain cases, but note that they may break
87 The default settings: timer TASK on CPU0 and timer ISR on CPU0.
88 Other settings may help in certain cases, but note that they may break
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_csm.c183 tBTM_PM_PWR_MD settings; in l2c_csm_closed() local
185 memset((void *)&settings, 0, sizeof(settings)); in l2c_csm_closed()
187 settings.mode = BTM_PM_MD_ACTIVE; in l2c_csm_closed()
189 …Event uninit_use_in_call: Using uninitialized value "settings" (field "settings".timeout uninitial… in l2c_csm_closed()
190 …Event uninit_use_in_call: Using uninitialized value "settings.max" in call to function "BTM_SetPow… in l2c_csm_closed()
191 …Event uninit_use_in_call: Using uninitialized value "settings.min" in call to function "BTM_SetPow… in l2c_csm_closed()
193 …in_call] False-positive: setting the mode to BTM_PM_MD_ACTIVE only uses settings.mode the other da… in l2c_csm_closed()
195 BTM_SetPowerMode (BTM_PM_SET_ONLY_ID, p_ccb->p_lcb->remote_bd_addr, &settings); in l2c_csm_closed()
233 tBTM_PM_PWR_MD settings; in l2c_csm_closed() local
235 memset((void *)&settings, 0, sizeof(settings)); in l2c_csm_closed()
[all …]
/hal_espressif-3.7.0/components/bootloader_support/bootloader_flash/include/
Dbootloader_flash_config.h46 * @param pfhdr Pointer to App image header, from where to fetch flash settings.
55 * @param pfhdr Pointer to App image header, from where to fetch flash settings.
64 * @param pfhdr Pointer to App image header, from where to fetch flash settings.
/hal_espressif-3.7.0/components/bt/porting/nimble/include/nimble/
Dnimble_opt_auto.h39 * These settings are generated automatically from the user-specified syscfg
40 * settings.
115 /** Security manager settings. */
/hal_espressif-3.7.0/components/driver/deprecated/driver/
Ddac_types_legacy.h59 …lso related to the conversion mode (See ``dac_digi_convert_mode_t``) and pattern table settings. */
60 …adc_digi_clk_t dig_clk; /*!<DAC digital controller clock divider settings. Refer to ``adc_…
74 … Note: Unreasonable settings can cause waveform to be oversaturated. Range: -128 ~ 127. */
/hal_espressif-3.7.0/components/wpa_supplicant/src/wps/
Dwps_enrollee.c262 * multiple Authentication Type bits in M7 AP Settings attribute by in wps_build_cred_auth_type()
286 * multiple Encryption Type bits in M7 AP Settings attribute by in wps_build_cred_encr_type()
361 wpa_printf(MSG_DEBUG, "WPS: * AP Settings (pre-configured)"); in wps_build_ap_settings()
367 wpa_printf(MSG_DEBUG, "WPS: * AP Settings based on current configuration"); in wps_build_ap_settings()
376 wpa_hexdump_key(MSG_DEBUG, "WPS: Plaintext AP Settings", in wps_build_ap_settings()
752 "MAC Address in AP Settings"); in wps_process_cred_e()
855 wpa_printf(MSG_DEBUG, "WPS: MAC Address in the AP Settings (" in wps_process_ap_settings_e()
869 "MAC Address in AP Settings"); in wps_process_ap_settings_e()
879 wpa_printf(MSG_INFO, "WPS: Reject new AP settings " in wps_process_ap_settings_e()
886 wpa_printf(MSG_INFO, "WPS: Reject new AP settings due to " in wps_process_ap_settings_e()
[all …]
Dwps_validate.c841 wpa_printf(MSG_INFO, "WPS-STRICT: Encrypted Settings " in wps_validate_encr_settings()
848 wpa_printf(MSG_INFO, "WPS-STRICT: Invalid Encrypted Settings " in wps_validate_encr_settings()
860 wpa_printf(MSG_INFO, "WPS-STRICT: Settings Delay Time " in wps_validate_settings_delay_time()
1716 "settings"); in wps_validate_m4_encr()
1722 "in M4 encrypted settings"); in wps_validate_m4_encr()
1730 "settings"); in wps_validate_m4_encr()
1817 "settings"); in wps_validate_m5_encr()
1823 "in M5 encrypted settings"); in wps_validate_m5_encr()
1831 "settings"); in wps_validate_m5_encr()
1918 "settings"); in wps_validate_m6_encr()
[all …]
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/
Dbtm_acl.c660 tBTM_PM_PWR_MD settings; in BTM_SwitchRole() local
714 memset( (void *)&settings, 0, sizeof(settings)); in BTM_SwitchRole()
715 settings.mode = BTM_PM_MD_ACTIVE; in BTM_SwitchRole()
716 status = BTM_SetPowerMode (BTM_PM_SET_ONLY_ID, p->remote_addr, &settings); in BTM_SwitchRole()
856 tBTM_STATUS BTM_SetLinkPolicy (BD_ADDR remote_bda, UINT16 *settings) in BTM_SetLinkPolicy() argument
861 /* BTM_TRACE_API ("BTM_SetLinkPolicy: requested settings: 0x%04x", *settings ); */ in BTM_SetLinkPolicy()
864 if (*settings != HCI_DISABLE_ALL_LM_MODES) { in BTM_SetLinkPolicy()
865 … if ( (*settings & HCI_ENABLE_MASTER_SLAVE_SWITCH) && (!HCI_SWITCH_SUPPORTED(localFeatures)) ) { in BTM_SetLinkPolicy()
866 *settings &= (~HCI_ENABLE_MASTER_SLAVE_SWITCH); in BTM_SetLinkPolicy()
867 … BTM_TRACE_API ("BTM_SetLinkPolicy switch not supported (settings: 0x%04x)\n", *settings ); in BTM_SetLinkPolicy()
[all …]
/hal_espressif-3.7.0/tools/esptool_py/docs/en/esptool/
Dserial-connection.rst24 .. _serial-port-settings:
26 Serial Port Settings
29 …th the {IDF_TARGET_NAME} ROM serial bootloader, the following serial port settings are recommended:
/hal_espressif-3.7.0/components/esp_hw_support/include/esp_private/
Desp_memprot_internal.h119 * @brief Sets a lock for PMS Area settings of required Memory type
131 * @brief Gets a lock status for PMS Area settings of required Memory type
169 * @brief Sets a lock for PMS interrupt monitor settings of required Memory type
182 * @brief Gets a lock status for PMS interrupt monitor settings of required Memory type
/hal_espressif-3.7.0/components/esp_system/port/
Dcpu_start.c258 // It does some cache settings for other CPUs.
261 // We intentionally do not check the cache settings before changing them, in do_multicore_settings()
275 // 1. disable the cache before changing its settings. in do_multicore_settings()
279 // 2. change cache settings. All cores must have the same settings. in do_multicore_settings()
283 // 3. enable the cache after changing its settings. in do_multicore_settings()
348 // It helps to fix missed cache settings for other cores. It happens when bootloader is unicore.
442 * This function initialise the Flash chip to the user-defined settings.
/hal_espressif-3.7.0/components/soc/esp32c6/include/soc/
Dpcnt_reg.h90 * This register configures how the CH0_POS_MODE/CH0_NEG_MODE settings will be
101 * This register configures how the CH0_POS_MODE/CH0_NEG_MODE settings will be
132 * This register configures how the CH0_POS_MODE/CH0_NEG_MODE settings will be
143 * This register configures how the CH0_POS_MODE/CH0_NEG_MODE settings will be
268 * This register configures how the CH1_POS_MODE/CH1_NEG_MODE settings will be
279 * This register configures how the CH1_POS_MODE/CH1_NEG_MODE settings will be
310 * This register configures how the CH1_POS_MODE/CH1_NEG_MODE settings will be
321 * This register configures how the CH1_POS_MODE/CH1_NEG_MODE settings will be
446 * This register configures how the CH2_POS_MODE/CH2_NEG_MODE settings will be
457 * This register configures how the CH2_POS_MODE/CH2_NEG_MODE settings will be
[all …]
/hal_espressif-3.7.0/components/soc/esp32s3/include/soc/
Dpcnt_reg.h91 * This register configures how the CH0_POS_MODE/CH0_NEG_MODE settings will be
102 * This register configures how the CH0_POS_MODE/CH0_NEG_MODE settings will be
133 * This register configures how the CH0_POS_MODE/CH0_NEG_MODE settings will be
144 * This register configures how the CH0_POS_MODE/CH0_NEG_MODE settings will be
269 * This register configures how the CH1_POS_MODE/CH1_NEG_MODE settings will be
280 * This register configures how the CH1_POS_MODE/CH1_NEG_MODE settings will be
311 * This register configures how the CH1_POS_MODE/CH1_NEG_MODE settings will be
322 * This register configures how the CH1_POS_MODE/CH1_NEG_MODE settings will be
447 * This register configures how the CH2_POS_MODE/CH2_NEG_MODE settings will be
458 * This register configures how the CH2_POS_MODE/CH2_NEG_MODE settings will be
[all …]
/hal_espressif-3.7.0/components/soc/esp32s2/include/soc/
Dpcnt_reg.h91 * This register configures how the CH0_POS_MODE/CH0_NEG_MODE settings will be
102 * This register configures how the CH0_POS_MODE/CH0_NEG_MODE settings will be
133 * This register configures how the CH0_POS_MODE/CH0_NEG_MODE settings will be
144 * This register configures how the CH0_POS_MODE/CH0_NEG_MODE settings will be
269 * This register configures how the CH1_POS_MODE/CH1_NEG_MODE settings will be
280 * This register configures how the CH1_POS_MODE/CH1_NEG_MODE settings will be
311 * This register configures how the CH1_POS_MODE/CH1_NEG_MODE settings will be
322 * This register configures how the CH1_POS_MODE/CH1_NEG_MODE settings will be
447 * This register configures how the CH2_POS_MODE/CH2_NEG_MODE settings will be
458 * This register configures how the CH2_POS_MODE/CH2_NEG_MODE settings will be
[all …]
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dhcimsgs.h397 /* Write Policy Settings */
398 BOOLEAN btsnd_hcic_write_policy_set(UINT16 handle, UINT16 settings);
404 /* Write Policy Settings */
406 /* Write Default Policy Settings */
407 BOOLEAN btsnd_hcic_write_def_policy_set(UINT16 settings);
412 /* Write Default Policy Settings */
533 /* Store Current Settings */
611 BOOLEAN btsnd_hcic_write_voice_settings(UINT16 flags); /* Write Voice Settings */
/hal_espressif-3.7.0/components/soc/esp32h2/include/soc/
Dpcnt_reg.h92 * This register configures how the CH0_POS_MODE/CH0_NEG_MODE settings will be
103 * This register configures how the CH0_POS_MODE/CH0_NEG_MODE settings will be
134 * This register configures how the CH0_POS_MODE/CH0_NEG_MODE settings will be
145 * This register configures how the CH0_POS_MODE/CH0_NEG_MODE settings will be
274 * This register configures how the CH1_POS_MODE/CH1_NEG_MODE settings will be
285 * This register configures how the CH1_POS_MODE/CH1_NEG_MODE settings will be
316 * This register configures how the CH1_POS_MODE/CH1_NEG_MODE settings will be
327 * This register configures how the CH1_POS_MODE/CH1_NEG_MODE settings will be
456 * This register configures how the CH2_POS_MODE/CH2_NEG_MODE settings will be
467 * This register configures how the CH2_POS_MODE/CH2_NEG_MODE settings will be
[all …]
/hal_espressif-3.7.0/components/bt/porting/transport/include/
Dhci_uart.h55 * @param flow_ctl Flow control settings on the UART
63 * Close UART port. Can call hal_uart_config() with different settings after
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h36 /*!< The maximum length of settings user id */
39 /*!< Invalid settings index */
854 …_DIRECT_ERASE_SETTINGS_COMP_EVT, /*!< Provisioner directly erase settings completion event …
855 …ESP_BLE_MESH_PROVISIONER_OPEN_SETTINGS_WITH_INDEX_COMP_EVT, /*!< Provisioner open settings wit…
856 …ESP_BLE_MESH_PROVISIONER_OPEN_SETTINGS_WITH_UID_COMP_EVT, /*!< Provisioner open settings wit…
857 …ESP_BLE_MESH_PROVISIONER_CLOSE_SETTINGS_WITH_INDEX_COMP_EVT, /*!< Provisioner close settings wi…
858 …ESP_BLE_MESH_PROVISIONER_CLOSE_SETTINGS_WITH_UID_COMP_EVT, /*!< Provisioner close settings wi…
859 …VISIONER_DELETE_SETTINGS_WITH_INDEX_COMP_EVT, /*!< Provisioner delete settings with index comple…
860 …VISIONER_DELETE_SETTINGS_WITH_UID_COMP_EVT, /*!< Provisioner delete settings with user id comp…
1267 … /*!< Indicate the result of directly erasing settings by the Provisione…
[all …]
/hal_espressif-3.7.0/components/esp_hw_support/test_apps/rtc_clk/main/
Dtest_rtc_clk.c231 …printf("Test is started. Kconfig settings:\n External 32K crystal is selected,\n Oscillation cycle… in start_freq()
236 …printf("Test is started. Kconfig settings:\n Internal RC is selected,\n Oscillation cycles = %"PRI… in start_freq()
292 …printf("Test is started. Kconfig settings:\n External 32K crystal is selected,\n Oscillation cycle…
297 …printf("Test is started. Kconfig settings:\n Internal RC is selected,\n Oscillation cycles = %"PRI…
/hal_espressif-3.7.0/components/esp_system/port/soc/linux/
DKconfig.system1 # Original Kconfig has settings related to brownout, rom and cache. All non-existent on Linux.

12345678