pub type Sync1PolR = FieldReader<Sync1Pol>;
Expand description

Field SYNC1_POL reader - SYNC1 output driver/polarity

Aliased Type§

struct Sync1PolR { /* private fields */ }

Implementations§

source§

impl Sync1PolR

source

pub const fn variant(&self) -> Sync1Pol

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

Push-Pull active low

source

pub fn is_value2(&self) -> bool

Open Drain (active low)

source

pub fn is_value3(&self) -> bool

Push-Pull active high

source

pub fn is_value4(&self) -> bool

Open Source (active high)