1 2 3 4 5 6 7
//! Higher-level drivers built atop the codec and transport. //! //! - [`acu`] — Access Control Unit (master). //! - [`pd`] — Peripheral Device (slave). pub mod acu; pub mod pd;