pub trait ConfigVolatileFieldAccess<'a, A> {
// Required methods
fn cols(self) -> VolatilePtr<'a, le16, A::Restricted>
where A: RestrictAccess<ReadOnly>;
fn rows(self) -> VolatilePtr<'a, le16, A::Restricted>
where A: RestrictAccess<ReadOnly>;
fn max_nr_ports(self) -> VolatilePtr<'a, le32, A::Restricted>
where A: RestrictAccess<ReadOnly>;
fn emerg_wr(self) -> VolatilePtr<'a, le32, A::Restricted>
where A: RestrictAccess<ReadOnly>;
}Expand description
Console Device Configuration Layout
Use ConfigVolatileFieldAccess to work with this struct.