[][src]Type Definition ambiq_apollo1_pac::vcomp::INTSTAT

type INTSTAT = Reg<u32, _INTSTAT>;

Voltage Comparator Interrupt registers: Status

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

For information about available fields see intstat module

Trait Implementations

impl Readable for INTSTAT[src]

read() method returns intstat::R reader structure

impl ResetValue for INTSTAT[src]

Register INTSTAT reset()'s with value 0

type Type = u32

Register size

impl Writable for INTSTAT[src]

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