[][src]Type Definition cc3220sf::stackdie_ctrl::FMC_SLEEP_CTL

type FMC_SLEEP_CTL = Reg<u32, _FMC_SLEEP_CTL>;

By posting the request Flash can be put into low-power mode (Sleep) without powering down the Flash. Earlier (in Garnet) this was fully h/w controlled and the control for this was coming from SysCtl while entering into Cortex Deep-sleep mode. But for our device the D2D i/f doesnt support this. The Firmware has to program the register in the top-die for entering into this mode and wait for an interrupt.

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see fmc_sleep_ctl module

Trait Implementations

impl Readable for FMC_SLEEP_CTL[src]

read() method returns fmc_sleep_ctl::R reader structure

impl ResetValue for FMC_SLEEP_CTL[src]

Register FMC_SLEEP_CTL reset()'s with value 0

type Type = u32

Register size

impl Writable for FMC_SLEEP_CTL[src]

write(|w| ..) method takes fmc_sleep_ctl::W writer structure