Home
last modified time | relevance | path

Searched refs:macros (Results 76 – 100 of 124) sorted by relevance

12345

/Zephyr-latest/tests/benchmarks/thread_metric/
Dthread_metric_readme.txt230 tm_porting_layer_[RTOS].c and NOT as macros.
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_l2.rst76 macros will call the :c:macro:`DEVICE_DEFINE()` macro, and also
Dnet_pkt.rst305 There are two macros used to define a data access descriptor:
/Zephyr-latest/doc/hardware/porting/
Dsoc_porting.rst85 configuration macros for the SoC. The :file:`soc.h` will often be included in
/Zephyr-latest/doc/releases/
Drelease-notes-3.7.rst158 * Deprecated the :c:macro:`CAN_MAX_STD_ID` and :c:macro:`CAN_MAX_EXT_ID` macros in favor of
564 * Added ``ADC_DT_SPEC_*BY_NAME()`` macros to get ADC IO-channel information from DT by name.
642 * Added devicetree macros :c:macro:`DT_CAN_TRANSCEIVER_MIN_BITRATE` and
646 ``CAN_DT_DRIVER_CONFIG_GET`` and ``CAN_DT_DRIVER_CONFIG_INST_GET`` macros.
700 :c:macro:`DISK_IOCTL_CTRL_DEINIT` macros, which allow for initializing
748 * Renamed eSPI virtual wire direction macros, enum values and Kconfig to match the new
1505 * Added argument validation in network shell macros.
1619 be used with macros like :c:macro:`IS_ENABLED`, IF_ENABLED, or COND_CODE_x.
Drelease-notes-3.4.rst217 HCI-related macros and structs. The previous ``hci_err.h`` has been merged
266 pointer to struct member. This allows using the existing SPI dt-spec macros in
473 * Disabled the models initialization macros for C++ as they use the compound
677 expansions, e.g. in device definition macros.
757 to the ``DEVICE_*_DEFINE()`` macros.
Drelease-notes-3.6.rst276 * Fixed an issue where the macros ``_POSIX_C_SOURCE`` and ``_XOPEN_SOURCE`` would be defined
623 * Added devicetree properties macros to various ST sensor drivers.
645 * Added new self-documenting macros for setting ST sensor devicetree
813 * Added LwM2M-specific macros for object initialization during boot.
1151 * Following Flash Map API macros, marked in 3.2 as deprecated, have been removed:
Drelease-notes-2.7.rst125 * The following Bluetooth macros and structures in :file:`hci.h` have been
164 * Removed support for the deprecated ``DEVICE_INIT`` and ``DEVICE_AND_API_INIT`` macros.
166 * Removed support for the deprecated ``GET_ARG1``, ``GET_ARG2`` and ``GET_ARGS_LESS_1`` macros.
741 * Reworked descriptors, config, and data definitions macros in CDC ACM class.
751 * New "for-each" macros which work like existing APIs, but take variable
759 * Other new "for-each" macros: :c:macro:`DT_FOREACH_STATUS_OKAY`,
762 * New macros for converting strings to C tokens: :c:macro:`DT_STRING_TOKEN`,
765 * New :ref:`devicetree-pinctrl-api` helper macros
1358 * :github:`37850` - Provide macros for switching off Zephyr kernel version
Drelease-notes-2.6.rst89 * USB HID specific macros in ``<include/usb/class/usb_hid.h>`` are deprecated
90 in favor of new common HID macros defined in ``<include/usb/class/hid.h>``.
128 * The following functions, macros, and structures related to the kernel
439 * Moved definitions of ADC acquisition time macros so that those macros can be used in dts files.
534 * New macros for initializing ``gpio_dt_spec`` values:
595 new DT device macros.
614 * Refactored multiple ST sensor drivers to use gpio_dt_spec macros and common
658 * Converted eswifi and esp drivers to new DT device macros
1355 …34527` - Cpp compiling error: expected primary-expression before 'char'. _Generic macros problem
2214 * :github:`9778` - Implement zephyr specific SEGGER_RTT_LOCK and SEGGER_RTT_UNLOCK macros
Dmigration-guide-4.1.rst351 struct :c:struct:`prometheus_metric` any more. This means that the Prometheus macros
Drelease-notes-4.0.rst84 * ``CBPRINTF_PACKAGE_COPY_*`` macros, deprecated since Zephyr 3.5.0, have been removed.
86 * ``_ENUM_TOKEN`` and ``_ENUM_UPPER_TOKEN`` macros, deprecated since Zephyr 2.7.0,
1153 * Removed ``work_q`` parameter from socket service macros as it was no longer
1200 Many new macros added for this, for example :c:macro:`DT_ENUM_IDX_BY_IDX`.
1204 * Added macros :c:macro:`DT_NODE_FULL_NAME_UNQUOTED`, :c:macro:`DT_NODE_FULL_NAME_TOKEN`,
Drelease-notes-3.1.rst37 consistency with the ``dt_nodelabel_has_prop`` function and devicetree macros
141 ``PWM_USEC()`` macros, which convert other units to nanoseconds.
421 * Added the :c:struct:`adc_dt_spec` structure and associated helper macros,
674 * Removed custom logging macros from MQTT implementation, in favour of the
768 * New macros for creating tokens in C from strings in the devicetree:
930 macros in ``stdint.h``.
931 * Added ``PRIx{FAST,LEAST}N`` and ``PRIxMAX`` format specifier macros in
1436 * :github:`45209` - Minimal LIBC missing macros
Drelease-notes-1.5.rst212 * ``ZEP-460`` - doc: document parameters of DEVICE* macros
Drelease-notes-1.8.rst216 * ``ZEP-973`` - Remove deprecated API related to device PM functions and DEVICE\_ and SYS\_* macros
Drelease-notes-3.0.rst240 * Removed deprecated macros:
768 :c:macro:`PM_DEVICE_DT_INST_DEFINE`. Device instantiation macros take now
778 * Improved PM states Devicetree macros naming
889 * :github:`42586` - Net buffer macros rely on GCC extension
/Zephyr-latest/doc/services/logging/
Dindex.rst47 has set of dedicated macros. Logger API also has macros for logging data.
49 For each level the following set of macros are available:
/Zephyr-latest/soc/intel/intel_adsp/ace/
Dace-link.ld33 * These macros will set up a segment start address correctly,
/Zephyr-latest/doc/connectivity/usb/device_next/
Dusb_device.rst87 :c:macro:`USBD_DESC_SERIAL_NUMBER_DEFINE` macros. String descriptors also
/Zephyr-latest/samples/net/mqtt_publisher/
DREADME.rst76 following macros to specify those values:
/Zephyr-latest/doc/kernel/usermode/
Dkernelobjects.rst205 * Kernel objects that were declared with static initialization macros
/Zephyr-latest/doc/build/dts/
Dphandles.rst354 This feature and these macros are used internally by numerous hardware-specific
Dtroubleshooting.rst274 devicetree macros expanded to. For example, on macOS and Linux, using ``find``
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Daccess.rst109 The :c:macro:`BT_MESH_PUB_MSG_TOTAL` and :c:macro:`BT_MESH_PUB_MSG_NUM` macros
/Zephyr-latest/subsys/net/lib/sockets/
DKconfig144 macros (which are configured by CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN in
/Zephyr-latest/doc/kernel/data_structures/
Dring_buffers.rst226 using one of two macros at file scope. Each macro defines both the ring

12345