pub struct R(_);
Expand description
Register OUT_LINK
reader
Implementations§
§impl R
impl R
pub fn outlink_addr(&self) -> FieldReaderRaw<u32, u32>
pub fn outlink_addr(&self) -> FieldReaderRaw<u32, u32>
Bits 0:19
pub fn outlink_stop(&self) -> BitReaderRaw<bool>
pub fn outlink_stop(&self) -> BitReaderRaw<bool>
Bit 28
pub fn outlink_start(&self) -> BitReaderRaw<bool>
pub fn outlink_start(&self) -> BitReaderRaw<bool>
Bit 29
pub fn outlink_restart(&self) -> BitReaderRaw<bool>
pub fn outlink_restart(&self) -> BitReaderRaw<bool>
Bit 30
pub fn outlink_park(&self) -> BitReaderRaw<bool>
pub fn outlink_park(&self) -> BitReaderRaw<bool>
Bit 31
Methods from Deref<Target = R<OUT_LINK_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<OUT_LINK_SPEC>> for R
impl From<R<OUT_LINK_SPEC>> for R
§fn from(reader: R<OUT_LINK_SPEC>) -> R
fn from(reader: R<OUT_LINK_SPEC>) -> R
Converts to this type from the input type.