Searched refs:poll (Results 51 – 75 of 104) sorted by relevance
12345
/Zephyr-latest/doc/_extensions/zephyr/ |
D | doxyrunner.py | 281 if p.poll() is not None:
|
/Zephyr-latest/subsys/net/lib/sntp/ |
D | sntp.c | 32 NET_DBG("poll: %x", pkt->poll); in sntp_pkt_dump()
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | userchan.c | 186 return (poll(&pollfd, 1, 0) == 1); in uc_ready()
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.nrfx_uart_instance | 22 bool "Efficient poll out on port $(nrfx_uart_num)"
|
/Zephyr-latest/subsys/mgmt/updatehub/ |
D | Kconfig | 31 int "Time to poll interval (in minutes)"
|
/Zephyr-latest/soc/intel/intel_adsp/tools/ |
D | remote-fw-service.py | 173 ret = proc.poll()
|
/Zephyr-latest/kernel/ |
D | CMakeLists.txt | 147 target_sources_ifdef(CONFIG_POLL kernel PRIVATE poll.c)
|
/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | Kconfig | 30 int "Time to poll interval (in minutes)"
|
/Zephyr-latest/drivers/ethernet/nxp_enet/ |
D | Kconfig | 145 int "PHY poll period (ms)"
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | read_and_decode.rst | 71 channels to poll. Requesting either blocking or non-blocking reads, then
|
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/src/ |
D | main.c | 379 rc = poll(&fds, 1u, timeout); in aws_client_loop()
|
/Zephyr-latest/samples/net/cloud/mqtt_azure/src/ |
D | main.c | 112 rc = poll(fds, nfds, timeout); in wait()
|
/Zephyr-latest/subsys/fs/ |
D | fuse_fs_access.c | 461 .poll = NULL,
|
/Zephyr-latest/scripts/coccinelle/ |
D | int_ms_to_timeout.cocci | 31 | poll
|
/Zephyr-latest/samples/net/mqtt_publisher/src/ |
D | main.c | 134 ret = poll(fds, nfds, timeout); in wait()
|
/Zephyr-latest/samples/net/sockets/coap_client/src/ |
D | coap-client.c | 45 if (poll(fds, nfds, -1) < 0) { in wait()
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | jlink.py | 296 while server_proc.poll() is None:
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | mqtt_sn.rst | 112 :c:func:`poll` compatible function pointer.
|
D | sockets.rst | 32 ``getsockopt()``, ``setsockopt()``, ``poll()``, ``select()``,
|
/Zephyr-latest/tests/net/lib/mqtt_sn_client/src/ |
D | mqtt_sn_client.c | 131 .init = tp_init, .sendto = msg_sendto, .recvfrom = tp_recvfrom, .poll = tp_poll}; in setup()
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | handlers.py | 942 p = select.poll() 960 if this_timeout < 0 or not p.poll(this_timeout):
|
/Zephyr-latest/subsys/net/lib/mqtt_sn/ |
D | mqtt_sn.c | 1509 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/ |
D | test_friendship.c | 1180 TEST_CASE(lpn, poll, "LPN: poll before timeout"),
|
/Zephyr-latest/drivers/net/ |
D | nsos_adapt.c | 926 ret = poll(&fds, 1, 0); in nsos_adapt_poll_update()
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-4.1.rst | 57 the devicetree property ``poll-interval-ms``.
|
12345