Home
last modified time | relevance | path

Searched full:polls (Results 1 – 22 of 22) sorted by relevance

/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/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/dts/bindings/input/
Dgpio-kbd-matrix.yaml62 press using GPIO interrupts on the row lines, "poll" periodically polls
/Zephyr-latest/drivers/flash/
DKconfig.nor66 complete. Enabling this option adds a delay between polls on the
Dflash_stm32_xspi.c400 * This function Polls the WEL (write enable latch) bit to become to 0
454 * This function Polls the WIP(Write In Progress) bit to become to 0
Dflash_stm32_ospi.c551 * This function Polls the WEL (write enable latch) bit to become to 0
604 * This function Polls the WIP(Write In Progress) bit to become to 0
Dspi_nor.c469 * @param poll_delay Duration between polls of status register
/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()
152 /* LPN polls on establishment. Clear the poll state */ in test_friend_msg()
171 /* Two segments require 2 polls plus the "no more messages" msg */ in test_friend_msg()
188 /* Two messages require 2 polls plus the "no more messages" msg */ in test_friend_msg()
359 /** Send messages to 2 virtual addresses with collision and check that LPN correctly polls them.
478 /* LPN polls on establishment. Clear the poll state */ in test_lpn_msg_frnd()
542 /* LPN polls on establishment. Clear the poll state */ in test_lpn_msg_mesh()
/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/include/zephyr/arch/arc/v2/
Darcv2_irq_unit.h89 * Polls the enable status of the specified interrupt
/Zephyr-latest/subsys/net/lib/ptp/
DKconfig41 Set the priority of the PTP. This handler polls the sockets and checks
/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/subsys/logging/frontends/
Dlog_frontend_dict_uart.c92 /* Attempts to get pending message and initiate UART transfer. In panic it polls
/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/subsys/usb/usb_c/
Dusbc_pe_common_internal.h582 * @note The PRL layer polls this instead of using AMS_START and AMS_END
/Zephyr-latest/drivers/sensor/
Dsensor_shell.c603 * Streaming enables a thread that polls the RTIO context, so if it's enabled, we in cmd_get_sensor()
/Zephyr-latest/drivers/usb/udc/
Dudc_it82xx2.c537 * limitations, device controller polls to check if the stall bit has been transmitted for in ctrl_ep_stall_workaround()
/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
/Zephyr-latest/drivers/ethernet/
Deth_xlnx_gem.c584 /* Cancel the delayed work that polls the link state */ in eth_xlnx_gem_stop_device()
/Zephyr-latest/drivers/modem/
Dsimcom-sim7080.c559 * Polls a given socket.