Home
last modified time | relevance | path

Searched defs:rylr_data (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/lora/
Drylrxxx.c94 struct rylr_data { struct
95 uint8_t cmd_buffer[CONFIG_LORA_RYLRXX_CMD_BUF_SIZE];
96 size_t curr_cmd_len;
97 bool is_tx;
98 int handler_error;
99 struct k_msgq rx_msgq;
100 struct k_sem script_sem;
101 struct k_sem operation_sem;
102 uint8_t pending_async_flags;
103 struct k_poll_signal *async_tx_signal;
[all …]