[][src]Type Definition ambiq_apollo1_pac::clkgen::INTCLR

type INTCLR = Reg<u32, _INTCLR>;

CLKGEN Interrupt Register: Clear

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

For information about available fields see intclr module

Trait Implementations

impl Readable for INTCLR[src]

read() method returns intclr::R reader structure

impl ResetValue for INTCLR[src]

Register INTCLR reset()'s with value 0

type Type = u32

Register size

impl Writable for INTCLR[src]

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