Searched defs:mcxw_context (Results 1 – 1 of 1) sorted by relevance
74 struct mcxw_context { struct76 struct net_if *iface;78 const struct device *counter;80 uint8_t mac[8];84 struct k_thread rx_thread;86 struct k_msgq rx_msgq;88 char rx_msgq_buffer[NMAX_RXRING_BUFFERS * sizeof(mcxw_rx_frame)];90 struct k_sem tx_wait;92 struct k_sem cca_wait;94 mcxw_radio_state state;[all …]