Type Definition atsame54p19a_pac::system_control::BFAR[][src]

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

Raw register type (u8, u16, u32, …).

impl Writable for BFAR[src]

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