Type Definition gd32f1::gd32f130::fmc::ctl::R[][src]

type R = R<u32, CTL>;

Reader of register CTL

Implementations

impl R[src]

pub fn obrld(&self) -> OBRLD_R[src]

Bit 13 - Option byte reload bit

pub fn endie(&self) -> ENDIE_R[src]

Bit 12 - End of operation interrupt enable

pub fn errie(&self) -> ERRIE_R[src]

Bit 10 - Error interrupt enable

pub fn obwen(&self) -> OBWEN_R[src]

Bit 9 - Option byte erase/program enable bit

pub fn lk(&self) -> LK_R[src]

Bit 7 - FMC_CTL lock bit

pub fn start(&self) -> START_R[src]

Bit 6 - Send erase command to FMC bit

pub fn ober(&self) -> OBER_R[src]

Bit 5 - Option byte erase command bit

pub fn obpg(&self) -> OBPG_R[src]

Bit 4 - Option byte program command bit

pub fn mer(&self) -> MER_R[src]

Bit 2 - Main flash mass erase command bit

pub fn per(&self) -> PER_R[src]

Bit 1 - Main flash page erase command bit

pub fn pg(&self) -> PG_R[src]

Bit 0 - Main flash page program command bit