Home
last modified time | relevance | path

Searched refs:v4 (Results 1 – 25 of 53) sorted by relevance

123

/Zephyr-Core-3.7.0/tests/drivers/sensor/adltc2990/boards/
Dnative_sim.overlay12 pins-v3-v4-current-resistor = <0>;
16 pin-v4-voltage-divider-resistors = <500 1000>;
26 pins-v3-v4-current-resistor = <0>;
30 pin-v4-voltage-divider-resistors = <0 1>;
38 pins-v3-v4-current-resistor = <0>;
42 pin-v4-voltage-divider-resistors = <0 1>;
52 pins-v3-v4-current-resistor = <0>;
56 pin-v4-voltage-divider-resistors = <0 1>;
66 pins-v3-v4-current-resistor = <100000>;
70 pin-v4-voltage-divider-resistors = <500 1000>;
[all …]
/Zephyr-Core-3.7.0/subsys/net/lib/dns/
Dmdns_responder.c793 int v4; in init_listener() local
802 v4 = get_socket(AF_INET); in init_listener()
803 if (v4 < 0) { in init_listener()
812 zsock_close(v4); in init_listener()
826 ret = zsock_setsockopt(v4, SOL_SOCKET, SO_BINDTODEVICE, in init_listener()
830 v4, ifindex, ret); in init_listener()
834 v4_ctx[i].sock = v4; in init_listener()
838 if (v4_ctx[i].fds[j].fd == v4) { in init_listener()
844 v4_ctx[i].fds[j].fd = v4; in init_listener()
853 zsock_close(v4); in init_listener()
[all …]
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/
DKconfig.dtm36 bool "HCI LE Transmitter Test v4"
39 Enable support for the DTM Transmitter test command v4.
DKconfig468 Enable support for Bluetooth v4.0 LE Encryption feature in the
476 Enable support for Bluetooth v4.2 Elliptic Curve Diffie-Hellman
485 Enable support for Bluetooth v4.1 Connection Parameter Request feature
493 Enable support for Bluetooth v4.1 Extended Reject Indication feature
501 Enable support for Bluetooth v4.1 Peripheral-initiated Features Exchange
509 Enable support for Bluetooth v4.1 LE Ping feature in the Controller.
512 # Hidden option to enable support for Bluetooth v4.2 LE Data Length
590 Enable support for Bluetooth v4.2 LE Controller-based Privacy feature
620 Enable support for Bluetooth v4.2 LE Extended Scanner Filter Policies
/Zephyr-Core-3.7.0/doc/connectivity/networking/api/
Dsntp.rst14 `IETF RFC4330 (Simple Network Time Protocol v4) <https://tools.ietf.org/html/rfc4330>`_.
/Zephyr-Core-3.7.0/tests/arch/arm/arm_thread_swap/src/
Darm_thread_arch.c61 .v1 = 0x12345678, .v2 = 0x23456789, .v3 = 0x3456789a, .v4 = 0x456789ab,
105 && (src->v4 == dst->v4) in verify_callee_saved()
115 src->v4, in verify_callee_saved()
123 dst->v4, in verify_callee_saved()
/Zephyr-Core-3.7.0/doc/releases/
Dmigration-guide-4.0.rst5 Migration guide to Zephyr v4.0.0 (Working Draft)
9 Zephyr v4.0.0.
Drelease-notes-4.0.rst13 v3.7.0 to Zephyr v4.0.0 can be found in the separate :ref:`migration guide<migration_4.0>`.
/Zephyr-Core-3.7.0/include/zephyr/arch/arm/
Dthread.h29 uint32_t v4; /* r7 */ member
/Zephyr-Core-3.7.0/tests/net/lib/dns_sd/src/
Dmain.c680 int v4; in ZTEST() local
685 v4 = zsock_socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); in ZTEST()
686 zassert_true(v4 >= 0, "Create IPv4 UDP context failed (%d)", -errno); in ZTEST()
688 zassert_equal(0, setup_dst_addr(v4, AF_INET, &dst, &dst_len), ""); in ZTEST()
691 (void)zsock_getsockopt(v4, IPPROTO_IP, IP_MULTICAST_TTL, &ttl, &optlen); in ZTEST()
698 (void)zsock_close(v4); in ZTEST()
/Zephyr-Core-3.7.0/drivers/dma/
DKconfig.mcux_edma22 bool "MCUX DMA v4 driver"
/Zephyr-Core-3.7.0/arch/arm/core/cortex_m/
Dcoredump.c82 arch_blk.r.r7 = esf->extra_info.callee->v4; in arch_coredump_info_dump()
/Zephyr-Core-3.7.0/arch/arc/core/mpu/
DKconfig12 For other versions, the minimum region is 32 bytes; v4 has secure features,
/Zephyr-Core-3.7.0/arch/arm/core/
Dfatal.c56 callee->v4, callee->v5, callee->v6); in esf_dump()
Dgdbstub.c60 ctx.registers[R7] = esf->extra_info.callee->v4; in z_gdb_entry()
/Zephyr-Core-3.7.0/doc/security/
Dsecurity-citations.rst31 Target v4.2," 2010.
/Zephyr-Core-3.7.0/boards/espressif/esp_wrover_kit/doc/
Dindex.rst44 .. figure:: img/esp-wrover-kit-v4.1-layout-front.jpg
52 .. figure:: img/esp-wrover-kit-v4.1-layout-back.jpg
163 .. |jmpextpwr| image:: img/esp-wrover-kit-v4.1-jp7-ext_5v.jpg
165 .. |jmpusbpwr| image:: img/esp-wrover-kit-v4.1-jp7-usb_5v.jpg
167 .. |jmpjtag| image:: img/esp-wrover-kit-v4.1-jp2-jtag.jpg
169 .. |jmpuart| image:: img/esp-wrover-kit-v4.1-jp2-tx-rx.jpg
171 .. |jmpctrl| image:: img/esp-wrover-kit-v4.1-jp14.jpg
/Zephyr-Core-3.7.0/boards/shields/frdm_kw41z/doc/
Dindex.rst13 (BLE) v4.2, Generic FSK, IEEE |reg| 802.15.4 and Thread.
/Zephyr-Core-3.7.0/tests/arch/arm/arm_interrupt/src/
Darm_interrupt.c48 (callee_regs->v4 /* r7 */ == 7) && in check_esf_matches_expectations()
/Zephyr-Core-3.7.0/boards/nxp/imx8mn_evk/doc/
Dindex.rst24 - Bluetooth: v4.1
/Zephyr-Core-3.7.0/boards/actinius/icarus_som/doc/
Dindex.rst114 If you are using Segger Embedded Studio v4.18 or later, the two binaries are built, merged, and
/Zephyr-Core-3.7.0/boards/96boards/avenger96/doc/
Dindex.rst19 - eMMC: v4.51: 8 Gbyte
27 - Bluetooth: v4.2 (BR/EDR/BLE)
/Zephyr-Core-3.7.0/boards/actinius/icarus_bee/doc/
Dindex.rst114 If you are using Segger Embedded Studio v4.18 or later, the two binaries are built, merged, and
/Zephyr-Core-3.7.0/boards/infineon/cy8cproto_063_ble/doc/
Dindex.rst144 https://github.com/infineon/openocd/releases/tag/release-v4.3.0
/Zephyr-Core-3.7.0/boards/snps/nsim/arc_classic/doc/
Dindex.rst25 * ``nsim/nsim_em`` - ARC EM core v4.0 with two register banks, FastIRQ's, MPUv2, DSP options and
28 * ``nsim/nsim_em11d`` - ARC EM core v4.0 with one register bank, no FastIRQ's, MPUv2, DSP options a…
30 * ``nsim/nsim_sem`` - ARC EM core v4.0 with secure features (thus "SEM", i.e. Secure EM) and MPUv4

123