/Zephyr-latest/dts/bindings/spi/ |
D | nxp,s32-spi.yaml | 44 This value will affect to all inner CS signals of SPI module when active. 54 This value will affect to all inner CS signals of SPI module when active. 65 This value will affect to all inner CS signals of SPI module when active.
|
/Zephyr-latest/tests/net/virtual/src/ |
D | main.c | 127 uint8_t outer, inner; in eth_tx() local 143 ret = net_pkt_read_u8(pkt, &inner); in eth_tx() 144 zassert_equal(ret, 0, "Cannot read inner protocol type"); in eth_tx() 145 zassert_equal(inner, expecting_inner, in eth_tx() 146 "Unexpected inner protocol 0x%02x, " in eth_tx() 148 inner, expecting_inner); in eth_tx() 949 struct net_pkt *outer, *inner; in test_virtual_recv_data_from_tunnel() local 1001 inner = create_inner(iface, AF_INET, IPPROTO_IP, in test_virtual_recv_data_from_tunnel() 1005 zassert_not_null(inner, "Cannot allocate %s pkt", inner); in test_virtual_recv_data_from_tunnel() 1007 ret = net_ipv4_create(inner, &net_sin(&inner_src)->sin_addr, in test_virtual_recv_data_from_tunnel() [all …]
|
/Zephyr-latest/dts/bindings/gpio/ |
D | ti,boosterpack-header.yaml | 14 numbered 1 through 20. The inner rows of the 40 pin variant are numbered 21
|
/Zephyr-latest/include/zephyr/arch/arm64/cortex_r/ |
D | arm_mpu.h | 99 #define NORMAL_I_WT_NT 0x08U /* Normal, Inner Write-through non-transient */ 100 #define NORMAL_I_WB_NT 0x0CU /* Normal, Inner Write-back non-transient */ 101 #define NORMAL_I_NON_C 0x04U /* Normal, Inner Non-Cacheable */
|
/Zephyr-latest/subsys/testsuite/include/zephyr/ |
D | fff_extensions.h | 37 * requires no familiarity with the inner workings of FFF.
|
/Zephyr-latest/doc/connectivity/networking/ |
D | network_monitoring.rst | 101 The IP address above is the inner tunnel endpoint, and can be changed and 145 <local> is the (inner) local IP address 146 <peer> is the (inner) peer IP address
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | intc_gicv3_priv.h | 16 #define GIC_BASER_CACHE_INNERLIKE 0x0UL /* Same as Inner Cacheability. */ 25 #define GIC_BASER_SHARE_INNER 0x1UL /* Inner Shareable */
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | capture.c | 256 "<local> is the (inner) local IP address,\n" 257 "<peer> is the (inner) peer IP address\n"
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.mgmt | 59 int "Stack size for the inner thread handling event callbacks"
|
/Zephyr-latest/include/zephyr/arch/arm/mpu/ |
D | arm_mpu_v8.h | 120 #define NORMAL_I_WT_NT 0x08 /* Normal, Inner Write-through non-transient */ 121 #define NORMAL_I_WB_NT 0x0C /* Normal, Inner Write-back non-transient */ 122 #define NORMAL_I_NON_C 0x04 /* Normal, Inner Non-Cacheable */
|
/Zephyr-latest/include/zephyr/arch/arm/mmu/ |
D | arm_mmu.h | 19 * Outer / inner cache attributes for cacheable memory:
|
/Zephyr-latest/lib/heap/ |
D | Kconfig | 35 int "Number of tries in the inner heap allocation loop"
|
/Zephyr-latest/lib/utils/ |
D | rb.c | 274 struct rbnode *c0, *c1, *inner, *outer; in fix_missing_black() local 337 inner = get_child(sib, n_side); in fix_missing_black() 340 stack[stacksz] = inner; in fix_missing_black() 344 set_color(inner, BLACK); in fix_missing_black()
|
/Zephyr-latest/include/zephyr/net/ |
D | capture.h | 67 * @param my_local_addr The local/inner IP address of the tunnel. Can contain 69 * @param peer_addr The peer/inner IP address of the tunnel. Can contain
|
/Zephyr-latest/include/zephyr/xen/public/ |
D | memory.h | 118 * Normal Memory Inner/Outer Write-Back Cacheable memory attribute.
|
D | arch-arm.h | 68 * which is mapped as Normal Inner Write-Back Outer Write-Back Inner-Shareable.
|
/Zephyr-latest/samples/net/capture/src/ |
D | main.c | 146 * tunnel and our inner end point address is 2001:db8:200::1 in init_app() 147 * and the inner peer end point address is 2001:db8:200::2. In the in init_app()
|
/Zephyr-latest/drivers/spi/ |
D | spi_nxp_s32.c | 360 /* Use inner CS signal from SPI module */ in spi_nxp_s32_configure() 539 * applied for all inner CS signals of SPI module. in spi_nxp_s32_init() 662 * support, all inner module Chip Selects are active low.
|
D | spi_mcux_dspi.c | 270 /* only used when use inner buffer to translate tx format */ in mcux_spi_context_data_update() 273 /* inner buffer can not hold all transferred data */ in mcux_spi_context_data_update() 274 LOG_ERR("inner buffer is too small to hold all data esp %d, act %d", in mcux_spi_context_data_update() 506 /* setup the inner tx buffer */ in dma_callback()
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/zcbor_bulk/src/ |
D | main.c | 384 zassert_equal(imdd.ret, 0, "Expected successful decoding of inner map"); in ZTEST() 385 zassert_equal(imdd.decoded, 2, "Expected two items in inner map"); in ZTEST() 457 zassert_equal(imdd.ret, -ENOMSG, "Expected failure in decoding of inner map"); in ZTEST()
|
/Zephyr-latest/soc/atmel/sam0/common/ |
D | soc_saml2x.c | 164 * ... I couldn't find details on the inner workings of the DFLL, or any in dfll48m_init()
|
/Zephyr-latest/samples/kernel/metairq_dispatch/src/ |
D | main.c | 193 * Note the inner loop: hammering on k_cycle_get_32() in thread_fn()
|
/Zephyr-latest/subsys/net/lib/capture/ |
D | capture.c | 77 * Peer (inner) tunnel IP address. 82 * Local (inner) tunnel IP address. This will be set
|
/Zephyr-latest/arch/arm64/core/ |
D | mmu.c | 951 * Translation table walk is cacheable, inner/outer WBWA and in get_tcr() 952 * inner shareable. Due to Cortex-A57 erratum #822227 we must in get_tcr() 1065 * (Normal memory Outer WB + Inner WB) in __arch_mem_map() 1067 * (Normal memory Outer WT + Inner WT) in __arch_mem_map()
|
/Zephyr-latest/scripts/build/ |
D | gen_kobject_list.py | 43 - The inner cases of a switch/case C statement, included by 48 - The inner cases of a switch/case C statement, included by
|