kernel::hil::flash

Trait HasClient

Source
pub trait HasClient<'a, C> {
    // Required method
    fn set_client(&'a self, client: &'a C);
}

Required Methods§

Source

fn set_client(&'a self, client: &'a C)

Set the client for this flash peripheral. The client will be called when operations complete.

Implementors§