pub type DRIVE_R = FieldReader<DRIVE_A>;
Expand description

Field DRIVE reader - Drive strength.

Aliased Type§

struct DRIVE_R { /* private fields */ }

Implementations§

source§

impl DRIVE_R

source

pub const fn variant(&self) -> DRIVE_A

Get enumerated values variant

source

pub fn is_2m_a(&self) -> bool

0

source

pub fn is_4m_a(&self) -> bool

1

source

pub fn is_8m_a(&self) -> bool

10

source

pub fn is_12m_a(&self) -> bool

11