[][src]Type Definition rp2040::ppb::CCR

type CCR = Reg<u32, _CCR>;

The Configuration and Control Register permanently enables stack alignment and causes unaligned accesses to result in a Hard Fault.

This register you can read. See API.

For information about available fields see ccr module

Trait Implementations

impl Readable for CCR[src]

read() method returns ccr::R reader structure