Home
last modified time | relevance | path

Searched refs:standard (Results 1 – 25 of 361) sorted by relevance

12345678910>>...15

/Zephyr-latest/boards/nxp/lpcxpresso55s36/
Dlpcxpresso55s36-pinctrl.dtsi18 slew-rate = "standard";
27 slew-rate = "standard";
38 slew-rate = "standard";
45 slew-rate = "standard";
55 slew-rate = "standard";
64 slew-rate = "standard";
72 slew-rate = "standard";
80 slew-rate = "standard";
88 slew-rate = "standard";
96 slew-rate = "standard";
[all …]
/Zephyr-latest/boards/nxp/lpcxpresso55s69/
Dlpcxpresso55s69-pinctrl.dtsi17 slew-rate = "standard";
26 slew-rate = "standard";
34 slew-rate = "standard";
42 slew-rate = "standard";
52 slew-rate = "standard";
63 slew-rate = "standard";
73 slew-rate = "standard";
82 slew-rate = "standard";
101 slew-rate = "standard";
108 slew-rate = "standard";
/Zephyr-latest/boards/nxp/lpcxpresso55s16/
Dlpcxpresso55s16-pinctrl.dtsi17 slew-rate = "standard";
25 slew-rate = "standard";
33 slew-rate = "standard";
44 slew-rate = "standard";
/Zephyr-latest/boards/nxp/lpcxpresso55s28/
Dlpcxpresso55s28-pinctrl.dtsi17 slew-rate = "standard";
25 slew-rate = "standard";
36 slew-rate = "standard";
44 slew-rate = "standard";
/Zephyr-latest/lib/cpp/
DKconfig24 1998 C++ standard as modified by the 2003 technical corrigendum
30 2011 C++ standard, previously known as C++0x.
35 2014 C++ standard.
40 2017 C++ standard, previously known as C++0x.
45 Next revision of the C++ standard, which is expected to be published in 2020.
50 2020 C++ standard, previously known as C++2A.
55 Next revision of the C++ standard, which is expected to be published in 2023.
60 bool "Require complete C++ standard library"
63 Indicates that a full C++ standard library is required, either by
88 of the standard C++ library and is mainly intended for use with the
[all …]
/Zephyr-latest/doc/develop/languages/c/
Dindex.rst17 standard. Applications must return zero (0) from main. All non-zero return
27 1999 release of the ISO C standard (ISO/IEC 9899:1999, hereinafter referred to
29 toolchain that supports the C99 standard and above:
32 * standard boolean types (``bool`` in ``<stdbool.h>``)
39 release of the ISO C standard (ISO/IEC 9899:2011, hereinafter referred to as
44 toolchain that supports the C11 standard and above.
47 least the C11 standard for developing with Zephyr. It is, however, important to
78 C defines standard formatted output functions such as ``printf`` and
79 ``sprintf`` and these functions are implemented by the C standard
82 Each C standard library has its own set of requirements and configurations for
[all …]
Dminimal_libc.rst7 and provides the minimal subset of the standard C library required to meet the
12 frequently used portions of the ISO C standard library. It can also be used
22 standard C library functions required to meet the needs of the Zephyr kernel,
30 instead, it maps the C standard formatted output functions such as ``printf``
53 other de-facto standard sources have been added to the minimal libc.
56 error numbers consistent with the different implementations of the C standard
/Zephyr-latest/doc/connectivity/networking/api/
Dgptp.rst14 the `IEEE 802.1AS-2011 standard`_ (Timing and Synchronization for
21 `IEEE 802.1AS-2011 standard`_. Mandatory requirements for a full-duplex
22 point-to-point link endpoint, as defined in Annex A of the standard,
26 interfaces (also defined as "ports" in the standard) and thus act as
57 The following Application Interfaces as defined in section 9 of the standard
73 .. _IEEE 802.1AS-2011 standard:
74 https://standards.ieee.org/findstds/standard/802.1AS-2011.html
Dieee802154.rst13 IEEE 802.15.4 is a technical standard which defines the operation of low-rate
15 standard, see the `IEEE 802.15.4 Wikipedia article
18 The most recent version of the standard is accessible through the `IEEE GET
26 were accepted into the standard, namely IEEE 802.15.4g (SUN FSK) and IEEE
29 yet integrated into the standard's mainline.
31 Whenever sections from the standard are cited in the documentation, they refer
Dindex.rst6 Zephyr provides support for the standard BSD socket APIs (defined in
10 Apart of the standard API, Zephyr provides a set of custom networking APIs and
/Zephyr-latest/boards/nxp/lpcxpresso55s06/
Dlpcxpresso55s06-pinctrl.dtsi17 slew-rate = "standard";
25 slew-rate = "standard";
/Zephyr-latest/drivers/can/
DKconfig.stm3218 int "Maximum number of standard (11-bit) ID filters"
22 Defines the maximum number of filters with standard ID (11-bit)
25 One standard ID filter with mask occupies 1/2 of the 14 available
62 int "Maximum number of standard (11-bit) ID filters"
66 Defines the maximum number of filters with standard ID (11-bit)
/Zephyr-latest/cmake/compiler/
Dcompiler_features.cmake15 foreach(standard 90 99 11 17 23)
16 list(APPEND compile_features_list c_std_${standard})
17 foreach(id ${c${standard}id})
Dcompiler_flags_template.cmake22 # Property for standard warning base in Zephyr, this will always bet set when compiling.
43 # This section covers flags related to C or C++ standards / standard libs #
46 # Compiler flags for C standard. The specific standard must be appended by user.
50 # Compiler flags for disabling C standard include and instead specify include
55 # Compiler flags for disabling C++ standard include.
/Zephyr-latest/doc/hardware/peripherals/audio/
Di2s.rst9 The I2S (Inter-IC Sound) API provides support for the standard I2S interface
10 as well as common non-standard extensions such as PCM Short/Long Frame Sync
/Zephyr-latest/boards/nxp/lpcxpresso51u68/
Dlpcxpresso51u68-pinctrl.dtsi15 slew-rate = "standard";
36 slew-rate = "standard";
/Zephyr-latest/boards/nxp/lpcxpresso54114/
Dlpcxpresso54114-pinctrl.dtsi17 slew-rate = "standard";
38 slew-rate = "standard";
/Zephyr-latest/doc/hardware/peripherals/
Dps2.rst11 becoming an industry-wide standard for mouse and
14 connection standard. For legacy support on boards
/Zephyr-latest/doc/develop/languages/cpp/
Dindex.rst22 The default C++ standard level (i.e. the language enforced by the
25 :kconfig:option:`CONFIG_STD_CPP98`. The oldest standard supported and
33 The C++ standard requires the ``main()`` function to have the return type of
49 * OS-specific C++ standard library classes (e.g. ``std::thread``,
76 of the C++ standard library and application binary interface (ABI) functions to
86 the applications that implement their own (non-standard) class library and do
91 standard library support.
97 part of the ISO C++ standard (``std`` namespace).
99 Zephyr does not include any C++ standard library implementation in source code
101 pre-built C++ standard library included in the C++ compiler toolchain.
[all …]
/Zephyr-latest/boards/shields/esp_8266/doc/
Dindex.rst11 the standard IEEE802.11 b/g/n protocol, built-in complete TCP/IP protocol
52 Sometimes boards declare standard headers like Arduino R3 but not define
93 application. When a standard connector (arduino, mikrobus) is available on
95 shield is used with a board that doesn't feature a standard connector, a
97 configurations should be used based on the board standard headers available.
102 | Without standard (overlay) | `esp_8266`_ | 1 |
123 To build shield with standard headers:
/Zephyr-latest/doc/safety/
Dsafety_overview.rst20 is, what standard we aim to achieve and what quality standards and processes need to be implemented
41 <https://en.wikipedia.org/wiki/IEC_61508>`__ standard and the Safety Integrity Level (SIL) 3 /
43 code base is pre-existing, we use the route 3s/1s approach defined by the IEC 61508 standard.
50 *Compliant development. Compliance with the requirements of this standard for the avoidance and
53 Summarization IEC 61508 standard
56 The IEC 61508 standard is a widely recognized international standard for functional safety of
58 some of the key safety aspects of the standard:
60 #. **Hazard and Risk Analysis**: The IEC 61508 standard requires a thorough analysis of potential
64 #. **Safety Integrity Level (SIL)**: The standard introduces the concept of Safety Integrity Level
68 #. **System Design**: The IEC 61508 standard requires a systematic approach to system design that
[all …]
/Zephyr-latest/boards/phytec/phyboard_pollux/
Dphyboard_pollux_mimx8ml8_m7.dts27 * BSP-Linux standard output. Can cause problems if used with standard bsp
/Zephyr-latest/soc/intel/intel_ish/doc/
Dsupported_features.txt4 In addition to the standard architecture devices (HPET, local and I/O APICs,
/Zephyr-latest/lib/utils/
DKconfig46 bool "Use standard memcpy() in winstream"
49 environments before the standard library is usable. By
51 this to use the one from the standard library.
/Zephyr-latest/tests/drivers/i2c/i2c_bme688/
DREADME.txt6 I2C speed is set to standard.

12345678910>>...15