[][src]Type Definition stm32wb_pac::fpu_cpacr::CPACR

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

Register size

impl Writable for CPACR[src]

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