Type Definition atsame54n19a_pac::system_control::CPACR[][src]

type CPACR = Reg<u32, _CPACR>;

Coprocessor Access Control Register

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

For information about available fields see cpacr module

Trait Implementations

impl Readable for CPACR[src]

read() method returns cpacr::R reader structure

impl ResetValue for CPACR[src]

Register CPACR reset()’s with value 0

type Type = u32

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

impl Writable for CPACR[src]

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