[][src]Type Definition rsl10_pac::dio::dio_extclk_cfg::PULL_CTRL_R

type PULL_CTRL_R = R<u8, PULL_CTRL_A>;

Reader of field PULL_CTRL

Methods

impl PULL_CTRL_R[src]

pub fn variant(&self) -> PULL_CTRL_A[src]

Get enumerated values variant

pub fn is_extclk_no_pull(&self) -> bool[src]

Checks if the value of the field is EXTCLK_NO_PULL

pub fn is_extclk_weak_pull_up(&self) -> bool[src]

Checks if the value of the field is EXTCLK_WEAK_PULL_UP

pub fn is_extclk_weak_pull_down(&self) -> bool[src]

Checks if the value of the field is EXTCLK_WEAK_PULL_DOWN

pub fn is_extclk_strong_pull_up(&self) -> bool[src]

Checks if the value of the field is EXTCLK_STRONG_PULL_UP