Searched refs:struct (Results 151 – 175 of 232) sorted by relevance
12345678910
/Zephyr-latest/scripts/build/ |
D | gen_kobject_list.py | 58 import struct 495 return struct.unpack(endian_code + size_code, 858 byte_str = struct.pack(endian + format_code, obj_addr)
|
/Zephyr-latest/doc/services/shell/ |
D | index.rst | 298 static int gain_cmd_handler(const struct shell *sh, 357 struct shell_static_entry *entry) 467 static int cmd_handler(const struct shell *sh, size_t argc, 514 static int cmd_handler(const struct shell *sh, size_t argc, 694 struct getopt_state *state; 796 static int cmd_demo_ping(const struct shell *sh, size_t argc, 806 static int cmd_demo_params(const struct shell *sh, size_t argc,
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | lwm2m.rst | 253 :c:struct:`lwm2m_ctx` structure: 258 static struct lwm2m_ctx client; 278 static void rd_client_event(struct lwm2m_ctx *client, 417 LwM2M stack provides callbacks in the :c:struct:`lwm2m_ctx` structure. 506 Application needs to allocate an array of :c:struct:`lwm2m_time_series_elem` structures and then 513 static struct lwm2m_time_series_elem temperature_cache[10];
|
/Zephyr-latest/doc/connectivity/usb/device/ |
D | usb_device.rst | 146 const struct device *const dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_console)); 222 instead the interface is provided by :c:struct:`hid_ops`. 236 for :c:struct:`hid_ops` is to provide ``int_in_ready`` callback. 242 static const struct device *hdev; 244 static void int_in_ready_cb(const struct device *dev) 281 static const struct hid_ops my_ops = {
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/ |
D | Kconfig | 184 registered callbacks. Data can be appended to the struct provided in the callback. 208 callbacks. Data can be appended to the struct provided in the callback.
|
/Zephyr-latest/doc/develop/tools/ |
D | coccinelle.rst | 474 const struct KnownTagData *tagData = knownTagData; 475 const struct KnownTagData * const knownTagDataEnd = knownTagData + knownTagCount; 532 const struct KnownTagData *tagData = knownTagData; 533 const struct KnownTagData * const knownTagDataEnd = knownTagData + knownTagCount;
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig | 14 implementation via `struct fs_file_system_t` if only a subset
|
/Zephyr-latest/doc/build/dts/ |
D | design.rst | 46 - Runtime determination of ``struct device`` relationships should be done using
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.4.rst | 144 is embedded in a larger struct and requires that the trigger is not allocated 180 ``struct net_if * iface`` parameter: 187 * MCUmgr transports now need to set up the struct before registering it by 189 moved to a ``functions`` struct object of type 190 :c:struct:`smp_transport_api_t`. Because of these changes, the legacy 195 * Added a new flag :c:struct:`dac_channel_cfg` ``buffered`` for DAC channels in 196 :c:struct:`dac_channel_cfg` to allow the configuration of the output buffer. 207 :c:struct:`fs_mgmt_file_access` for the new structure definition. 260 * :c:macro:`SYS_INIT` callback no longer requires a :c:struct:`device` argument. 265 * Changed :c:struct:`spi_config` ``cs`` (:c:struct:`spi_cs_control`) from [all …]
|
D | release-notes-3.2.rst | 43 * Changed :c:struct:`spi_cs_control` to remove anonymous struct. 45 struct. Updated :c:macro:`SPI_CS_CONTROL_PTR_DT` to reflect 74 to :zephyr_file:`include/zephyr/net/socketcan.h`, the SocketCAN ``struct can_frame`` has been 75 renamed to :c:struct:`socketcan_frame`, and the SocketCAN ``struct can_filter`` has been renamed 76 to :c:struct:`socketcan_filter`. The SocketCAN utility functions are now available in 79 * The CAN controller ``struct zcan_frame`` has been renamed to :c:struct:`can_frame`, and ``struct 80 zcan_filter`` has been renamed to :c:struct:`can_filter`. 126 * Removed deprecated SPI :c:struct:`spi_cs_control` fields for GPIO management 127 that have been replaced with :c:struct:`gpio_dt_spec`. 333 * Added a new callback :c:func:`rpa_expired` in the struct [all …]
|
D | release-notes-1.8.rst | 34 * arm: Update core to use struct k_thread 217 * ``ZEP-1028`` - shrink k_block struct size 310 * ``ZEP-2065`` - struct dns_addrinfo has unused fields
|
D | release-notes-3.1.rst | 44 * Added ``const struct device`` parameter to the following CAN callback function signatures: 130 struct :c:struct:`spi_cs_control` in favor of a new struct 131 :c:struct:`gpio_dt_spec` member named ``gpio``. 248 :c:func:`bond_delete` have been moved from struct :c:struct:`bt_auth_cb` to a 249 newly created informational-only callback struct :c:struct:`bt_conn_auth_info_cb`. 251 * :c:func:`bt_conn_index` now takes a ``const struct bt_conn*`` argument. 253 * The :c:struct:`bt_gatt_subscribe_params` structure's ``write`` callback 278 * Created a new :c:struct:`bt_conn_auth_info_cb` to group the 279 security-related callbacks under a single struct 421 * Added the :c:struct:`adc_dt_spec` structure and associated helper macros, [all …]
|
/Zephyr-latest/doc/project/ |
D | documentation.rst | 104 __syscall void k_sem_give(struct k_sem *sem);
|
/Zephyr-latest/doc/services/retention/ |
D | blinfo.rst | 114 (``struct image_version`` object)
|
/Zephyr-latest/doc/develop/languages/cpp/ |
D | index.rst | 176 boilerplate code. C99 added initialization of ``struct`` and ``union`` 189 much more restricted way; partly because a C++ ``struct`` is actually a 220 supports anonymous unions only as a member of an enclosing ``struct`` or
|
/Zephyr-latest/soc/intel/intel_adsp/cavs/include/ |
D | xtensa-cavs-linker.ld | 52 /* rimage module sections are C struct data, and thus flagged ALLOC. 467 * sounds like a struct should be declared packed somewhere...)
|
/Zephyr-latest/arch/riscv/ |
D | Kconfig | 125 software macros. The structure must be called 'struct arch_esf'. 178 a "struct soc_esf" type (typedefed to soc_esf_t), which will 181 - SOC_ESF_INIT: structure contents initializer for struct soc_esf
|
/Zephyr-latest/doc/kernel/usermode/ |
D | memory_domain.rst | 103 must assign themselves to a resource pool, which is a :c:struct:`k_heap` 336 :c:struct:`k_mem_domain`. It must then be initialized by calling 343 struct k_mem_domain app0_domain; 367 struct k_mem_partition *app0_parts[] = {
|
/Zephyr-latest/drivers/i3c/ |
D | Kconfig | 154 natively the submissions are converted back to struct i3c_msg values that
|
/Zephyr-latest/samples/modules/chre/ |
D | README.rst | 59 will also provide an implementation of ``chrePalSensorGetApi()`` and ``struct chrePalSystemApi``.
|
/Zephyr-latest/doc/services/llext/ |
D | config.rst | 70 :c:struct:`llext_buf_loader`.
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/ |
D | README.rst | 100 Each test harness is defined by a ``struct bst_test_instance`` structure, that
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | demand_paging.rst | 53 addresses. For every page frame, a ``struct k_mem_page_frame`` is instantiated to 201 struct may be updated for internal accounting. This can be
|
D | slabs.rst | 78 struct k_mem_slab my_slab;
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | mpsc_pbuf.rst | 95 struct foo_header {
|
12345678910