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

type FAULTSTATUS = Reg<u32, _FAULTSTATUS>;

Reflects the status of the bus decoders' fault detection. Any write to this register will clear all of the status bits within the register.

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

For information about available fields see faultstatus module

Trait Implementations

impl Readable for FAULTSTATUS[src]

read() method returns faultstatus::R reader structure

impl ResetValue for FAULTSTATUS[src]

Register FAULTSTATUS reset()'s with value 0

type Type = u32

Register size

impl Writable for FAULTSTATUS[src]

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