sftool-lib 0.2.3

SiFli SoC serial utility library
Documentation
1
2
3
4
5
use crate::Result;

pub trait SpeedTrait {
    fn set_speed(&mut self, speed: u32) -> Result<()>;
}