Searched full:dictionary (Results 1 – 25 of 79) sorted by relevance
1234
/Zephyr-latest/modules/canopennode/ |
D | canopennode.h | 32 * @brief CANopen object dictionary storage types. 45 * @brief Attach CANopen object dictionary storage handlers. 47 * Attach CANopen storage handler functions to object dictionary 52 * The handlers will save object dictionary entries of type @ref 55 * object dictionary index 0x1010 sub-index 1. 57 * Object dictionary entries of types @ref CANOPEN_STORAGE_ROM (and 60 * ('l', 'o', 'a', 'd' from LSB to MSB) to object dictionary index 63 * Object dictionary entries of type @ref CANOPEN_STORAGE_EEPROM may be 67 * Object dictionary entries of type @ref CANOPEN_STORAGE_RAM are 76 * @brief Save CANopen object dictionary entries to non-volatile storage. [all …]
|
D | canopen_storage.c | 54 LOG_ERR("failed to save object dictionary ROM entries (err %d)", in canopen_odf_1010() 60 LOG_DBG("saved object dictionary ROM entries"); in canopen_odf_1010() 92 LOG_DBG("no object dictionary ROM entries to delete"); in canopen_odf_1011() 94 LOG_ERR("failed to delete object dictionary ROM entries" in canopen_odf_1011() 100 LOG_DBG("deleted object dictionary ROM entries"); in canopen_odf_1011() 106 LOG_DBG("no object dictionary EEPROM entries to delete"); in canopen_odf_1011() 108 LOG_ERR("failed to delete object dictionary EEPROM entries" in canopen_odf_1011() 114 LOG_DBG("deleted object dictionary EEPROM entries"); in canopen_odf_1011() 139 LOG_ERR("failed to restore object dictionary EEPROM" in canopen_settings_set() 147 LOG_DBG("restored object dictionary EEPROM" in canopen_settings_set() [all …]
|
D | Kconfig | 25 object dictionary. If data type is DOMAIN, data length is 50 bool "CANopen object dictionary storage" 54 Enable support for storing the CANopen object dictionary to 58 bool "Erase CANopen object dictionary EEPROM entries in storage handler" 61 Erase CANopen object dictionary EEPROM entries upon write to 62 object dictionary index 0x1011 subindex 1.
|
/Zephyr-latest/samples/subsys/logging/dictionary/ |
D | sample.yaml | 2 description: Dictionary-based Logging Sample Application 5 sample.logger.basic.dictionary: 11 sample.logger.basic.dictionary.fpu: 20 sample.logger.basic.dictionary.fpu.long_double: 30 sample.logger.basic.dictionary.uart_async_frontend: 44 sample.logger.basic.dictionary.uart_frontend_rt: 60 sample.logger.basic.dictionary.uart_int_frontend:
|
D | README.rst | 1 .. zephyr:code-sample:: logging-dictionary 2 :name: Dictionary-based logging 5 Output binary log data using the dictionary-based logging API. 10 This is a sample app which utilizes :ref:`dictionary-based logging <logging_guide_dictionary>` and 19 the UART dictionary based frontend). 28 :zephyr-app: samples/subsys/logging/dictionary 59 … ./scripts/logging/dictionary/log_parser.py build/zephyr/log_dictionary.json /tmp/serial.log --hex
|
/Zephyr-latest/subsys/logging/backends/ |
D | Kconfig.uart | 46 prompt "Dictionary mode output format" 50 bool "Dictionary (binary)" 52 Dictionary-based logging output in binary. 55 bool "Dictionary (hexadecimal)" 57 Dictionary-based logging output in hexadecimal. Supported only for UART backend.
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_output_dict.h | 29 * Output header for one dictionary based log message. 42 * Output for one dictionary based log message about 50 /** @brief Process log messages v2 for dictionary-based logging. 62 /** @brief Process dropped messages indication for dictionary-based logging.
|
/Zephyr-latest/samples/subsys/shell/shell_module/ |
D | README.rst | 24 Register Dictionary commands 25 ``dictionary`` implements subsect of dictionary commands. 93 dictionary : Dictionary commands
|
/Zephyr-latest/tests/subsys/logging/dictionary/ |
D | testcase.yaml | 16 logging.dictionary: 22 logging.dictionary.fpu:
|
/Zephyr-latest/snippets/nordic-log-stm-dict/ |
D | README.rst | 3 Nordic Dictionary-based STM logging snippet (nordic-log-stm-dict) 9 This snippet allows users to build Zephyr with the dictionary-based logging to
|
/Zephyr-latest/scripts/ci/ |
D | upload_test_results_es.py | 26 Flatten ``value`` into a plain dictionary. 31 … :param names_dict: An optional dictionary with 'foo':'bar' items to flatten 'foo' list properties 32 where each item should be a dictionary with the 'bar' item storing an unique 36 :param value: object to flatten, for example, a dictionary: 64 :return: the ``value`` flattened to a plain dictionary where each key is concatenated from 110 :param src_dict: a dictionary to unflat for example: 124 :param name_sep: string to split the dictionary keys. 125 :return: the unflatten dictionary, for the above example: 200 # If the flattered property is a dictionary, convert it to a plain list 208 # Normalize flattening to a plain dictionary. [all …]
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.template.log_format_config | 21 bool "Dictionary" 26 Backend is in dictionary-based logging output mode.
|
D | Kconfig.misc | 56 removing strings from final binary and should be used for dictionary 97 bool "Only generated log dictionary database from target" 100 Enable this option to make generating the log dictionary database
|
/Zephyr-latest/samples/modules/canopennode/ |
D | README.rst | 18 dictionary and optionally program download over CANopen. 50 counter object at index ``0x2102`` in the object dictionary. 69 counter object at index ``0x2102`` in the object dictionary. 88 object at index ``0x2102`` in the object dictionary. 107 object at index ``0x2102`` in the object dictionary. 222 object dictionary (here index ``0x1008``, the manufacturer device 256 object dictionary (here index ``0x1017``, the producer heartbeat time) 330 of the CANopen object dictionary (here index ``0x2102``, the button 433 Modifying the Object Dictionary 435 The CANopen object dictionary used in this sample application can be [all …]
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | canopen_program.py | 34 # Object dictionary indexes 235 '''Write program control command to CANopen object dictionary (0x1f51)''' 242 '''Write stop control command to CANopen object dictionary (0x1f51)''' 247 '''Write start control command to CANopen object dictionary (0x1f51)''' 252 '''Write clear control command to CANopen object dictionary (0x1f51)''' 257 '''Write confirm control command to CANopen object dictionary (0x1f51)''' 262 '''Read software identification from CANopen object dictionary (0x1f56)''' 279 '''Download program to CANopen object dictionary (0x1f50)''' 326 '''Create a synthetic CANopen object dictionary for program download'''
|
/Zephyr-latest/scripts/logging/dictionary/ |
D | log_parser_uart.py | 8 Log Parser for Dictionary-based Logging 30 argparser.add_argument("dbfile", help="Dictionary Logging Database file")
|
D | log_parser.py | 9 Log Parser for Dictionary-based Logging 33 argparser.add_argument("dbfile", help="Dictionary Logging Database file")
|
/Zephyr-latest/tests/subsys/logging/dictionary/pytest/ |
D | test_logging_dictionary.py | 8 Pytest harness to test the output of the dictionary logging. 26 through the dictionary logging parser. 31 parser_script = os.path.join(ZEPHYR_BASE, "scripts", "logging", "dictionary", "log_parser.py") 35 # And also the dictionary JSON file is there... 38 logger.info(f'Dictionary JSON: {dictionary_json}') 49 # Find the last dictionary logging block and extract it
|
/Zephyr-latest/doc/services/logging/ |
D | cs_stm.rst | 80 * Dictionary-based - assisted mode which is using dictionary-based logging. In this mode logging 97 If dictionary-based logging is used then proxy just sends data as-is over UART. 102 Dictionary-based logging 105 Assisted multicore logging uses dictionary-based logging to send messages without redundant strings 134 To read the dictionary-based STM log output, do the following: 144 …nrfutil will capture the log data from the specified UART port and use the provided dictionary dat… 183 messages are longer and processing is time consuming. Compared to the dictionary-based mode logging
|
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/ |
D | __init__.py | 8 Dictionary-based Logging Parser Module
|
D | utils.py | 8 Utilities for Dictionary-based Logging Parser
|
/Zephyr-latest/subsys/logging/frontends/ |
D | Kconfig | 7 bool "UART dictionary frontend" 14 Frontend sends data in binary dictionary mode.
|
/Zephyr-latest/scripts/tests/twister/ |
D | conftest.py | 68 Testsuite class and return the dictionary of testsuites""" 87 and return the instances dictionary"""
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/ |
D | leshan.py | 45 - dict: The parsed JSON response as a dictionary. 222 Decode the Leshan representation of a resource back to a Python dictionary. 236 Decode the Leshan representation of an object instance back to a Python dictionary. 246 Decode the Leshan representation of an object back to a Python dictionary. 254 """Send LwM2M READ command and decode the response to a Python dictionary""" 271 """Decode the Leshan's response to composite query back to a Python dictionary""" 321 """Send LwM2M Composite-Read command and decode the response to a Python dictionary""" 331 Targeted resources are defined as a dictionary with the following structure:
|
/Zephyr-latest/samples/modules/canopennode/src/ |
D | main.c | 101 * @brief Button press counter object dictionary handler function. 104 * object (index 0x2102) in the object dictionary. 106 * @param odf_arg object dictionary function argument.
|
1234