[][src]Type Definition ambiq_apollo1_pac::rstgen::CLRSTAT

type CLRSTAT = Reg<u32, _CLRSTAT>;

Clear the status register

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

For information about available fields see clrstat module

Trait Implementations

impl Readable for CLRSTAT[src]

read() method returns clrstat::R reader structure

impl ResetValue for CLRSTAT[src]

Register CLRSTAT reset()'s with value 0

type Type = u32

Register size

impl Writable for CLRSTAT[src]

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