Home
last modified time | relevance | path

Searched refs:polled (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dfriendship_common.c77 .polled = friend_polled,
102 .polled = lpn_polled,
/Zephyr-latest/drivers/stepper/adi_tmc/
DKconfig.tmc_rampgen_template9 When enabled, the ramp status will be polled on TMC, to check for events:
/Zephyr-latest/drivers/serial/
DKconfig.intel_lw25 and deassert RTS after the character is polled out.
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dmain.h703 void (*polled)(uint16_t net_idx, uint16_t friend_addr, bool retry); member
752 void (*polled)(uint16_t net_idx, uint16_t lpn_addr); member
/Zephyr-latest/tests/drivers/build_all/input/
Dapp.overlay61 gpio-keys-polled {
123 qdec-gpio-polled {
/Zephyr-latest/doc/hardware/peripherals/
Dcomparator.rst14 either invoke a callback, or its status can be polled.
/Zephyr-latest/subsys/mgmt/updatehub/
DKconfig35 Set the interval that the UpdateHub update server will be polled.
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dindex.rst10 Sensors range from very simple temperature-reading devices that must be polled
/Zephyr-latest/subsys/mgmt/hawkbit/
DKconfig34 Set the interval that the hawkbit update server will be polled.
/Zephyr-latest/doc/kernel/services/
Dpolling.rst34 All events in the array must be initialized before the array can be polled on.
268 If the signal is to be polled in a loop, *both* its event state must be
/Zephyr-latest/subsys/bluetooth/mesh/
Dlpn.c436 if (cb->polled) { in req_send_end()
437 cb->polled(lpn->sub->net_idx, lpn->frnd, retry); in req_send_end()
Dfriend.c761 if (cb->polled) { in bt_mesh_friend_poll()
762 cb->polled(frnd->subnet->net_idx, frnd->lpn); in bt_mesh_friend_poll()
/Zephyr-latest/subsys/shell/backends/
DKconfig.backends135 Determines how often UART is polled for RX byte.
235 Determines how often RTT is polled for RX byte.
/Zephyr-latest/doc/connectivity/networking/
Dnet_config_guide.rst88 on how many BSD sockets are polled in the system.
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c5546 .polled = lpn_polled,