Home
last modified time | relevance | path

Searched full:content (Results 1 – 25 of 582) sorted by relevance

12345678910>>...24

/Zephyr-latest/samples/subsys/zbus/dyn_channel/
Dsample.yaml11 - "W: Content"
14 - "W: Content"
17 - "W: Content"
20 - "W: Content"
23 - "W: Content"
26 - "W: Content"
29 - "W: Content"
32 - "W: Content"
35 - "W: Content"
39 - "W: Content"
[all …]
DREADME.rst29 W: Content
32 W: Content
35 W: Content
38 W: Content
41 W: Content
44 W: Content
47 W: Content
50 W: Content
53 W: Content
57 W: Content
[all …]
/Zephyr-latest/doc/_extensions/zephyr/
Dapplication.py124 # Build the command content as a list, then convert to string.
125 content = []
156 content.append(paragraph)
157 content.append(self._lit_block(w))
159 content.extend(w)
167 content.append(paragraph)
168 content.append(self._lit_block(c))
170 content.extend(c)
173 content = [self._lit_block(content)]
175 return content
[all …]
Dexternal_content.py2 External content
17 Paths for external content included via e.g. figure, literalinclude, etc.
47 """Default directives for included content."""
57 """Adjust included content paths.
61 basepath: Base path to be used to resolve content location.
84 content = f.read()
86 r"\.\. (" + "|".join(directives) + r")::\s*([^`\n]+)", _adjust, content
111 for content in app.config.external_content_contents:
112 prefix_src, glob = content
Ddoxyrunner.py85 doxyfile: Content of the Doxyfile.
112 raise ValueError(f"Unexpected line content: {line}")
157 Processed Doxyfile content.
161 content = f.read()
163 content = re.sub(
166 content,
170 content = re.sub(
173 content,
177 content = re.sub(
180 content,
[all …]
/Zephyr-latest/scripts/build/
Dgen_image_info.py29 content = []
32 content.append(f'#ifndef {filename_we}_H')
33 content.append(f'#define {filename_we}_H')
34 content.append(f'')
35 content.append(f'#define SEGMENT_NUM {len(segments)}')
36 content.append(f'#define ADJUSTED_LMA {adjusted_lma}')
44 content.append(f'')
45 content.append(f'#define SEGMENT_LMA_ADDRESS_{idx} {hex_lma_addr}')
46 content.append(f'#define SEGMENT_VMA_ADDRESS_{idx} {hex_vma_addr}')
47 content.append(f'#define SEGMENT_SIZE_{idx} {hex_size}')
[all …]
/Zephyr-latest/doc/_static/css/
Dcustom.css31 .rst-content .toctree-wrapper p.caption,
43 .rst-content .toctree-wrapper p.caption {
49 .rst-content div.figure p.caption {
56 .rst-content div.figure.figure-w480 {
65 .rst-content ol.arabic,
66 .rst-content .section ul,
67 .rst-content .toctree-wrapper ul,
68 .rst-content .section ol {
74 .rst-content table.docutils thead {
105 .rst-content .toc-backref {
[all …]
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dleshan.py74 …{self.timeout}&format={self.format}' + uri_options, data=data, headers={'content-type': 'applicati…
81 headers={'content-type': 'application/json'}
220 def _decode_resource(cls, content: dict):
224 if content['kind'] == 'singleResource' or content['kind'] == 'resourceInstance':
225 return {content['id']: cls._decode_value(content['type'], content['value'])}
226 elif content['kind'] == 'multiResource':
228 for riid, value in content['values'].items():
229 values.update({int(riid): cls._decode_value(content['type'], value)})
230 return {content['id']: values}
231 raise RuntimeError(f'Unhandled type {content["kind"]}')
[all …]
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/
Ddoxytooltip.js23 * tooltip's content.
47 content: "Loading...",
90 let content;
94 content = target.parentElement.nextElementSibling;
97 content = parsedDoc.querySelector(`#details ~ div.textblock`);
104 content = target.closest('h2').nextElementSibling;
108 if (content) {
110 content.querySelectorAll('a').forEach((a) => {
117 // set the tooltip content
118 instance.setContent(content.cloneNode(true).innerHTML);
[all …]
Ddoxytooltip.css12 background-color: var(--content-wrap-background-color);
17 border-top-color: var(--content-wrap-background-color);
21 border-bottom-color: var(--content-wrap-background-color);
25 border-left-color: var(--content-wrap-background-color);
29 border-right-color: var(--content-wrap-background-color);
32 .tippy-box[data-theme~='doxytooltip'] .tippy-content {
/Zephyr-latest/samples/net/lwm2m_client/
Doverlay-lwm2m-1.1-core-interop.conf8 #Enable SenML JSON content format
13 #Enable SenML CBOR content format
18 #Enable legacy content formats
/Zephyr-latest/scripts/utils/
Dpinctrl_nrf_migrate.py171 # Content formatters and writers
188 # append content before last node closing
190 content = open(pinctrl_file).readlines()
191 for i, line in enumerate(content[::-1]):
193 last_line = len(content) - (i + 1)
202 for line in content[:last_line]:
236 for line in content[last_line:]:
242 def board_is_nrf(content: List[str]) -> bool:
246 content: DT file content as list of lines.
252 for line in content:
[all …]
Dmigrate_sys_init.py46 content = ""
58 content += f"{b}int {sys_init}(void){e}\n"
66 content += line
70 content += line
73 content += line
79 f.write(content)
Dmigrate_includes.py40 content = ""
45 content += (
57 content += (
67 content += line
73 f.write(content)
/Zephyr-latest/drivers/firmware/scmi/
Dclk.c54 msg.content = &clk_id; in scmi_clock_rate_get()
58 reply.content = &reply_buffer; in scmi_clock_rate_get()
95 msg.content = cfg; in scmi_clock_rate_set()
99 reply.content = &status; in scmi_clock_rate_set()
131 msg.content = &clk_id; in scmi_clock_parent_get()
135 reply.content = &reply_buffer; in scmi_clock_parent_get()
169 msg.content = &cfg; in scmi_clock_parent_set()
173 reply.content = &status; in scmi_clock_parent_set()
220 msg.content = cfg; in scmi_clock_config_set()
224 reply.content = &status; in scmi_clock_config_set()
[all …]
Dpower.c36 msg.content = &domain_id; in scmi_power_state_get()
40 reply.content = &reply_buffer; in scmi_power_state_get()
79 msg.content = cfg; in scmi_power_state_set()
83 reply.content = &status; in scmi_power_state_set()
/Zephyr-latest/samples/boards/espressif/flash_encryption/src/
Dmain.c39 LOG_HEXDUMP_INF(buffer, sizeof(buffer), "WRITE BUFFER CONTENT"); in main()
41 /* erase flash content */ in main()
47 /* read flash content without decrypting content */ in main()
52 /* read flash content and decrypt */ in main()
/Zephyr-latest/subsys/bindesc/
Dgen_bindesc_build_time_h.cmake37 file(READ ${IN_FILE} content)
38 string(CONFIGURE "${content}" content)
39 file(WRITE ${OUT_FILE} "${content}")
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dccid.h3 * @brief Header for Bluetooth Audio Content Control Identifier.
15 * @brief Bluetooth Content Control Identifier (CCID)
16 * @defgroup bt_ccid Bluetooth Content Control Identifier
24 * The Content Control Identifier (CCID) API manages CCIDs for @ref BT_UUID_CCID characteristics.
/Zephyr-latest/modules/mbedtls/
Dcreate_psa_files.py77 content = file.readlines()
78 for line in content:
108 def generate_output_file(content: str, file_name: str):
110 output_file.write(content)
112 def check_file(content: str, file_name: str):
116 if file_content != content:
/Zephyr-latest/include/zephyr/logging/
Dlog_multidomain_helper.h71 /** @brief Content of the logging message. */
76 /** @brief Content of the domain count message. */
81 /** @brief Content of the source count message. */
87 /** @brief Content of the domain name message. */
93 /** @brief Content of the source name message. */
100 /** @brief Content of the message for getting logging levels. */
108 /** @brief Content of the message for setting logging level. */
115 /** @brief Content of the message for getting amount of dropped messages. */
/Zephyr-latest/tests/drivers/eeprom/api/
Dtestcase.yaml8 # Tests overwrite EEPROM content, only run on select boards
18 # Tests overwrite EEPROM content, only run on select boards
/Zephyr-latest/include/zephyr/ipc/
Dicmsg_me.h55 * when calling this function. The content of this
79 * @ref icmsg_me_init and its content must be preserved
107 * @ref icmsg_me_init and its content must be preserved
120 * @ref icmsg_me_init and its content must be preserved
134 * @ref icmsg_me_init and its content must be preserved
160 * @ref icmsg_me_init and its content must be preserved
182 * @ref icmsg_me_init and its content must be preserved
204 * @ref icmsg_me_init and its content must be preserved
223 * @ref icmsg_me_init and its content must be preserved
235 * @ref icmsg_me_init and its content must be preserved
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_clear/src/
Dtest_suite_bt_settings.c44 * - The key content is cleared and removed from persistent memory
64 "Key content wasn't cleared by 'bt_keys_clear()'"); in ZTEST()
82 * - The key content is cleared and removed from persistent memory
102 "Key content wasn't cleared by 'bt_keys_clear()'"); in ZTEST()
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtestinstance.py354 content = ""
372 content = "\n".join(new_config_list)
377 content = content + "\nCONFIG_COVERAGE=y"
378 content = content + "\nCONFIG_COVERAGE_DUMP=y"
382 content = content + "\nCONFIG_ASAN=y"
384 content = content + "\nCONFIG_UBSAN=y"
386 if content:
390 f.write(content)
392 return content

12345678910>>...24