Searched refs:polled (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | friendship_common.c | 77 .polled = friend_polled, 102 .polled = lpn_polled,
|
/Zephyr-latest/drivers/stepper/adi_tmc/ |
D | Kconfig.tmc_rampgen_template | 9 When enabled, the ramp status will be polled on TMC, to check for events:
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.intel_lw | 25 and deassert RTS after the character is polled out.
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | main.h | 703 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/ |
D | app.overlay | 61 gpio-keys-polled { 123 qdec-gpio-polled {
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | comparator.rst | 14 either invoke a callback, or its status can be polled.
|
/Zephyr-latest/subsys/mgmt/updatehub/ |
D | Kconfig | 35 Set the interval that the UpdateHub update server will be polled.
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | index.rst | 10 Sensors range from very simple temperature-reading devices that must be polled
|
/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | Kconfig | 34 Set the interval that the hawkbit update server will be polled.
|
/Zephyr-latest/doc/kernel/services/ |
D | polling.rst | 34 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/ |
D | lpn.c | 436 if (cb->polled) { in req_send_end() 437 cb->polled(lpn->sub->net_idx, lpn->frnd, retry); in req_send_end()
|
D | friend.c | 761 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/ |
D | Kconfig.backends | 135 Determines how often UART is polled for RX byte. 235 Determines how often RTT is polled for RX byte.
|
/Zephyr-latest/doc/connectivity/networking/ |
D | net_config_guide.rst | 88 on how many BSD sockets are polled in the system.
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 5546 .polled = lpn_polled,
|