[][src]Trait ksz8863::miim::Register

pub trait Register: Default + From<u16> + Into<u16> {
    pub const ADDRESS: Address;
}

Implemented for all 16-bit MIIM registers.

Associated Constants

pub const ADDRESS: Address[src]

The address at which the register can be located via the MIIM interface.

Loading content...

Implementors

impl Register for Anar[src]

impl Register for Anlpar[src]

impl Register for Bcr[src]

impl Register for Bsr[src]

impl Register for LinkMd[src]

impl Register for PhySpecial[src]

impl Register for PhyIdR1[src]

impl Register for PhyIdR2[src]

Loading content...