hw_regmap 0.2.0

hw_regmap: A register map generation tool.
Documentation
1
2
3
4
5
6
7
8
pub mod flat;
pub mod generator;
pub mod regmap;

pub use flat::FlatRegmap;

pub use regmap::parser::RegmapOpt;
pub use regmap::Regmap;