/hal_espressif-3.4.0/tools/kconfig/ |
D | nconf.gui.c | 11 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 …]
|
D | nconf.c | 371 (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 …]
|
D | nconf.h | 62 extern attributes_t attributes[];
|
D | kconfig-language.txt | 39 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/ |
D | esp_gatts.rst | 16 …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/ |
D | soc.lf | 2 # 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/ |
D | README.md | 196 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/ |
D | Gatt_Server_Service_Table_Example_Walkthrough.md | 61 …attributes, 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 493 …attributes which include all the services and characteristics of the server, then it registers the…
|
/hal_espressif-3.4.0/examples/provisioning/wifi_prov_mgr/ |
D | README.md | 277 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/ |
D | README.md | 6 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 | .pylintrc | 226 # 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.
|
D | CMakeLists.txt | 119 # Multiple cases of attributes unknown to clang, for example 121 list(APPEND compile_options "-Wno-unknown-attributes")
|
/hal_espressif-3.4.0/components/pthread/ |
D | Kconfig | 20 Minimum allowed pthread stack size set in attributes passed to pthread_create
|
/hal_espressif-3.4.0/tools/ci/python_packages/ttfw_idf/ |
D | IDFDUT.py | 297 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/ |
D | deep-sleep-stub.rst | 80 …The attributes ``RTC_FAST_ATTR`` and ``RTC_SLOW_ATTR`` can be used to specify data that will be fo… 84 …attributes ``RTC_FAST_ATTR`` and ``RTC_SLOW_ATTR`` can be used to specify data that will be force …
|
D | openthread.rst | 32 # global attributes
|
/hal_espressif-3.4.0/examples/protocols/mqtt/ssl_ds/ |
D | configure_ds.py | 185 def __init__(self, attributes): argument 186 for key, value in attributes.items():
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/ |
D | README.md | 11 …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/ |
D | README.md | 6 …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/ |
D | app_esp32c3.map | 502 .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 …]
|
D | app_esp32h2.map | 494 .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/ |
D | Kconfig | 48 bool "Strictly validate all WPS attributes"
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/tutorial/ |
D | ble50_security_server_Example_Walkthrough.md | 7 …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/ |
D | Gatt_Security_Server_Example_Walkthrough.md | 7 …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/ |
D | README.md | 75 * Run `idf.py menuconfig` to configure local project attributes
|