Home
last modified time | relevance | path

Searched refs:activate (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/include/
Dbta_hf_client_int.h258 extern void bta_hf_client_send_at_cmer(BOOLEAN activate);
260 extern void bta_hf_client_send_at_clip(BOOLEAN activate);
261 extern void bta_hf_client_send_at_ccwa(BOOLEAN activate);
262 extern void bta_hf_client_send_at_cmee(BOOLEAN activate);
/hal_espressif-latest/tools/esptool_py/docs/en/
Dinstallation.rst41 - On Windows: ``esptoolenv\Scripts\activate``
42 - On Linux or MacOS: ``source esptoolenv/bin/activate``
75 To activate autocompletion, you can manually add commands provided below to your shell's config file
86 To activate completions in zsh, first make sure `compinit` is marked for
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_at.c1454 void bta_hf_client_send_at_cmer(BOOLEAN activate) in bta_hf_client_send_at_cmer() argument
1460 if (activate) { in bta_hf_client_send_at_cmer()
1489 void bta_hf_client_send_at_clip(BOOLEAN activate) in bta_hf_client_send_at_clip() argument
1495 if (activate) { in bta_hf_client_send_at_clip()
1504 void bta_hf_client_send_at_ccwa(BOOLEAN activate) in bta_hf_client_send_at_ccwa() argument
1510 if (activate) { in bta_hf_client_send_at_ccwa()
1520 void bta_hf_client_send_at_cmee(BOOLEAN activate) in bta_hf_client_send_at_cmee() argument
1526 if (activate) { in bta_hf_client_send_at_cmee()
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dboot-mode-selection.rst132 - Some OS and/or drivers may activate ``RTS`` and or ``DTR`` automatically when opening the serial…
/hal_espressif-latest/components/esp_system/
DKconfig122 …perform backtracing when panics occur. Activating this option will activate asynchronous frame unw…