Home
last modified time | relevance | path

Searched refs:second (Results 1 – 25 of 351) sorted by relevance

12345678910>>...15

/Zephyr-latest/include/zephyr/net/
Dptp_time.h130 uint64_t second; member
173 uint64_t second; member
216 if (ts->second >= NET_TIME_SEC_MAX) { in net_ptp_time_to_ns()
220 return ((int64_t)ts->second * NSEC_PER_SEC) + ts->nanosecond; in net_ptp_time_to_ns()
237 ts.second = nsec / NSEC_PER_SEC; in ns_to_net_ptp_time()
/Zephyr-latest/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()
111 ret = setup_iface(iface, ud.second, in init_vlan()
121 net_if_up(ud.second); in init_vlan()
/Zephyr-latest/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()
136 ret = setup_iface(iface, user_data.second, in init_vlan()
147 net_if_up(user_data.second); in init_vlan()
/Zephyr-latest/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()
131 ret = setup_iface(iface, ud.second, in init_vlan()
141 net_if_up(ud.second); in init_vlan()
/Zephyr-latest/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-latest/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()
/Zephyr-latest/tests/drivers/i2s/i2s_speed/
DKconfig44 When set to 'y', short transfer tests at 8000 samples per second
50 When set to 'y', short transfer tests at 16000 samples per second
56 When set to 'y', short transfer tests at 32000 samples per second
62 When set to 'y', short transfer tests at 44100 samples per second
68 When set to 'y', short transfer tests at 48000 samples per second
74 When set to 'y', short transfer tests at 88200 samples per second
80 When set to 'y', short transfer tests at 96000 samples per second
/Zephyr-latest/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-latest/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()
132 ret = setup_iface(ud.eth, ud.second, in init_vlan()
/Zephyr-latest/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"
/Zephyr-latest/samples/net/vlan/src/
Dmain.c20 struct net_if *second; member
36 ud->second = iface; in iface_cb()
138 ret = setup_iface(iface, ud.second, in init_app()
149 net_if_up(ud.second); in init_app()
/Zephyr-latest/samples/net/lldp/src/
Dmain.c38 struct net_if *second; member
54 if (!ud->second) { in iface_cb()
55 ud->second = iface; in iface_cb()
128 ret = setup_iface(iface, ud.second, in init_vlan()
138 net_if_up(ud.second); in init_vlan()
/Zephyr-latest/tests/net/socket/af_packet/src/
Dmain.c130 struct net_if *second; member
153 ud->second = iface; in iface_cb()
202 zassert_not_null(ud.second, "2nd Ethernet interface not found"); in __test_packet_sockets()
207 *sock2 = setup_socket(ud.second, SOCK_RAW, htons(ETH_P_ALL)); in __test_packet_sockets()
213 ret = bind_socket(*sock2, ud.second); in __test_packet_sockets()
312 zassert_not_null(ud.second, "2nd Ethernet interface not found"); in ZTEST()
317 sock2 = setup_socket(ud.second, SOCK_DGRAM, htons(ETH_P_TSN)); in ZTEST()
323 ret = bind_socket(sock2, ud.second); in ZTEST()
415 .sll_ifindex = net_if_get_by_iface(ud.second), in ZTEST()
489 zassert_not_null(ud.second, "2nd Ethernet interface not found"); in ZTEST()
[all …]
/Zephyr-latest/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"
/Zephyr-latest/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-latest/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-latest/tests/boards/native_sim/rtc/src/
Dmain.c26 unsigned int second; in us_time_to_str() local
31 second = (time / 1000000U) % 60; in us_time_to_str()
34 sprintf(dest, "%02u:%02u:%02u.%06u", hour, minute, second, us); in us_time_to_str()
/Zephyr-latest/samples/net/sockets/echo_client/
DKconfig9 string "My IPv6 address for second interface"
14 string "My IPv4 address for second interface"
19 int "VLAN tag for second interface"
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dserver.hpp110 printf("%d => %d", m_iter->first, m_iter->second); in testMap()
130 printf("%s => %s", (m_iter->first).c_str(), (m_iter->second).c_str()); in testStringMap()
227 for (i2_iter = i_iter->second.begin(); i2_iter != i_iter->second.end(); in testInsanity()
230 map<Numberz::type, UserId> userMap = i2_iter->second.userMap; in testInsanity()
235 printf("%d => %" PRId64 ", ", um->first, um->second); in testInsanity()
239 vector<Xtruct> xtructs = i2_iter->second.xtructs; in testInsanity()
/Zephyr-latest/soc/nxp/mcx/mcxn/
DKconfig39 bool "MCXN94X's second core"
42 Indicates the second core will be enabled, and the part will run
/Zephyr-latest/drivers/ethernet/
Deth_native_tap_priv.h17 int eth_clock_gettime(uint64_t *second, uint32_t *nanosecond);
Deth_native_tap_adapt.c120 int eth_clock_gettime(uint64_t *second, uint32_t *nanosecond) in eth_clock_gettime() argument
130 *second = (uint64_t)tp.tv_sec; in eth_clock_gettime()
/Zephyr-latest/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-latest/samples/drivers/counter/alarm/
DREADME.rst14 In case of 1Hz frequency (RTC for example), precision is 1 second.
15 Therefore, the sample output may differ in 1 second
/Zephyr-latest/drivers/ptp_clock/
Dptp_clock_nxp_enet.c43 enet_time.second = tm->second; in ptp_clock_nxp_enet_set()
59 tm->second = enet_time.second; in ptp_clock_nxp_enet_get()

12345678910>>...15