Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/extended_adv/advertiser/src/
Dmain.c29 static struct k_poll_signal poll_sig = K_POLL_SIGNAL_INITIALIZER(poll_sig);
/Zephyr-latest/drivers/lora/
Dsx12xx_common.c198 struct k_poll_signal done = K_POLL_SIGNAL_INITIALIZER(done); in sx12xx_lora_send()
262 struct k_poll_signal done = K_POLL_SIGNAL_INITIALIZER(done); in sx12xx_lora_recv()
/Zephyr-latest/samples/bluetooth/extended_adv/scanner/src/
Dmain.c36 static struct k_poll_signal poll_sig = K_POLL_SIGNAL_INITIALIZER(poll_sig);
/Zephyr-latest/drivers/virtualization/
Dvirt_ivshmem_shell.c17 K_POLL_SIGNAL_INITIALIZER(doorbell_sig);
/Zephyr-latest/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-latest/samples/bluetooth/hci_uart_3wire/src/
Dmain.c139 K_POLL_SIGNAL_INITIALIZER(tx_queue_change);
/Zephyr-latest/tests/drivers/spi/spi_loopback/src/
Dspi.c573 static struct k_poll_signal async_sig = K_POLL_SIGNAL_INITIALIZER(async_sig);
/Zephyr-latest/tests/kernel/poll/src/
Dtest_poll.c191 K_POLL_SIGNAL_INITIALIZER(wait_signal);
/Zephyr-latest/doc/kernel/services/
Dpolling.rst219 first be initialized either via :c:macro:`K_POLL_SIGNAL_INITIALIZER()` or
/Zephyr-latest/include/zephyr/
Dkernel.h5855 #define K_POLL_SIGNAL_INITIALIZER(obj) \ macro
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c778 K_POLL_SIGNAL_INITIALIZER(conn_change);