[][src]Type Definition ambiq_apollo1_pac::mcuctrl::SRAMPWDINSLEEP

type SRAMPWDINSLEEP = Reg<u32, _SRAMPWDINSLEEP>;

Powerdown an SRAM Bank in Deep Sleep mode

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

For information about available fields see srampwdinsleep module

Trait Implementations

impl Readable for SRAMPWDINSLEEP[src]

read() method returns srampwdinsleep::R reader structure

impl ResetValue for SRAMPWDINSLEEP[src]

Register SRAMPWDINSLEEP reset()'s with value 0

type Type = u32

Register size

impl Writable for SRAMPWDINSLEEP[src]

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