[][src]Trait embedded_sdmmc::TimeSource

pub trait TimeSource {
    fn get_timestamp(&self) -> Timestamp;
}

Things that impl this can tell you the current time.

Required methods

fn get_timestamp(&self) -> Timestamp

Returns the current time

Loading content...

Implementors

Loading content...