sftool-lib 0.1.13

SiFli SoC serial utility library
Documentation
1
2
3
pub trait SpeedTrait {
    fn set_speed(&mut self, speed: u32) -> Result<(), std::io::Error>;
}