Home
last modified time | relevance | path

Searched refs:poll (Results 51 – 75 of 104) sorted by relevance

12345

/Zephyr-latest/doc/_extensions/zephyr/
Ddoxyrunner.py281 if p.poll() is not None:
/Zephyr-latest/subsys/net/lib/sntp/
Dsntp.c32 NET_DBG("poll: %x", pkt->poll); in sntp_pkt_dump()
/Zephyr-latest/drivers/bluetooth/hci/
Duserchan.c186 return (poll(&pollfd, 1, 0) == 1); in uc_ready()
/Zephyr-latest/drivers/serial/
DKconfig.nrfx_uart_instance22 bool "Efficient poll out on port $(nrfx_uart_num)"
/Zephyr-latest/subsys/mgmt/updatehub/
DKconfig31 int "Time to poll interval (in minutes)"
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dremote-fw-service.py173 ret = proc.poll()
/Zephyr-latest/kernel/
DCMakeLists.txt147 target_sources_ifdef(CONFIG_POLL kernel PRIVATE poll.c)
/Zephyr-latest/subsys/mgmt/hawkbit/
DKconfig30 int "Time to poll interval (in minutes)"
/Zephyr-latest/drivers/ethernet/nxp_enet/
DKconfig145 int "PHY poll period (ms)"
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dread_and_decode.rst71 channels to poll. Requesting either blocking or non-blocking reads, then
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/src/
Dmain.c379 rc = poll(&fds, 1u, timeout); in aws_client_loop()
/Zephyr-latest/samples/net/cloud/mqtt_azure/src/
Dmain.c112 rc = poll(fds, nfds, timeout); in wait()
/Zephyr-latest/subsys/fs/
Dfuse_fs_access.c461 .poll = NULL,
/Zephyr-latest/scripts/coccinelle/
Dint_ms_to_timeout.cocci31 | poll
/Zephyr-latest/samples/net/mqtt_publisher/src/
Dmain.c134 ret = poll(fds, nfds, timeout); in wait()
/Zephyr-latest/samples/net/sockets/coap_client/src/
Dcoap-client.c45 if (poll(fds, nfds, -1) < 0) { in wait()
/Zephyr-latest/scripts/west_commands/runners/
Djlink.py296 while server_proc.poll() is None:
/Zephyr-latest/doc/connectivity/networking/api/
Dmqtt_sn.rst112 :c:func:`poll` compatible function pointer.
Dsockets.rst32 ``getsockopt()``, ``setsockopt()``, ``poll()``, ``select()``,
/Zephyr-latest/tests/net/lib/mqtt_sn_client/src/
Dmqtt_sn_client.c131 .init = tp_init, .sendto = msg_sendto, .recvfrom = tp_recvfrom, .poll = tp_poll}; in setup()
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhandlers.py942 p = select.poll()
960 if this_timeout < 0 or not p.poll(this_timeout):
/Zephyr-latest/subsys/net/lib/mqtt_sn/
Dmqtt_sn.c1509 if (client->transport->poll) { in mqtt_sn_input()
1510 next_frame_size = client->transport->poll(client); in mqtt_sn_input()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_friendship.c1180 TEST_CASE(lpn, poll, "LPN: poll before timeout"),
/Zephyr-latest/drivers/net/
Dnsos_adapt.c926 ret = poll(&fds, 1, 0); in nsos_adapt_poll_update()
/Zephyr-latest/doc/releases/
Dmigration-guide-4.1.rst57 the devicetree property ``poll-interval-ms``.

12345