[−][src]Trait kernel::hil::text_screen::TextScreenClient
Required methods
pub fn command_complete(&self, r: ReturnCode)
[src]
The driver calls this function when any command (but a write one) finishes executing.
pub fn write_complete(&self, buffer: &'static mut [u8], r: ReturnCode)
[src]
The driver calls this function when a write command finishes executing.