Trait kernel::hil::flash::HasClient
[−]
[src]
pub trait HasClient<'a, C> { fn set_client(&'a self, client: &'a C); }
Required Methods
fn set_client(&'a self, client: &'a C)
Set the client for this flash peripheral. The client will be called when operations complete.