Struct cortex_m_log::printer::semihosting::Semihosting [−][src]
pub struct Semihosting<M: InterruptModer, T: SemihostingComp> { /* fields omitted */ }
Semihosting backed printer
Methods
impl<M: InterruptModer, T: SemihostingComp> Semihosting<M, T>[src]
impl<M: InterruptModer, T: SemihostingComp> Semihosting<M, T>impl<M: InterruptModer> Semihosting<M, HStdout>[src]
impl<M: InterruptModer> Semihosting<M, HStdout>impl<M: InterruptModer> Semihosting<M, HStderr>[src]
impl<M: InterruptModer> Semihosting<M, HStderr>Trait Implementations
impl<Mode: InterruptModer, T: SemihostingComp> Printer for Semihosting<Mode, T>[src]
impl<Mode: InterruptModer, T: SemihostingComp> Printer for Semihosting<Mode, T>Auto Trait Implementations
impl<M, T> Send for Semihosting<M, T> where
M: Send,
T: Send,
impl<M, T> Send for Semihosting<M, T> where
M: Send,
T: Send, impl<M, T> Sync for Semihosting<M, T> where
M: Sync,
T: Sync,
impl<M, T> Sync for Semihosting<M, T> where
M: Sync,
T: Sync,