[][src]Type Definition ambiq_apollo1_pac::mcuctrl::faultstatus::R

type R = R<u32, FAULTSTATUS>;

Reader of register FAULTSTATUS

Methods

impl R[src]

pub fn sys(&self) -> SYS_R[src]

Bit 2 - SYS Bus Decoder Fault Detected bit. When set, a fault has been detected, and the SYSFAULTADDR register will contain the bus address which generated the fault.

pub fn dcode(&self) -> DCODE_R[src]

Bit 1 - DCODE Bus Decoder Fault Detected bit. When set, a fault has been detected, and the DCODEFAULTADDR register will contain the bus address which generated the fault.

pub fn icode(&self) -> ICODE_R[src]

Bit 0 - The ICODE Bus Decoder Fault Detected bit. When set, a fault has been detected, and the ICODEFAULTADDR register will contain the bus address which generated the fault.