[][src]Type Definition nuc1xx::fmc::ispcmd::W

type W = W<u32, ISPCMD>;

Writer for register ISPCMD

Methods

impl W[src]

pub fn fctrl(&mut self) -> FCTRL_W[src]

Bits 0:3 - ISP Command ISP command table is showed below: Operation Mode FOEN FCEN FCTRL[3:0] Read 0 0 0 0 0 0 Program 1 0 0 0 0 1 Page Erase 1 0 0 0 1 0

pub fn fcen(&mut self) -> FCEN_W[src]

Bit 4 - ISP Command ISP command table is showed below: Operation Mode FOEN FCEN FCTRL[3:0] Read 0 0 0 0 0 0 Program 1 0 0 0 0 1 Page Erase 1 0 0 0 1 0

pub fn foen(&mut self) -> FOEN_W[src]

Bit 5 - ISP Command ISP command table is showed below: Operation Mode FOEN FCEN FCTRL[3:0] Read 0 0 0 0 0 0 Program 1 0 0 0 0 1 Page Erase 1 0 0 0 1 0