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

type CHIP_INFO = Reg<u32, _CHIP_INFO>;

Chip Information Register

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

For information about available fields see chip_info module

Trait Implementations

impl Readable for CHIP_INFO[src]

read() method returns chip_info::R reader structure

impl ResetValue for CHIP_INFO[src]

Register CHIP_INFO reset()'s with value 0x0141_114b

type Type = u32

Register size

impl Writable for CHIP_INFO[src]

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