[][src]Type Definition rsl10_pac::dio::dio_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_dio_no_pull(&self) -> bool[src]

Checks if the value of the field is DIO_NO_PULL

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

Checks if the value of the field is DIO_WEAK_PULL_UP

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

Checks if the value of the field is DIO_WEAK_PULL_DOWN

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

Checks if the value of the field is DIO_STRONG_PULL_UP