//! Contains possible destination for writes
//!//! All writes are unprotected.
//! If you'd like to have option to configure your writes
//! with interrupt protection, see [printer](../printer/index.html)
pubmoddummy;pubuseself::dummy::Dummy;#[cfg(feature ="itm")]pubmoditm;#[cfg(feature ="itm")]pubuseself::itm::Itm;#[cfg(feature ="semihosting")]pubmodsemihosting;#[cfg(feature ="semihosting")]pubuseself::semihosting::SHStream;