Searched refs:poll (Results 1 – 13 of 13) sorted by relevance
| /subsys/net/lib/sntp/ |
| A D | sntp_pkt.h | 23 uint8_t poll; member
|
| A D | sntp.c | 33 NET_DBG("poll: %x", pkt->poll); in sntp_pkt_dump()
|
| /subsys/modem/backends/ |
| A D | modem_backend_tty.c | 39 if (poll(&pd, 1, MODEM_BACKEND_TTY_THREAD_RUN_PERIOD_MS) < 0) { in modem_backend_tty_routine()
|
| /subsys/net/l2/wifi/ |
| A D | Kconfig | 107 bool "Skip inactivity poll for stations after the inactivity timeout" 109 Skip inactivity poll for stations after the inactivity timeout. This
|
| /subsys/mgmt/mcumgr/transport/ |
| A D | Kconfig.lorawan | 63 Stack size of the thread that will poll for empty additional packets when a partial
|
| /subsys/net/lib/mqtt_sn/ |
| A D | mqtt_sn_transport_udp.c | 250 .poll = tp_udp_poll, in mqtt_sn_transport_udp_init()
|
| A D | mqtt_sn.c | 1671 if (client->transport->poll) { in mqtt_sn_input() 1672 next_frame_size = client->transport->poll(client); in mqtt_sn_input()
|
| /subsys/mgmt/updatehub/ |
| A D | Kconfig | 31 int "Time to poll interval (in minutes)"
|
| /subsys/fs/ |
| A D | fuse_fs_access_bottom.c | 576 .poll = NULL,
|
| /subsys/mgmt/hawkbit/ |
| A D | Kconfig | 28 int "Time to poll interval (in minutes)"
|
| /subsys/net/lib/sockets/ |
| A D | Kconfig | 27 int "Max number of supported poll() entries [DEPRECATED]"
|
| /subsys/bluetooth/mesh/shell/ |
| A D | shell.c | 1737 SHELL_CMD_ARG(poll, NULL, NULL, cmd_poll, 1, 0),
|
| /subsys/shell/backends/ |
| A D | Kconfig.backends | 790 This option can be used to modify the poll interval the backend uses
|
Completed in 547 milliseconds