[−][src]Type Definition lpc55_pac::powerquad::TMPBASE
type TMPBASE = Reg<u32, _TMPBASE>;
Base address register for temp region
This register you can read, reset, write, write_with_zero, modify. See API.
For information about available fields see tmpbase module
Trait Implementations
impl Readable for TMPBASE[src]
read() method returns tmpbase::R reader structure
impl ResetValue for TMPBASE[src]
Register TMPBASE reset()'s with value 0
impl Writable for TMPBASE[src]
write(|w| ..) method takes tmpbase::W writer structure