[][src]Type Definition lpc55_pac::casper::lock::LOCK_R

type LOCK_R = R<bool, LOCK_A>;

Reader of field LOCK

Implementations

impl LOCK_R[src]

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

Get enumerated values variant

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

Checks if the value of the field is UNLOCK

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

Checks if the value of the field is LOCK