[][src]Type Definition imxrt1062_system_control::BFAR

type BFAR = Reg<u32, _BFAR>;

BusFault Address Register

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

For information about available fields see bfar module

Trait Implementations

impl Readable for BFAR[src]

read() method returns bfar::R reader structure

impl ResetValue for BFAR[src]

Register BFAR reset()'s with value 0

type Type = u32

Register size

impl Writable for BFAR[src]

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