PCEPHY

Type Alias PCEPHY 

Source
pub type PCEPHY = Reg<u32, _PCEPHY>;
Expand description

Ethernet PHY Power Control

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see pcephy module

Aliased Type§

pub struct PCEPHY { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for PCEPHY

Register PCEPHY reset()’s with value 0

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for PCEPHY

read() method returns pcephy::R reader structure

Source§

impl Writable for PCEPHY

write(|w| ..) method takes pcephy::W writer structure