Searched full:separate (Results 1 – 25 of 402) sorted by relevance
12345678910>>...17
/Zephyr-latest/include/zephyr/sys/ |
D | hash_map_sc.h | 10 * @brief Separate Chaining Hashmap Implementation 31 * @brief Declare a Separate Chaining Hashmap (advanced) 33 * Declare a Separate Chaining Hashmap with control over advanced parameters. 48 * @brief Declare a Separate Chaining Hashmap (advanced) 50 * Declare a Separate Chaining Hashmap with control over advanced parameters. 65 * @brief Declare a Separate Chaining Hashmap statically 67 * Declare a Separate Chaining Hashmap statically with default parameters. 77 * @brief Declare a Separate Chaining Hashmap 79 * Declare a Separate Chaining Hashmap with default parameters.
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/advertiser/ |
D | proxy_mixin.sh | 10 # With a separate scanner device, observe PB-GATT beacons being sent 13 # With a separate scanner device, observe GATT Proxy beacons being sent 16 # With the separate scanner, observe that the GATT Proxy beacons are not interrupted. 19 # With the separate scanner, observe that the submitted buffer is transmitted
|
/Zephyr-latest/lib/hash/ |
D | Kconfig.hash_map | 18 bool "Separate-Chaining Hashmap" 20 Separate-Chaining Hashmaps implement each bucket as a linked-list. 25 The main disadvantage of Separate-Chaining Hashmaps are that their 55 bool "Default hash is Separate-Chaining"
|
/Zephyr-latest/dts/bindings/misc/ |
D | nordic,nrf-dppic-links.yaml | 10 Channels that are linked to channels of DPPIC instances on separate 16 Channels that are linked to channels of DPPIC instances on separate
|
/Zephyr-latest/tests/drivers/i2s/i2s_speed/ |
D | Kconfig | 12 bool "Use two separate I2S ports for loopback" 14 Use separate I2S ports for transmit and receive.
|
/Zephyr-latest/tests/drivers/i2s/i2s_api/ |
D | Kconfig | 12 bool "Use two separate I2S ports for loopback" 14 Use separate I2S ports for transmit and receive.
|
/Zephyr-latest/drivers/wifi/nrf_wifi/inc/ |
D | coex.h | 31 * Indicates whether separate antenans are used or not. 48 * Indicates whether separate antenans are used or not. 63 * Indicates whether separate antenans are used or not.
|
/Zephyr-latest/dts/bindings/ipc/ |
D | nordic,nrf-ipct-common.yaml | 21 separate domains, in which a channel on this IPCT node is considered 36 separate domains, in which a channel on this IPCT node is considered
|
/Zephyr-latest/dts/bindings/dma/ |
D | nxp,mcux-edma.yaml | 52 Default value means each channel has separate interrupt entry. 57 If the SoCs don't have a separate interrupt id for error IRQ.
|
/Zephyr-latest/samples/drivers/i2s/echo/ |
D | README.rst | 21 a devicetree node label named ``i2s_rxtx`` or separate node labels ``i2s_rx`` 22 and ``i2s_tx`` if separate I2S devices are to be used for the RX and TX
|
/Zephyr-latest/tests/kernel/mem_protect/stack_random/ |
D | prj.conf | 8 # possible run them on the separate CPU.
|
/Zephyr-latest/arch/arm64/core/xen/ |
D | CMakeLists.txt | 4 # Needed to separate definitions in common Xen headers
|
/Zephyr-latest/tests/subsys/modem/modem_pipelink/src/ |
D | pipelink.c | 12 /* Define pipelink in separate source file to test MODEM_PIPELINK_DT_DECLARE() */
|
/Zephyr-latest/samples/boards/bbc/microbit/sound/ |
D | README.rst | 17 Using **BBC micro:bit v1**, a separate piezo buzzer must be connected to the board. 21 The upgraded **BBC micro:bit v2** board does not need a separate buzzer as it has one
|
/Zephyr-latest/samples/net/wifi/shell/ |
D | overlay-enterprise.conf | 7 # For TLS and X.509 processing MbedTLS needs large heap size and using separate heap
|
D | overlay-enterprise-variable-bufs.conf | 6 # For TLS and X.509 processing MbedTLS needs large heap size and using separate heap
|
/Zephyr-latest/samples/bluetooth/hci_uart_async/ |
D | debug.mixin.conf | 15 # This outputs all HCI traffic to a separate RTT channel. Use `btmon
|
/Zephyr-latest/tests/net/all/ |
D | README.txt | 10 * separate conflicting configuration options and create new test cases
|
/Zephyr-latest/boards/microchip/ev11l78a/support/ |
D | openocd.cfg | 11 reset_config trst_and_srst separate
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/test-bindings/ |
D | child-binding-with-compat.yaml | 3 description: child-binding with separate compatible than the parent
|
/Zephyr-latest/boards/arduino/zero/support/ |
D | openocd.cfg | 11 reset_config trst_and_srst separate
|
/Zephyr-latest/boards/atmel/sam0/samd20_xpro/support/ |
D | openocd.cfg | 11 reset_config trst_and_srst separate
|
/Zephyr-latest/drivers/fuel_gauge/sbs_gauge/ |
D | Kconfig.emul_sbs_gauge | 4 # Keep this Kconfig separate from the fuel_gauge/sbs_gauge Kconfig so it may be shared with the
|
/Zephyr-latest/drivers/disk/ |
D | Kconfig.loopback | 8 Enables mounting the contents of a file as a separate disk.
|
/Zephyr-latest/boards/atmel/sam0/samd21_xpro/support/ |
D | openocd.cfg | 13 reset_config trst_and_srst separate
|
12345678910>>...17