Home
last modified time | relevance | path

Searched full:needed (Results 1 – 25 of 923) sorted by relevance

12345678910>>...37

/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Dbuf.h63 /** Helper to calculate needed buffer size for HCI ACL packets */
66 /** Helper to calculate needed buffer size for HCI Event packets. */
69 /** Helper to calculate needed buffer size for HCI Command packets. */
72 /** Helper to calculate needed buffer size for HCI ISO packets. */
77 /** Data size needed for HCI ACL RX buffers */
80 /** Data size needed for HCI Event RX buffers */
91 /** Data size needed for HCI ACL, HCI ISO or Event RX buffers */
95 /** Buffer count needed for HCI ACL, HCI ISO or Event RX buffers */
100 /** Data size needed for HCI Command buffers. */
/Zephyr-Core-3.5.0/samples/boards/nrf/nrfx_prs/
Dprj.conf1 # This is needed for using SPIM2 and UARTE2 via nrfx drivers and for switching
8 # This is needed for using another SPIM instance via the Zephyr SPI driver.
/Zephyr-Core-3.5.0/arch/xtensa/core/
Dgen_zsr.py14 NEEDED = ("ALLOCA", "CPU", "FLUSH") variable
61 for i, need in enumerate(NEEDED):
66 for i in range(len(NEEDED), len(regs)):
67 f.write(f"# define ZSR_EXTRA{i - len(NEEDED)} {regs[i]}\n")
68 f.write(f"# define ZSR_EXTRA{i - len(NEEDED)}_STR \"{regs[i]}\"\n")
/Zephyr-Core-3.5.0/boards/x86/qemu_x86/
DKconfig.defconfig71 # This is needed for QEMU to load the ELF image
95 # This is needed for QEMU to load the ELF image
115 # This is needed for gen_mmu.py to map the flash into memory
/Zephyr-Core-3.5.0/boards/posix/native_posix/
DKconfig.board10 It provides some minimal needed models:
22 It provides some minimal needed models:
/Zephyr-Core-3.5.0/dts/bindings/i2c/
Dnxp,imx-lpi2c.yaml24 GPIO to which the I2C SCL signal is routed. This is only needed for I2C bus recovery
30 GPIO to which the I2C SDA signal is routed. This is only needed for I2C bus recovery
Dst,stm32-i2c-v1.yaml26 GPIO to which the I2C SCL signal is routed. This is only needed for
32 GPIO to which the I2C SDA signal is routed. This is only needed for
Dst,stm32-i2c-v2.yaml50 GPIO to which the I2C SCL signal is routed. This is only needed for
56 GPIO to which the I2C SDA signal is routed. This is only needed for
/Zephyr-Core-3.5.0/samples/net/sockets/echo_server/
Doverlay-ot.conf36 # A sample configuration to enable Thread Commissioner, uncomment if needed
39 # Enable diagnostic module, uncomment if needed
/Zephyr-Core-3.5.0/samples/net/sockets/echo_client/
Doverlay-ot.conf36 # A sample configuration to enable Thread Joiner, uncomment if needed
40 # Enable diagnostic module, uncomment if needed
/Zephyr-Core-3.5.0/samples/net/lwm2m_client/
Doverlay-ot.conf40 # A sample configuration to enable Thread Joiner, uncomment if needed
44 # Enable diagnostic module, uncomment if needed
/Zephyr-Core-3.5.0/tests/bsim/net/sockets/echo_test/
Doverlay-ot.conf38 # A sample configuration to enable Thread Joiner, uncomment if needed
42 # Enable diagnostic module, uncomment if needed
/Zephyr-Core-3.5.0/subsys/net/l2/ieee802154/
Dieee802154_6lo.h49 * check whether additional fragmentation is needed.
59 * @return 1 if additional 6LoWPAN fragmentation is needed, 0 if no
60 * fragmentation is needed, negative value on error
/Zephyr-Core-3.5.0/doc/hardware/peripherals/
Dregulators.rst8 that is not always needed. Another example is a PMIC, typically a much more
16 The simplest case where a regulator is needed is one where there is only one
/Zephyr-Core-3.5.0/samples/bluetooth/peripheral_hr/
Dprj_minimal.conf80 # Disable features not needed
86 # Disable Bluetooth features not needed
97 # Disable Bluetooth controller features not needed
/Zephyr-Core-3.5.0/doc/services/llext/
Dindex.rst12 needed.
17 needed by the :c:func:`llext_load` function. An implementation over a buffer
/Zephyr-Core-3.5.0/doc/
Dsubstitutions.txt1 .. |br| raw:: html .. force a line break in HTML output (blank lines needed here)
5 .. |p| raw:: html .. force a blank line in HTML output (blank lines needed here)
/Zephyr-Core-3.5.0/dts/xtensa/
Ddc233c.dtsi23 * fewer L2 page table entries are needed when MMU is enabled.
33 * fewer L2 page table entries are needed when MMU is enabled.
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_vendor.h12 /* Worst-case time margin needed after event end-time in the air
18 * Needed due to the lack of fine timing resolution in ticker_start
/Zephyr-Core-3.5.0/subsys/net/lib/mqtt/
Dmqtt_os.h9 * @brief MQTT Client depends on certain OS specific functionality. The needed
12 * @details Memory management, mutex, logging and wall clock are the needed
13 * functionality for MQTT module. The needed interfaces are defined
/Zephyr-Core-3.5.0/dts/bindings/clock/
Dintel,adsp-shim-clkctl.yaml29 description: Array that encodes what is needed to enable each clock.
33 description: Array that encodes needed masks to enable each clock.
/Zephyr-Core-3.5.0/include/zephyr/linker/
Dkobject-rom.ld50 /* Padding is needed to preserve kobject addresses
51 * if we have reserved more space than needed.
/Zephyr-Core-3.5.0/subsys/net/l2/ppp/
Dlink.c44 /* Do the other network protocols if encryption is not needed for in do_network()
121 /* TODO: cleanup things etc here if needed */ in ppp_link_terminated()
141 /* TODO: Try to create link if needed. */ in ppp_link_needed()
/Zephyr-Core-3.5.0/include/zephyr/net/
Dnet_config.h29 /* Flags that tell what kind of functionality is needed by the client. */
56 * @param flags Flags related to services needed by the client.
73 * @param flags Flags related to services needed by the client.
/Zephyr-Core-3.5.0/samples/boards/stm32/uart/single_wire/
Dprj.conf1 # Nothing needed here

12345678910>>...37