Home
last modified time | relevance | path

Searched refs:polls (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/samples/sensor/sm351lt/
DREADME.rst10 This sample application periodically polls an SM351LT magnetoresistive sensor
/Zephyr-latest/samples/sensor/i3g4250d/
DREADME.rst11 sampling rate and polls the measurements with the same rate and
/Zephyr-latest/drivers/dma/
DKconfig.iproc_pax40 PAX DMA API polls for dma completions
DKconfig.xilinx_axi_dma78 In order to prevent this, the DMA driver periodically polls the DMA's registers and
/Zephyr-latest/tests/kernel/mem_protect/mem_protect/src/
Dkobject.c1258 struct k_poll_signal *polls; in ZTEST() local
1289 polls = k_object_alloc(K_OBJ_POLL_SIGNAL); in ZTEST()
1290 zassert_not_null(polls, "alloc obj (0x%lx)\n", (uintptr_t)polls); in ZTEST()
1299 k_object_release((void *)polls); in ZTEST()
/Zephyr-latest/drivers/flash/
DKconfig.nor66 complete. Enabling this option adds a delay between polls on the
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_friendship.c71 static void friend_wait_for_polls(int polls) in friend_wait_for_polls() argument
77 while (--polls) { in friend_wait_for_polls()
83 "LPN missing %d polls", polls); in friend_wait_for_polls()
/Zephyr-latest/subsys/net/lib/ptp/
DKconfig41 Set the priority of the PTP. This handler polls the sockets and checks
/Zephyr-latest/subsys/net/lib/sockets/
DKconfig97 polls the sockets and calls the user supplied callback directly.
112 Set the internal stack size for the thread that polls sockets.
/Zephyr-latest/samples/net/lwm2m_client/
DREADME.rst56 …fig can be used to stop LwM2M engine for periodically interrupting socket polls. It can have signi…
/Zephyr-latest/doc/releases/
Drelease-notes-3.6.rst408 * ``spi_nor`` driver now sleeps between polls in ``spi_nor_wait_until_ready``. If this is not