[][src]Type Definition ambiq_apollo1_pac::uart::IEC

type IEC = Reg<u32, _IEC>;

Interrupt Clear

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

For information about available fields see iec module

Trait Implementations

impl Readable for IEC[src]

read() method returns iec::R reader structure

impl ResetValue for IEC[src]

Register IEC reset()'s with value 0

type Type = u32

Register size

impl Writable for IEC[src]

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