DseR

Type Alias DseR 

pub type DseR = BitReader<Dse>;
Expand description

Field DSE reader - Drive Strength Enable

Aliased Type§

pub struct DseR { /* private fields */ }

Implementations§

§

impl DseR

pub const fn variant(&self) -> Dse

Get enumerated values variant

pub fn is_0(&self) -> bool

Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.

pub fn is_1(&self) -> bool

High drive strength is configured on the corresponding pin, if pin is configured as a digital output.