Home
last modified time | relevance | path

Searched full:belongs (Results 1 – 25 of 80) sorted by relevance

1234

/Zephyr-latest/soc/
DKconfig.v115 SoC if the SoC belongs to a common series.
21 SoC if the SoC belongs to a SoC family. Usually a SoC family also
DKconfig.v222 SoC if the SoC belongs to a common series.
28 SoC if the SoC belongs to a SoC family. Usually a SoC family also
/Zephyr-latest/drivers/sensor/tdk/icm42688/
Dicm42688_spi.h17 * of which memory bank the register belongs to.
30 * of which memory bank the register belongs to.
45 * of which memory bank the register belongs to.
/Zephyr-latest/include/zephyr/mem_mgmt/
Dmem_attr.h86 * (for example the buffer is cacheable / non-cacheable or belongs to RAM /
90 * full set of attributes for the memory region it belongs to (bitmask). So the
103 * @retval -ENOSPC if the buffer is too big for the region it belongs to.
Dmem_attr_heap.h86 * @retval str pointer to a memory region structure the address belongs to.
/Zephyr-latest/soc/nuvoton/npcx/common/
Dsoc_miwu.h62 * Used to indicate a Wake-Up Input source (WUI) belongs to which group and bit
66 uint8_t table:2; /** A source belongs to which MIWU table. */
67 uint8_t group:3; /** A source belongs to which group of MIWU table. */
68 uint8_t bit:3; /** A source belongs to which bit of MIWU group. */
/Zephyr-latest/drivers/modem/
Dmodem_socket.h117 * @param cfg The modem socket config which the modem socket belongs to
132 * @param cfg The modem socket config which the modem socket belongs to
144 * @param cfg The modem socket config which the modem socket belongs to
/Zephyr-latest/subsys/debug/coresight/
Dcs_trace_defmt.c37 /* next byte belongs to the old stream */ in cs_trace_defmt_process()
/Zephyr-latest/dts/bindings/counter/
Despressif,esp32-timer.yaml28 The Timer Group index to which a timer belongs.
/Zephyr-latest/dts/bindings/dac/
Despressif,esp32-dac.yaml6 is part of the RTC low-power domain and belongs to the SENSE
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_mi.h35 /** Port to which the Sync Information belongs to. */
/Zephyr-latest/soc/mediatek/mt8xxx/
DKconfig.defconfig59 # this is done in the SOC layer historically, really this belongs in
/Zephyr-latest/subsys/net/ip/
Dipv4.h420 * @param iface Network interface the address belongs to.
430 * @param iface Network interface the address belongs to.
438 * @param iface Network interface the address belongs to.
446 * @param iface Network interface the address belongs to.
/Zephyr-latest/include/zephyr/net/prometheus/
Dmetric.h50 /** Back pointer to the collector that this metric belongs to */
/Zephyr-latest/include/zephyr/storage/
Dstream_flash.h131 * @brief Erase the flash page to which a given offset belongs.
133 * This function erases a flash page to which an offset belongs if this page
/Zephyr-latest/doc/kernel/usermode/
Dkernelobjects.rst11 * A device driver instance (const struct device) that belongs to one of a defined
113 it is important to know what subsystem a driver belongs to so that
116 determine what subsystem the driver belongs to.
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Daccess.h709 /** The model the context belongs to. Initialized by the stack. */
753 * @param mod The Model the Publication Context belongs to.
839 * @param model Model this callback belongs to.
867 * @param model Model this callback belongs to.
877 * @param model Model this callback belongs to.
901 uint8_t elem_idx; /* Belongs to Nth element */
967 * @param model Mesh (client) Model that the message belongs to.
1009 /** @brief Get the element that a model belongs to.
1013 * @return Pointer to the element that the given model belongs to.
/Zephyr-latest/samples/drivers/soc_flash_nrf/
DREADME.rst124 belongs to the page 65 of start offset 0x00041000
/Zephyr-latest/tests/subsys/dfu/mcuboot_multi/src/
Dmain.c28 /* Erase flash page to which image status belongs. */ in erase_image_status_page()
/Zephyr-latest/doc/services/storage/flash_map/
Dflash_map.rst65 address, to which the partition belongs to.
/Zephyr-latest/include/zephyr/net/
Dnet_if.h1415 * @brief Check if this IPv6 address belongs to one of the interfaces.
1426 * @brief Check if this IPv6 address belongs to this specific interfaces.
1437 * @brief Check if this IPv6 address belongs to one of the interface indices.
1510 * @param iface Pointer to the network interface the address belongs to
1554 * @param iface Pointer to the network interface the address belongs to
1574 * @brief Check if this IPv6 multicast address belongs to a specific interface
1651 * @param iface Network interface the address belongs to
1676 * @param iface Network interface the address belongs to
1694 * @brief Check if this IPv6 prefix belongs to this interface
2249 * @brief Check if this IPv4 address belongs to one of the interfaces.
[all …]
Dnet_mgmt.h132 * @param iface A pointer on a struct net_if to which the event belongs to,
192 * @param iface A pointer on a struct net_if to which the event belongs to,
/Zephyr-latest/samples/
Dsample_definition_and_criteria.rst70 belongs to.
/Zephyr-latest/soc/ite/ec/it8xxx2/
Dsoc.c418 /* bit3: UART1 belongs to the EC side. */ in ite_it8xxx2_init()
436 /* bit3: UART2 belongs to the EC side. */ in ite_it8xxx2_init()
/Zephyr-latest/scripts/utils/
Dboard_v1_to_v2.py13 - ``-g|--group``: The group the board belongs to. This is used to group a set of

1234