aic8800 0.2.9

OS-independent AIC8800 Wi-Fi driver core
1
2
3
4
5
6
7
8
//! Move-only construction and endpoint families exposed through RDIF.

mod control;
mod device;
mod irq;
mod startup;

pub use device::{AicRdifDevice, AicRdifOptions};