Searched full:polled (Results 1 – 25 of 47) sorted by relevance
12
/Zephyr-latest/samples/subsys/shell/devmem_load/ |
D | sample.yaml | 10 sample.devmem_load.polled:
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | friendship_common.c | 77 .polled = friend_polled, 102 .polled = lpn_polled,
|
D | test_friendship.c | 75 K_SECONDS(30)), "LPN never polled"); in friend_wait_for_polls() 238 "Friend never polled"); in test_friend_overflow() 256 "Friend never polled"); in test_friend_overflow() 281 "Friend never polled"); in test_friend_overflow() 1010 FAIL("LPN connection polled unexpectedly"); in test_lpn_disable() 1028 K_MSEC(1000)), "Friend never polled"); in test_lpn_term_cb_check()
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.intel_lw | 25 and deassert RTS after the character is polled out.
|
D | uart_ql_usbserialport_s3b.c | 45 * @brief Output a character in polled mode.
|
D | uart_rtt.c | 67 * @brief Output a character in polled mode.
|
D | uart_litex.c | 46 * @brief Output a character in polled mode.
|
D | uart_sifive.c | 76 * @brief Output a character in polled mode.
|
D | uart_hostlink.c | 382 * @brief Output a character in polled mode.
|
/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/doc/hardware/peripherals/ |
D | comparator.rst | 14 either invoke a callback, or its status can be polled.
|
/Zephyr-latest/samples/sensor/lis2dh/src/ |
D | main.c | 22 /* Sample overrun. Ignore in polled mode. */ in fetch_and_display()
|
/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | Kconfig | 34 Set the interval that the hawkbit update server will be polled.
|
/Zephyr-latest/subsys/mgmt/updatehub/ |
D | Kconfig | 35 Set the interval that the UpdateHub update server will be polled.
|
/Zephyr-latest/tests/drivers/build_all/input/ |
D | app.overlay | 61 gpio-keys-polled { 123 qdec-gpio-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/drivers/flash/ |
D | flash_stm32wbx.c | 100 * timing, the PESD bit should be polled here. in write_dword() 237 * timing, the PESD bit should be polled here. in erase_page()
|
/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/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/include/zephyr/bluetooth/mesh/ |
D | main.h | 694 * polled the friend node. 703 void (*polled)(uint16_t net_idx, uint16_t friend_addr, bool retry); member 744 * polled the friend node. 752 void (*polled)(uint16_t net_idx, uint16_t lpn_addr); member
|
/Zephyr-latest/drivers/modem/ |
D | modem_socket.c | 262 * socket it polled. I think we could live with such limitation though in the 309 /* Reset counter as we reiterate on all polled sockets */ in modem_socket_poll()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | cellular.h | 187 * @retval -ENODATA if device is not in a state where signal can be polled
|
/Zephyr-latest/tests/boards/intel_adsp/smoke/src/ |
D | cpus.c | 17 /* Utility for spin-polled loops. Avoids spamming shared resources
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_gecko.c | 131 /* Do a polled transfer */ in i2c_gecko_transfer()
|
/Zephyr-latest/doc/connectivity/networking/ |
D | net_config_guide.rst | 88 on how many BSD sockets are polled in the system.
|
12