Skip to main content

SWOE_R

Type Alias SWOE_R 

Source
pub type SWOE_R = BitReader<SWOE_A>;
Expand description

Field SWOE reader - Software Output Enable.

Aliased Type§

pub struct SWOE_R { /* private fields */ }

Implementations§

Source§

impl SWOE_R

Source

pub fn variant(&self) -> SWOE_A

Get enumerated values variant

Source

pub fn is_outputs_disable(&self) -> bool

I2C Outputs SCLO and SDAO disabled.

Source

pub fn is_outputs_enable(&self) -> bool

I2C Outputs SCLO and SDAO enabled.