[][src]Type Definition cc3220sf::stackdie_ctrl::BUS_FAULT_CLR

type BUS_FAULT_CLR = Reg<u32, _BUS_FAULT_CLR>;

write only registers on read returns 0.W Write 1 to clear the bust fault to store the new bus fault address

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

For information about available fields see bus_fault_clr module

Trait Implementations

impl Readable for BUS_FAULT_CLR[src]

read() method returns bus_fault_clr::R reader structure

impl ResetValue for BUS_FAULT_CLR[src]

Register BUS_FAULT_CLR reset()'s with value 0

type Type = u32

Register size

impl Writable for BUS_FAULT_CLR[src]

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