[][src]Type Definition k210_pac::aes::finish::FINISH_R

type FINISH_R = R<bool, FINISH_A>;

Reader of field finish

Methods

impl FINISH_R[src]

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

Get enumerated values variant

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

Checks if the value of the field is NOT_FINISHED

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

Checks if the value of the field is FINISHED