Home
last modified time | relevance | path

Searched refs:parsing (Results 1 – 25 of 55) sorted by relevance

123

/Zephyr-latest/boards/native/nrf_bsim/common/
Dbsim_args_runner.c169 static enum {Main = 0, Test = 1} parsing = Main; in nsi_handle_one_cmdline_argument() local
173 parsing = Test; in nsi_handle_one_cmdline_argument()
177 parsing = Test; in nsi_handle_one_cmdline_argument()
180 parsing = Main; in nsi_handle_one_cmdline_argument()
184 if (parsing == Main) { in nsi_handle_one_cmdline_argument()
190 } else if (parsing == Test) { in nsi_handle_one_cmdline_argument()
/Zephyr-latest/drivers/gnss/
DKconfig40 bool "GNSS parsing utilities"
42 Enable GNSS parsing utilities.
45 bool "NMEA0183 parsing utilities"
48 Enable NMEA0183 parsing utilities.
/Zephyr-latest/subsys/bindesc/
DKconfig48 Enable reading and parsing binary descriptors from RAM.
53 Enable reading and parsing binary descriptors from memory mapped flash.
58 Enable reading and parsing binary descriptors from non memory mapped flash
/Zephyr-latest/lib/os/
Dcbprintf_packaged.c259 bool parsing = false; in cbvprintf_package() local
448 parsing = false; in cbvprintf_package()
473 if (!parsing) { in cbvprintf_package()
475 parsing = true; in cbvprintf_package()
484 parsing = false; in cbvprintf_package()
542 parsing = false; in cbvprintf_package()
553 parsing = false; in cbvprintf_package()
595 parsing = false; in cbvprintf_package()
600 parsing = false; in cbvprintf_package()
/Zephyr-latest/subsys/net/lib/http/
DREADME_http_parser11 NOTE: The portions which relate to URL parsing have been split out into
DKconfig20 bool "HTTP strict parsing"
23 This option enables the strict parsing option
/Zephyr-latest/doc/develop/sca/
Dcodechecker.rst49 - Perform a cleanup after parsing/storing. This will remove all ``plist`` files.
63 - Skip parsing the analysis, useful if you simply want to store the results.
/Zephyr-latest/doc/hardware/peripherals/
Dgnss.rst22 to and from the modem, to parsing, creating and processing
/Zephyr-latest/lib/utils/
DKconfig9 Build a minimal JSON parsing/encoding library. Used by sample
/Zephyr-latest/doc/build/dts/
Dintro-input-output.rst93 A low-level DTS parsing library.
98 the DTS parsing.
/Zephyr-latest/doc/project/
Ddocumentation.rst53 documentation in its own module and identify it uniquely when parsing test data
/Zephyr-latest/cmake/modules/
Dzephyr_default.cmake105 # Include board specific device-tree flags before parsing.
Dboards.cmake69 # Helper function for parsing a board's name, revision, and qualifiers,
/Zephyr-latest/doc/services/net_buf/
Dindex.rst47 In addition to actual protocol data and generic parsing context, network
/Zephyr-latest/subsys/net/l2/wifi/
DKconfig26 for parsing the scan results. Normal scan results are not provided
/Zephyr-latest/modules/mbedtls/
DKconfig.tls-generic636 bool "X.509 CRL parsing"
638 Used by X.509 CRL parsing
646 bool "X.509 Certificate Signing Request parsing"
/Zephyr-latest/scripts/ci/es_upload/
DREADME.md52 * `--transform` applies regexp group parsing rules to string properties extracting
/Zephyr-latest/doc/connectivity/networking/api/
Dcoap_server.rst133 The CoAP server provides logic for parsing observe requests and stores these using the runtime data
Dcoap.rst23 for communication and pass the buffer to the library for parsing and other
Dnet_l2.rst45 The L2 stack does what it needs to do with the packet, for example, parsing
/Zephyr-latest/subsys/net/lib/coap/
DKconfig40 This option enables the parsing of extended CoAP options length.
/Zephyr-latest/boards/native/doc/
Dbsim_boards_design.rst339 Command line argument parsing
355 Command line argument parsing is handled by using the bs_cmd_line component
Darch_soc.rst346 The native simulator runner provides the Linux program entry point, command line argument parsing,
480 at different stages during the process execution: Before command line parsing
/Zephyr-latest/doc/develop/west/
Dwest-apis.rst347 recommended method for parsing west manifests is
/Zephyr-latest/doc/_extensions/zephyr/domain/
D__init__.py50 from sphinx.util.parsing import nested_parse_to_nodes

123