Searched refs:types (Results 151 – 175 of 216) sorted by relevance
123456789
/Zephyr-latest/doc/releases/ |
D | release-notes-2.4.rst | 23 * Moved to using C99 integer types and deprecate Zephyr integer types. The 24 Zephyr types can be enabled by Kconfig DEPRECATED_ZEPHYR_INT_TYPES option. 55 * Moved to using C99 integer types and deprecate Zephyr integer types. The 56 Zephyr types can be enabled by Kconfig DEPRECATED_ZEPHYR_INT_TYPES option. 1567 * :github:`25327` - Move to C99 integer types and deprecate zephyr specific types 1845 * :github:`8469` - Zephyr types incompatibilities (e.g. u32_t vs uint32_t)
|
/Zephyr-latest/arch/arm/core/ |
D | Kconfig | 302 `_Float16` (defined by ISO/IEC TS 18661-3:2015) types.
|
/Zephyr-latest/doc/develop/west/ |
D | config.rst | 27 There are three types of configuration file:
|
D | west-apis.rst | 31 :py:class:`WestCommand` class defined here. Some exception types are also
|
/Zephyr-latest/doc/kernel/services/ |
D | polling.rst | 213 One of the types of events is :c:macro:`K_POLL_TYPE_SIGNAL`: this is a "direct"
|
/Zephyr-latest/doc/develop/test/ |
D | pytest.rst | 112 (``native``, ``qemu``, ``hardware``, etc.). All types of devices share the same API. This allows for
|
/Zephyr-latest/doc/develop/application/ |
D | index.rst | 101 .. _zephyr-app-types: 103 Application types 106 We distinguish three basic types of Zephyr application based on where 946 types.
|
/Zephyr-latest/doc/services/storage/zms/ |
D | zms.rst | 5 Zephyr Memory Storage is a new key-value storage system that is designed to work with all types 8 data on these types of devices can be overwritten directly at any time.
|
/Zephyr-latest/boards/udoo/udoo_neo_full/doc/ |
D | index.rst | 148 The M4 core can use up to 5 different RAMs (some other types of memory like
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | mcumgr_callbacks.rst | 194 Two types of errors can be returned, the ``rc`` parameter can be set to an
|
/Zephyr-latest/ |
D | LICENSE | 33 and conversions to other media types.
|
/Zephyr-latest/drivers/flash/ |
D | flash_stm32_xspi.c | 2302 } types; in flash_stm32_xspi_init() member 2312 const uint8_t cmd = u2.types.type[ei]; in flash_stm32_xspi_init()
|
D | flash_stm32_ospi.c | 2483 } types; in flash_stm32_ospi_init() member 2493 const uint8_t cmd = u2.types.type[ei]; in flash_stm32_ospi_init()
|
/Zephyr-latest/doc/build/dts/ |
D | phandles.rst | 370 phandle types (``phandle``, ``phandles``, ``phandle-array``)
|
D | api-usage.rst | 169 Properties with ``string`` and ``boolean`` types work the exact same way. The
|
/Zephyr-latest/doc/build/sysbuild/ |
D | images.rst | 339 additional types without restriction.
|
/Zephyr-latest/doc/kernel/usermode/ |
D | kernelobjects.rst | 239 to define some new kernel object types. There are different steps needed
|
D | syscalls.rst | 63 to determine the data types of its return value and arguments, and has some 345 return type and argument types as the wrapped system call. Their job
|
/Zephyr-latest/doc/develop/languages/cpp/ |
D | index.rst | 177 types by "designated" member names instead of a list of *bare*
|
/Zephyr-latest/doc/contribute/ |
D | contributor_expectations.rst | 119 different types of changes (e.g., feature implementation and unrelated refactoring) in the same
|
/Zephyr-latest/doc/build/kconfig/ |
D | setting.rst | 101 Other symbol types are assigned like this:
|
/Zephyr-latest/doc/services/ipc/ipc_service/backends/ |
D | ipc_service_icbmsg.rst | 168 The ICBMsg uses following two types of messages:
|
/Zephyr-latest/cmake/modules/ |
D | extensions.cmake | 3551 # zephyr_get_targets(<directory> <types> <targets>) 3557 # and return the build types matching the <types> list. 3558 # Example of types: OBJECT_LIBRARY, STATIC_LIBRARY, INTERFACE_LIBRARY, UTILITY. 3560 # returns a list of targets in <targets> matching the required <types>. 3561 function(zephyr_get_targets directory types targets) 3566 if(${target_type} IN_LIST types) 3572 zephyr_get_targets(${directory} "${types}" ${targets}) 4018 # devicetree binding types: string, int, boolean, array, uint8-array, 4027 # node exists and has a property <prop> with one of the above types.
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig.ll_sw_split | 1356 Catch-all for enabling proprietary event types in Controller behavior. 1359 int "Range of event constants reserved for proprietary event types" 1364 Number of event types reserved for proprietary use. The range
|
/Zephyr-latest/doc/hardware/porting/ |
D | arch.rst | 179 two types of threads: preemptible and cooperative. 210 There are two types of context switches: :dfn:`cooperative` and :dfn:`preemptive`. 500 Two types of thread stacks exist:
|
123456789