pub type Sync0PolR = FieldReader<Sync0Pol>;
Expand description

Field SYNC0_POL reader - SYNC0 output driver/polarity

Aliased Type§

struct Sync0PolR { /* private fields */ }

Implementations§

source§

impl Sync0PolR

source

pub const fn variant(&self) -> Sync0Pol

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)