Home
last modified time | relevance | path

Searched full:second (Results 1 – 25 of 790) sorted by relevance

12345678910>>...32

/Zephyr-Core-3.7.0/soc/nxp/lpc/lpc54xxx/
DKconfig35 bool "LPC54114 Cortex-M0 second core"
37 Driver for second core startup
41 hex "Address the second core will boot at"
44 This is the address the second core will boot from. Additionally this
51 # Move the LMA address of second core into flash
/Zephyr-Core-3.7.0/samples/net/vlan/
DKconfig9 string "My IPv6 address for second interface"
14 string "My IPv4 address for second interface"
19 string "My IPv4 netmask for second interface"
24 int "VLAN tag for second interface"
Dprj.conf41 # Second VLAN supported network interface will have these settings
46 # VLAN tag for the second interface
54 # VLAN tag for the second interface
/Zephyr-Core-3.7.0/samples/boards/nxp_s32/netc/
DKconfig9 string "My IPv6 address for second interface"
14 string "My IPv4 address for second interface"
19 string "My IPv4 netmask for second interface"
/Zephyr-Core-3.7.0/samples/net/mdns_responder/
DKconfig9 string "My IPv6 address for second interface"
14 string "My IPv4 address for second interface"
19 string "My IPv4 netmask for second interface"
24 int "VLAN tag for second interface"
Doverlay-vlan.conf14 # Second ethernet interface will have these settings
19 # VLAN tag for the second interface
27 # VLAN tag for the second interface
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/tests_scripts/provision/
Dpb_remote_client_server_same_dev.sh10 # second device (prov_device_pb_remote_server_same_dev) with local RPR server.
12 # device key refresh procedure the second device (prov_device_pb_remote_server_same_dev).
14 # composition refresh procedure the second device (prov_device_pb_remote_server_same_dev).
16 # address refresh procedure the second device (prov_device_pb_remote_server_same_dev).
/Zephyr-Core-3.7.0/drivers/interrupt_controller/
DKconfig.multilevel13 levels are used, a second level interrupt aggregator would combine
17 second level. The number of interrupt levels is usually determined
39 bool "Second-level interrupt support"
41 Second level interrupts are used to increase the number of
54 int "Total number of second level interrupt aggregators"
64 int "Total number of second level interrupt bits"
68 The number of bits to use of the 32 bit interrupt mask for second
/Zephyr-Core-3.7.0/samples/net/sockets/txtime/
Doverlay-vlan.conf14 # Second ethernet interface will have these settings
18 # VLAN tag for the second interface
25 # VLAN tag for the second interface
/Zephyr-Core-3.7.0/samples/net/sockets/echo_client/
Doverlay-vlan.conf15 # Second ethernet interface will have these settings
19 # VLAN tag for the second interface
26 # VLAN tag for the second interface
DKconfig9 string "My IPv6 address for second interface"
14 string "My IPv4 address for second interface"
19 int "VLAN tag for second interface"
/Zephyr-Core-3.7.0/samples/net/virtual/
DKconfig9 string "My IPv6 address for second interface"
14 string "My IPv4 address for second interface"
19 string "My IPv4 netmask for second interface"
/Zephyr-Core-3.7.0/samples/net/sockets/echo_server/
Doverlay-vlan.conf19 # Second ethernet interface will have these settings
24 # VLAN tag for the second interface
32 # VLAN tag for the second interface
DKconfig16 string "My IPv6 address for second interface"
21 string "My IPv4 address for second interface"
26 string "My IPv4 netmask for second interface"
31 int "VLAN tag for second interface"
/Zephyr-Core-3.7.0/samples/net/lldp/
DKconfig15 string "My IPv6 address for second interface"
20 string "My IPv4 address for second interface"
25 int "VLAN tag for second interface"
/Zephyr-Core-3.7.0/samples/net/mdns_responder/src/
Dvlan.c17 struct net_if *second; member
33 if (!user_data->second) { in iface_cb()
34 user_data->second = iface; in iface_cb()
118 /* This sample has two VLANs. For the second one we need to manually in init_vlan()
131 ret = setup_iface(iface, user_data.second, in init_vlan()
142 net_if_up(user_data.second); in init_vlan()
/Zephyr-Core-3.7.0/samples/net/sockets/echo_client/src/
Dvlan.c17 struct net_if *second; member
33 if (!ud->second) { in iface_cb()
34 ud->second = iface; in iface_cb()
106 ret = setup_iface(iface, ud.second, in init_vlan()
116 net_if_up(ud.second); in init_vlan()
/Zephyr-Core-3.7.0/include/zephyr/sys/
Dmath_extras.h37 * @param b Second operand.
46 * @param b Second operand.
56 * @param b Second operand.
65 * @param b Second operand.
84 * @param b Second operand.
93 * @param b Second operand.
102 * @param b Second operand.
111 * @param b Second operand.
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/security/id_addr_update/central/src/
Dcentral.c37 /* Connect to the second identity of the peripheral. */ in central()
42 /* Establish security with the second identity and resolve identity address. */ in central()
57 /* Disconnect the second identity of the peripheral. */ in central()
58 LOG_INF("discon id second"); in central()
/Zephyr-Core-3.7.0/samples/net/sockets/txtime/src/
Dvlan.c17 struct net_if *second; member
33 if (!ud->second) { in iface_cb()
34 ud->second = iface; in iface_cb()
126 ret = setup_iface(iface, ud.second, in init_vlan()
136 net_if_up(ud.second); in init_vlan()
/Zephyr-Core-3.7.0/dts/bindings/sensor/
Dmaxim,max31875.yaml17 conversions-per-second:
19 Number of temperature readings performed by the MAX31875 per second.
20 0.25 conversions per second is the power-on reset configuration.
/Zephyr-Core-3.7.0/samples/net/gptp/
DKconfig18 string "My IPv6 address for second interface"
23 string "My IPv4 address for second interface"
28 int "VLAN tag for second interface"
/Zephyr-Core-3.7.0/soc/nxp/lpc/lpc55xxx/
DKconfig89 bool "LPC55xxx's second core"
93 hex "Address the second core will boot at"
96 This is the address the second core will boot from.
/Zephyr-Core-3.7.0/samples/net/sockets/echo_server/src/
Dvlan.c17 struct net_if *second; member
39 if (!ud->second) { in iface_cb()
40 ud->second = iface; in iface_cb()
114 /* This sample has two VLANs. For the second one we need to manually in init_vlan()
127 ret = setup_iface(ud.eth, ud.second, in init_vlan()
/Zephyr-Core-3.7.0/lib/hash/
Dhash_map_cxx.cpp29 it->value = it2->second; in sys_hashmap_cxx_iter_next()
58 cb(kv.first, kv.second, cookie); in sys_hashmap_cxx_clear()
82 *old_value = it->second; in sys_hashmap_cxx_insert()
83 it->second = value; in sys_hashmap_cxx_insert()
113 *value = it->second; in sys_hashmap_cxx_remove()
143 *value = it->second; in sys_hashmap_cxx_get()

12345678910>>...32