pub type EFUSE_1_8V_POWER_SWITCH_CONTROL_R = BitReader<EFUSE_1_8V_POWER_SWITCH_CONTROL_A>;
Expand description

Field efuse_1_8v_power_switch_control reader - 1: Open power switch 0: Close power switch

Aliased Type§

struct EFUSE_1_8V_POWER_SWITCH_CONTROL_R { /* private fields */ }

Implementations§

source§

impl EFUSE_1_8V_POWER_SWITCH_CONTROL_R

source

pub fn variant(&self) -> EFUSE_1_8V_POWER_SWITCH_CONTROL_A

Get enumerated values variant

source

pub fn is_open(&self) -> bool

Checks if the value of the field is OPEN

source

pub fn is_close(&self) -> bool

Checks if the value of the field is CLOSE