pub type CCR = Reg<CCR_SPEC>;
Expand description
CCR (r) register accessor: The Configuration and Control Register permanently enables stack alignment and causes unaligned accesses to result in a Hard Fault.
You can read
this register and get ccr::R
. See API.
For information about available fields see ccr
module
struct CCR { }