Trait capsules::fm25cl::FM25CLCustom
[−]
[src]
pub trait FM25CLCustom { fn read_status(&self) -> ReturnCode; }
Required Methods
fn read_status(&self) -> ReturnCode
Implementors
impl<'a, S: SpiMasterDevice + 'a> FM25CLCustom for FM25CL<'a, S>