Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/samples/bluetooth/extended_adv/advertiser/src/
Dmain.c29 static struct k_poll_signal poll_sig = K_POLL_SIGNAL_INITIALIZER(poll_sig);
/Zephyr-Core-3.7.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.7.0/samples/bluetooth/extended_adv/scanner/src/
Dmain.c36 static struct k_poll_signal poll_sig = K_POLL_SIGNAL_INITIALIZER(poll_sig);
/Zephyr-Core-3.7.0/drivers/virtualization/
Dvirt_ivshmem_shell.c17 K_POLL_SIGNAL_INITIALIZER(doorbell_sig);
/Zephyr-Core-3.7.0/tests/drivers/spi/spi_controller_peripheral/src/
Dmain.c34 static struct k_poll_signal async_sig = K_POLL_SIGNAL_INITIALIZER(async_sig);
38 static struct k_poll_signal async_sig_spim = K_POLL_SIGNAL_INITIALIZER(async_sig_spim);
/Zephyr-Core-3.7.0/samples/bluetooth/hci_uart_3wire/src/
Dmain.c142 K_POLL_SIGNAL_INITIALIZER(tx_queue_change);
/Zephyr-Core-3.7.0/tests/drivers/spi/spi_loopback/src/
Dspi.c567 static struct k_poll_signal async_sig = K_POLL_SIGNAL_INITIALIZER(async_sig);
/Zephyr-Core-3.7.0/tests/kernel/poll/src/
Dtest_poll.c187 K_POLL_SIGNAL_INITIALIZER(wait_signal);
/Zephyr-Core-3.7.0/doc/kernel/services/
Dpolling.rst216 first be initialized either via :c:macro:`K_POLL_SIGNAL_INITIALIZER()` or
/Zephyr-Core-3.7.0/include/zephyr/
Dkernel.h5782 #define K_POLL_SIGNAL_INITIALIZER(obj) \ macro
/Zephyr-Core-3.7.0/subsys/bluetooth/host/
Dconn.c749 K_POLL_SIGNAL_INITIALIZER(conn_change);