FM25CL
Custom
capsules_
extra
0.2.3-dev
FM25CL
Custom
Required Methods
read_status
Implementors
In capsules_
extra::
fm25cl
Structs
FM25CL
Constants
BUF_LEN
Traits
FM25CLClient
FM25CLCustom
capsules_extra
::
fm25cl
Trait
FM25CLCustom
Copy item path
Settings
Help
Summary
Source
pub trait FM25CLCustom { // Required method fn
read_status
(&self) ->
Result
<
()
,
ErrorCode
>; }
Required Methods
§
Source
fn
read_status
(&self) ->
Result
<
()
,
ErrorCode
>
Implementors
§
Source
§
impl<'a, S:
SpiMasterDevice
<'a>>
FM25CLCustom
for
FM25CL
<'a, S>