pub trait Readable: RegisterSpec {
type Reader: From<R<Self>> + Deref<Target = R<Self>>;
}Expand description
Trait implemented by readable registers to enable the read method.
Registers marked with Writable can be also modify’ed.
Required Associated Types§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
Source§impl Readable for DBG_DLH_SPEC
read() method returns dbg_dlh::R reader structure
impl Readable for DBG_DLH_SPEC
read() method returns dbg_dlh::R reader structure
Source§impl Readable for DBG_DLL_SPEC
read() method returns dbg_dll::R reader structure
impl Readable for DBG_DLL_SPEC
read() method returns dbg_dll::R reader structure
Source§impl Readable for DMA_REQ_EN_SPEC
read() method returns dma_req_en::R reader structure
impl Readable for DMA_REQ_EN_SPEC
read() method returns dma_req_en::R reader structure