[][src]Type Definition lpc55s6x_pac::hashcrypt::status::NEEDIV_R

type NEEDIV_R = R<bool, NEEDIV_A>;

Reader of field NEEDIV

Methods

impl NEEDIV_R[src]

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

Get enumerated values variant

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

Checks if the value of the field is NOT_NEED

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

Checks if the value of the field is NEED