Home
last modified time | relevance | path

Searched refs:K_POLL_SIGNAL_INITIALIZER (Results 1 – 9 of 9) sorted by relevance

/Zephyr-Core-3.6.0/samples/bluetooth/extended_adv/advertiser/src/
Dmain.c28 static struct k_poll_signal poll_sig = K_POLL_SIGNAL_INITIALIZER(poll_sig);
/Zephyr-Core-3.6.0/drivers/lora/
Dsx12xx_common.c175 struct k_poll_signal done = K_POLL_SIGNAL_INITIALIZER(done); in sx12xx_lora_send()
239 struct k_poll_signal done = K_POLL_SIGNAL_INITIALIZER(done); in sx12xx_lora_recv()
/Zephyr-Core-3.6.0/samples/bluetooth/extended_adv/scanner/src/
Dmain.c35 static struct k_poll_signal poll_sig = K_POLL_SIGNAL_INITIALIZER(poll_sig);
/Zephyr-Core-3.6.0/drivers/virtualization/
Dvirt_ivshmem_shell.c17 K_POLL_SIGNAL_INITIALIZER(doorbell_sig);
/Zephyr-Core-3.6.0/tests/drivers/spi/spi_loopback/src/
Dspi.c521 static struct k_poll_signal async_sig = K_POLL_SIGNAL_INITIALIZER(async_sig);
/Zephyr-Core-3.6.0/tests/kernel/poll/src/
Dtest_poll.c184 K_POLL_SIGNAL_INITIALIZER(wait_signal);
/Zephyr-Core-3.6.0/doc/kernel/services/
Dpolling.rst214 first be initialized either via :c:macro:`K_POLL_SIGNAL_INITIALIZER()` or
/Zephyr-Core-3.6.0/include/zephyr/
Dkernel.h5636 #define K_POLL_SIGNAL_INITIALIZER(obj) \ macro
/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Dconn.c789 K_POLL_SIGNAL_INITIALIZER(conn_change);