Type Alias R

Source
pub type R = R<OPSRrs>;
Expand description

Register OPSR reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn addr_op(&self) -> ADDR_OP_R

Bits 0:19 - Interrupted operation address

Source

pub fn data_op(&self) -> DATA_OP_R

Bit 21 - Flash high-cycle data area operation interrupted

Source

pub fn bk_op(&self) -> BK_OP_R

Bit 22 - Interrupted operation bank

Source

pub fn sysf_op(&self) -> SYSF_OP_R

Bit 23 - Operation in system flash memory interrupted

Source

pub fn otp_op(&self) -> OTP_OP_R

Bit 24 - OTP operation interrupted

Source

pub fn code_op(&self) -> CODE_OP_R

Bits 29:31 - Flash memory operation code

Trait Implementations§

Source§

impl Debug for R

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more