/Zephyr-latest/samples/net/sockets/http_server/ |
D | CMakeLists.txt | 59 index.html
|
/Zephyr-latest/tests/bluetooth/tester/src/btp/ |
D | bttester.h | 46 uint8_t index; member
|
/Zephyr-latest/scripts/ci/ |
D | pylintrc | 137 invalid-sequence-index, 138 invalid-slice-index, 233 invalid-format-index,
|
/Zephyr-latest/doc/connectivity/networking/ |
D | eth_bridge_native_sim_setup.rst | 79 In the above example, the bridge interface index is 1, and interfaces 2 and 3 are 174 Note that interface index numbers are not fixed, the bridge and Ethernet interface index
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_nrf5.c | 119 uint32_t index = 0; in nrf5_get_eui64() local 125 mac[index++] = (IEEE802154_NRF5_VENDOR_OUI >> 16) & 0xff; in nrf5_get_eui64() 126 mac[index++] = (IEEE802154_NRF5_VENDOR_OUI >> 8) & 0xff; in nrf5_get_eui64() 127 mac[index++] = IEEE802154_NRF5_VENDOR_OUI & 0xff; in nrf5_get_eui64() 147 memcpy(mac + index, &factoryAddress, sizeof(factoryAddress) - index); in nrf5_get_eui64()
|
/Zephyr-latest/subsys/net/l2/ethernet/ |
D | ethernet.c | 989 const struct device *z_impl_net_eth_get_ptp_clock_by_index(int index) in z_impl_net_eth_get_ptp_clock_by_index() argument 993 iface = net_if_get_by_index(index); in z_impl_net_eth_get_ptp_clock_by_index() 1002 static inline const struct device *z_vrfy_net_eth_get_ptp_clock_by_index(int index) in z_vrfy_net_eth_get_ptp_clock_by_index() argument 1004 return z_impl_net_eth_get_ptp_clock_by_index(index); in z_vrfy_net_eth_get_ptp_clock_by_index() 1009 const struct device *z_impl_net_eth_get_ptp_clock_by_index(int index) in z_impl_net_eth_get_ptp_clock_by_index() argument 1011 ARG_UNUSED(index); in z_impl_net_eth_get_ptp_clock_by_index()
|
/Zephyr-latest/soc/silabs/silabs_sim3/sim3u/ |
D | gen_crossbar_config.py | 307 for index, crossbar in enumerate(crossbars): 310 for index, portbank in enumerate(portbanks):
|
/Zephyr-latest/drivers/flash/ |
D | flash_stm32f4x.c | 200 start_sector = info.index; in flash_stm32_block_erase_loop() 205 end_sector = info.index; in flash_stm32_block_erase_loop()
|
/Zephyr-latest/include/zephyr/arch/x86/ia32/ |
D | segmentation.h | 96 #define SEG_SELECTOR(index, table, dpl) (index << 3 | table << 2 | dpl) argument
|
/Zephyr-latest/dts/xtensa/espressif/esp32/ |
D | esp32_common.dtsi | 407 index = <0>; 418 index = <1>; 429 index = <0>; 440 index = <1>;
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | bap.c | 217 static int get_lc3_chan_alloc_from_index(const struct shell_stream *sh_stream, uint8_t index, in get_lc3_chan_alloc_from_index() argument 224 const bool is_left = index == 0 && has_left; in get_lc3_chan_alloc_from_index() 225 const bool is_right = has_right && (index == 0U || (index == 1U && has_left)); in get_lc3_chan_alloc_from_index() 368 static bool encode_frame(struct shell_stream *sh_stream, uint8_t index, size_t frame_cnt, in encode_frame() argument 379 err = get_lc3_chan_alloc_from_index(sh_stream, index, &chan_alloc); in encode_frame() 598 unsigned long index; in cmd_select_unicast() local 601 index = shell_strtoul(argv[1], 0, &err); in cmd_select_unicast() 608 if (index > ARRAY_SIZE(unicast_streams)) { in cmd_select_unicast() 609 shell_error(sh, "Invalid index: %lu", index); in cmd_select_unicast() 614 stream = bap_stream_from_shell_stream(&unicast_streams[index]); in cmd_select_unicast() [all …]
|
/Zephyr-latest/drivers/dai/intel/hda/ |
D | hda.c | 150 .index = DT_INST_REG_ADDR(n) \
|
/Zephyr-latest/samples/modules/lvgl/demos/ |
D | Kconfig | 79 Render scene by its index (refer to lv_demo_render.h)
|
/Zephyr-latest/boards/ |
D | index.rst | 36 */index
|
/Zephyr-latest/include/zephyr/arch/arm64/cortex_r/ |
D | arm_mpu.h | 252 int index; member
|
/Zephyr-latest/include/zephyr/fs/ |
D | fs.h | 593 int fs_readmount(int *index, const char **name);
|
/Zephyr-latest/drivers/wifi/eswifi/ |
D | eswifi_offload.c | 49 __select_socket(eswifi, socket->index); in eswifi_off_listen() 196 __select_socket(eswifi, socket->index); in __eswifi_off_send_pkt() 428 LOG_DBG("Socket index %d", socket->index); in eswifi_off_get()
|
/Zephyr-latest/drivers/dma/ |
D | dma_nxp_sdma.c | 33 uint32_t index; member 208 SDMA_StartChannelSoftware(dev_cfg->base, chan_data->index); in dma_nxp_sdma_callback() 423 dev_data->chan[chan_id].index = chan_id; in sdma_channel_filter()
|
/Zephyr-latest/dts/xtensa/intel/ |
D | intel_adsp_cavs25_tgph.dtsi | 265 ssp-index = <0>; 286 ssp-index = <1>; 307 ssp-index = <2>;
|
/Zephyr-latest/subsys/logging/backends/ |
D | log_backend_fs.c | 40 int index = 0; in check_log_volume_available() local 45 rc = fs_readmount(&index, &name); in check_log_volume_available()
|
/Zephyr-latest/samples/drivers/led/lp50xx/src/ |
D | main.c | 184 col = &buffer[info->index * 3]; in run_channel_test() 299 printk(" - index:%d", info->index); in run_test()
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_ots.c | 135 .index = BTP_INDEX_NONE, 141 .index = 0,
|
/Zephyr-latest/arch/riscv/ |
D | Kconfig.isa | 120 addresses that index into arrays of basic types (halfword, word, 122 shifted index is added to a base address.
|
/Zephyr-latest/include/zephyr/net/ |
D | net_if.h | 1471 __syscall bool net_if_ipv6_addr_add_by_index(int index, 1503 __syscall bool net_if_ipv6_addr_rm_by_index(int index, 2304 __syscall bool net_if_ipv4_addr_add_by_index(int index, 2317 __syscall bool net_if_ipv4_addr_rm_by_index(int index, 2619 __deprecated __syscall bool net_if_ipv4_set_netmask_by_index(int index, 2631 __syscall bool net_if_ipv4_set_netmask_by_addr_by_index(int index, 2673 __syscall bool net_if_ipv4_set_gw_by_index(int index, const struct in_addr *gw); 2821 __syscall struct net_if *net_if_get_by_index(int index);
|
/Zephyr-latest/cmake/linker_script/common/ |
D | debug-sections.cmake | 9 zephyr_linker_section(NAME .stab.index ADDRESS 0)
|