pub type NO_POWER_SWITHCING_R = BitReader<NO_POWER_SWITHCING_A>;
Expand description

Field no_power_swithcing reader - NoPowerSwithcing

These bits are used to specify whether power switching is supported or ports are always powered. It is implementation- specific. When this bit is cleared, the PowerSwitchingMode specifies global or per-port switching.

Aliased Type§

struct NO_POWER_SWITHCING_R { /* private fields */ }

Implementations§

source§

impl NO_POWER_SWITHCING_R

source

pub fn variant(&self) -> NO_POWER_SWITHCING_A

Get enumerated values variant

source

pub fn is_switched(&self) -> bool

Checks if the value of the field is SWITCHED

source

pub fn is_always(&self) -> bool

Checks if the value of the field is ALWAYS