[][src]Type Definition betrusted_pac::ctrl::BUS_ERRORS3

type BUS_ERRORS3 = Reg<u32, _BUS_ERRORS3>;

Bits 24-31 of CTRL_BUS_ERRORS. Total number of Wishbone bus errors (timeouts) since last reset.

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

For information about available fields see bus_errors3 module

Trait Implementations

impl Readable for BUS_ERRORS3[src]

read() method returns bus_errors3::R reader structure

impl ResetValue for BUS_ERRORS3[src]

Register BUS_ERRORS3 reset()'s with value 0

type Type = u32

Register size

impl Writable for BUS_ERRORS3[src]

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