Home
last modified time | relevance | path

Searched refs:attributes (Results 1 – 25 of 44) sorted by relevance

12

/hal_espressif-3.4.0/tools/kconfig/
Dnconf.gui.c11 attributes_t attributes[ATTR_MAX+1] = {0}; variable
72 attributes[name] = attr | COLOR_PAIR(name); } while (0) in normal_color_theme()
103 #define mkattrn(name, attr) { attributes[name] = attr; } in no_colors_theme()
297 set_menu_fore(menu, attributes[DIALOG_MENU_FORE]); in btn_dialog()
298 set_menu_back(menu, attributes[DIALOG_MENU_BACK]); in btn_dialog()
300 (void) wattrset(win, attributes[DIALOG_BOX]); in btn_dialog()
304 (void) wattrset(msg_win, attributes[DIALOG_TEXT]); in btn_dialog()
401 (void) wattrset(form_win, attributes[INPUT_FIELD]); in dialog_inputbox()
403 (void) wattrset(win, attributes[INPUT_BOX]); in dialog_inputbox()
405 (void) wattrset(win, attributes[INPUT_HEADING]); in dialog_inputbox()
[all …]
Dnconf.c371 (void) wattrset(main_window, attributes[FUNCTION_HIGHLIGHT]); in print_function_line()
375 (void) wattrset(main_window, attributes[FUNCTION_TEXT]); in print_function_line()
382 (void) wattrset(main_window, attributes[NORMAL]); in print_function_line()
957 (void) wattrset(main_window, attributes[NORMAL]); in show_menu()
960 attributes[MAIN_HEADING]); in show_menu()
962 (void) wattrset(main_window, attributes[MAIN_MENU_BOX]); in show_menu()
964 (void) wattrset(main_window, attributes[MAIN_MENU_HEADING]); in show_menu()
966 (void) wattrset(main_window, attributes[NORMAL]); in show_menu()
1532 set_menu_fore(curses_menu, attributes[MAIN_MENU_FORE]); in main()
1533 set_menu_back(curses_menu, attributes[MAIN_MENU_BACK]); in main()
[all …]
Dnconf.h62 extern attributes_t attributes[];
Dkconfig-language.txt39 define attributes for this config option. Attributes can be the type of
45 Menu attributes
48 A menu entry can have a number of attributes. Not all of them are
271 attributes as options.
288 This defines a choice group and accepts any of the above attributes as
320 attributes.
/hal_espressif-3.4.0/docs/en/api-reference/bluetooth/
Desp_gatts.rst16 …e, which releases the user from adding attributes one by one. This is the recommended method of ad…
21 …eates a GATT service by adding attributes one by one as defined by Bluedroid. The recommended meth…
/hal_espressif-3.4.0/components/esp_common/
Dsoc.lf2 # to supported SoCs. This is here since some of counterpart attributes
6 # Those moved to `soc` are the counterpart attributes to these sections.
/hal_espressif-3.4.0/examples/provisioning/legacy/ble_prov/
DREADME.md196 BLECLI >> List available attributes of the connected device
197 … the service UUID '0000ffff-0000-1000-8000-00805f9b34fb' listed among available attributes? [y/n] y
198 …aracteristic UUID '0000ff53-0000-1000-8000-00805f9b34fb' listed among available attributes? [y/n] y
199 …aracteristic UUID '0000ff51-0000-1000-8000-00805f9b34fb' listed among available attributes? [y/n] y
200 …aracteristic UUID '0000ff52-0000-1000-8000-00805f9b34fb' listed among available attributes? [y/n] y
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/tutorial/
DGatt_Server_Service_Table_Example_Walkthrough.md61attributes, starting with the service followed by the characteristics of that service. In addition…
353 The register event is used to create a table of profile attributes by employing the ``esp_ble_gatts…
394 The rest of the attributes is initialized in the same way. Some attributes also have the *NOTIFY* p…
397 /// Full HRS Database Description - Used to add attributes into the database
493attributes which include all the services and characteristics of the server, then it registers the…
/hal_espressif-3.4.0/examples/provisioning/wifi_prov_mgr/
DREADME.md277 BLECLI >> List available attributes of the connected device
278 … the service UUID '0000ffff-0000-1000-8000-00805f9b34fb' listed among available attributes? [y/n] y
279 …aracteristic UUID '0000ff53-0000-1000-8000-00805f9b34fb' listed among available attributes? [y/n] y
280 …aracteristic UUID '0000ff51-0000-1000-8000-00805f9b34fb' listed among available attributes? [y/n] y
281 …aracteristic UUID '0000ff52-0000-1000-8000-00805f9b34fb' listed among available attributes? [y/n] y
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_server/
DREADME.md6 This example shows how create a GATT service by adding attributes one by one. However, this method …
8 …T service with an attribute table, which releases the user from adding attributes one by one. And …
/hal_espressif-3.4.0/
D.pylintrc226 # List of class names for which member attributes should not be checked (useful
227 # for classes with dynamically set attributes). This supports the use of
231 # List of module names for which member attributes should not be checked
233 # and thus existing member attributes cannot be deduced by static analysis). It
510 # Maximum number of attributes for a class (see R0902).
511 max-attributes=12
540 # List of method names used to declare (i.e. assign) instance attributes.
DCMakeLists.txt119 # Multiple cases of attributes unknown to clang, for example
121 list(APPEND compile_options "-Wno-unknown-attributes")
/hal_espressif-3.4.0/components/pthread/
DKconfig20 Minimum allowed pthread stack size set in attributes passed to pthread_create
/hal_espressif-3.4.0/tools/ci/python_packages/ttfw_idf/
DIDFDUT.py297 def __init__(self, attributes): argument
298 for key, value in attributes.items():
340 def __init__(self, attributes): argument
341 for key, value in attributes.items():
/hal_espressif-3.4.0/docs/en/api-guides/
Ddeep-sleep-stub.rst80 …The attributes ``RTC_FAST_ATTR`` and ``RTC_SLOW_ATTR`` can be used to specify data that will be fo…
84attributes ``RTC_FAST_ATTR`` and ``RTC_SLOW_ATTR`` can be used to specify data that will be force …
Dopenthread.rst32 # global attributes
/hal_espressif-3.4.0/examples/protocols/mqtt/ssl_ds/
Dconfigure_ds.py185 def __init__(self, attributes): argument
186 for key, value in attributes.items():
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/
DREADME.md11 …users to create a GATT service via an attribute table, rather than add attributes one by one. And …
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/
DREADME.md6 …table defined in one place. Provided API releases the user from adding attributes one by one as im…
/hal_espressif-3.4.0/tools/test_idf_size/
Dapp_esp32c3.map502 .riscv.attributes
1256 .riscv.attributes
2303 .riscv.attributes
2788 .riscv.attributes
3089 .riscv.attributes
3203 .riscv.attributes
3222 .riscv.attributes
3236 .riscv.attributes
3504 .riscv.attributes
3661 .riscv.attributes
[all …]
Dapp_esp32h2.map494 .riscv.attributes
1197 .riscv.attributes
2031 .riscv.attributes
2343 .riscv.attributes
2450 .riscv.attributes
2464 .riscv.attributes
2478 .riscv.attributes
3332 .riscv.attributes
3425 .riscv.attributes
3582 .riscv.attributes
[all …]
/hal_espressif-3.4.0/components/wpa_supplicant/
DKconfig48 bool "Strictly validate all WPS attributes"
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/tutorial/
Dble50_security_server_Example_Walkthrough.md7 …f plain text data using the AES-128 engine and the shared keys. Server attributes may also be defi…
172 When defining the attributes of the server, different permissions can be set to the write and read …
194 …nds an Insufficient Authorization Error. In the example, the following attributes are defined with…
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_security_server/tutorial/
DGatt_Security_Server_Example_Walkthrough.md7 …f plain text data using the AES-128 engine and the shared keys. Server attributes may also be defi…
172 When defining the attributes of the server, different permissions can be set to the write and read …
194 …nds an Insufficient Authorization Error. In the example, the following attributes are defined with…
/hal_espressif-3.4.0/tools/test_apps/
DREADME.md75 * Run `idf.py menuconfig` to configure local project attributes

12