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

type W = W<u32, FAULTSTATUS>;

Writer for register FAULTSTATUS

Methods

impl W[src]

pub fn sys(&mut self) -> SYS_W[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(&mut self) -> DCODE_W[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(&mut self) -> ICODE_W[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.