Trait cortex_m_rtfm::ResourceLike [] [src]

pub unsafe trait ResourceLike {
    type Ceiling;
}

Maps a Resource / Peripheral to its ceiling

Do not implement this trait yourself. This is an implementation detail.

Associated Types

The ceiling of the resource

Implementors