Home
last modified time | relevance | path

Searched refs:disable (Results 1 – 25 of 162) sorted by relevance

1234567

/hal_espressif-3.5.0/components/spi_flash/test/
Dtest_cache_disabled.c44 for(int disable = 0; disable <= 1; disable++) { variable
45 bool do_disable = disable;
/hal_espressif-3.5.0/examples/bluetooth/nimble/bleprph/main/
DKconfig.projbuild34 Use this option to enable/disable bonding.
41 Use this option to enable/disable MITM security.
49 Use this option to enable/disable Security Manager Secure Connection 4.2 feature.
/hal_espressif-3.5.0/components/newlib/
DMakefile.old18 --disable-newlib-io-c99-formats \
19 --disable-newlib-supplied-syscalls \
24 --disable-option-checking \
/hal_espressif-3.5.0/components/app_trace/
DKconfig7 Select destination for application trace: JTAG or none (to disable).
30 Enables/disable TRAX tracing HW.
36 Enables/disable swapping memory buffers tracing protocol.
42 Enables/disable application tracing module.
48 Enables/disable application tracing module internal sync lock.
57 Use -1 to disable timeout and wait forever.
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_core/
Dlpn.c147 static void clear_friendship(bool force, bool disable);
168 clear_friendship(false, lpn->disable); in friend_clear_sent()
205 static void clear_friendship(bool force, bool disable) in clear_friendship() argument
210 BT_DBG("force %u disable %u", force, disable); in clear_friendship()
215 lpn->disable = disable; in clear_friendship()
240 lpn->disable = 0U; in clear_friendship()
259 if (disable) { in clear_friendship()
596 clear_friendship(false, lpn->disable); in bt_mesh_lpn_friend_clear_cfm()
765 clear_friendship(false, bt_mesh.lpn.disable); in lpn_timeout()
/hal_espressif-3.5.0/components/espcoredump/
DKconfig7 Select place to store core dump: flash, uart or none (to disable core dumps generation).
65 Enables/disable core dump module.
85 # Temporarily disable this feature on Xtensa boards as switching stack
115 default "disable" if ESP_COREDUMP_DECODE_DISABLE
/hal_espressif-3.5.0/components/wpa_supplicant/esp_supplicant/include/
Desp_wpa2.h188 esp_err_t esp_wifi_sta_wpa2_ent_set_disable_time_check(bool disable);
198 esp_err_t esp_wifi_sta_wpa2_ent_get_disable_time_check(bool *disable);
/hal_espressif-3.5.0/components/efuse/esp32s2/
Desp_efuse_table.csv63 … from RAM. REMAP means RAM space can be mapped to ROM space. this signal will disable this function
64 …SOFT_DIS_JTAG, EFUSE_BLK0, 49, 1, Software disable jtag jtag can be ac…
65 …AG, EFUSE_BLK0, 50, 1, Hardware disable jtag permanently disable jtag …
76 …E_BLK0, 82, 3, SPI boot encrypt decrypt enable. odd number 1 enable. even number 1 disable
98 …rol by GPIO46 - low level print. b10:control by GPIO46 - high level print. b11:force disable print.
/hal_espressif-3.5.0/docs/en/api-reference/peripherals/
Dpcnt.rst10 …to be detected, as well as a control input that can be used to enable or disable the signal input.…
40 To disable the pulse or the control input pin in configuration, provide :cpp:type:`PCNT_PIN_NOT_USE…
54 …input pin may be changed "on the fly" using :cpp:func:`pcnt_set_pin`. To disable particular input …
84disable an interrupt to service the above events, call :cpp:func:`pcnt_isr_register`, :cpp:func:`p…
Dspi_features.rst21 - For SPI1 bus, the BG is the cache, the bus lock will help to disable the cache before device
36 task when it requests for exclusive use of the bus, try to disable the ISR, and unblock the
/hal_espressif-3.5.0/components/efuse/esp32s3/
Desp_efuse_table.csv62 …AG, EFUSE_BLK0, 51, 1, Hardware disable jtag permanently disable jtag …
73 …E_BLK0, 82, 3, SPI boot encrypt decrypt enable. odd number 1 enable. even number 1 disable
87 …DIS_USB_JTAG, EFUSE_BLK0, 118, 1, Set to disable usb_serial_jtag-to-jt…
88 …DIS_USB_SERIAL_JTAG, EFUSE_BLK0, 119, 1, Set to disable usb_serial_jtag module
100 …rol by GPIO46 - low level print. b10:control by GPIO46 - high level print. b11:force disable print.
/hal_espressif-3.5.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/
Dble_mesh_commands_README.md46 * `bmpbearer`: Enable/disable provisioner different bearer
48 * `-e`: `enable or disable bearer`
52 * `bmnbearer`: Enable/disable node different bearer
54 * `-e`: `enable or disable bearer`
/hal_espressif-3.5.0/components/efuse/esp32c3/
Desp_efuse_table.csv60 … EFUSE_BLK0, 48, 3, Set these bits to disable JTAG in the soft way (odd number 1 means d…
73 …E_BLK0, 82, 3, SPI boot encrypt decrypt enable. odd number 1 enable. even number 1 disable
95 …ntrol by GPIO8 - low level print. b10:control by GPIO8 - high level print. b11:force disable print.
/hal_espressif-3.5.0/components/efuse/esp32h2/
Desp_efuse_table.csv61 … EFUSE_BLK0, 48, 3, Set these bits to disable JTAG in the soft way (odd number 1 means d…
74 …E_BLK0, 82, 3, SPI boot encrypt decrypt enable. odd number 1 enable. even number 1 disable
96 …ntrol by GPIO8 - low level print. b10:control by GPIO8 - high level print. b11:force disable print.
/hal_espressif-3.5.0/tools/test_apps/system/flash_psram/
Dsdkconfig.ci.f4r4_120sdr1 # Legacy, F4R4, Flash 120M SDR, PSRAM disable
Dsdkconfig.ci.f4r8_120sdr1 # Legacy, F4R8, Flash 120M SDR, PSRAM disable
Dsdkconfig.ci.f8r8_120sdr1 # Legacy, F8R8, Flash 120M SDR, PSRAM disable
Dsdkconfig.ci.f4r4_120sdr_os_silent1 # Legacy, F4R4, Flash 120M SDR, PSRAM disable, compiler -Os and silent
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/classic_bt/bt_discovery/
Dsdkconfig.defaults1 # Enable Classic BT and disable BLE
/hal_espressif-3.5.0/components/mdns/host_test/components/esp_netif_linux/
DKconfig7 Enable/disable IPv6
/hal_espressif-3.5.0/examples/peripherals/mcpwm/mcpwm_brushed_dc_control/
DREADME.md117 Enable or disable PID and set motor control period
118 --pid=<y|n> Enable or disable PID algorithm
171 ### Enable or disable PID
175 * 'n' - disable PID
/hal_espressif-3.5.0/components/spiffs/
DKconfig15 Enables/disable memory read caching of nucleus file system
30 Enable/disable statistics on caching. Debug/test purpose only.
53 Enable/disable statistics on gc. Debug/test purpose only.
/hal_espressif-3.5.0/components/espcoredump/test_apps/
Dsdkconfig.defaults8 CONFIG_ESP_COREDUMP_DECODE="disable"
/hal_espressif-3.5.0/components/soc/
Dsoc_include_legacy_warn.c4 #warning Legacy including is enabled. This will be deprecated in the future. You can disable this o…
/hal_espressif-3.5.0/examples/wifi/wps/main/
DKconfig.projbuild14 bool "disable"

1234567