libmicroemu 0.2.0
ARM Microcontroller Emulator Library
Loading...
Searching...
No Matches
libmicroemu::ControlRegister Struct Reference

Static Public Attributes

static constexpr u8 kNPrivPos = 0U
 
static constexpr u8 kSpselPos = 1U
 
static constexpr u8 kFpcaPos = 2U
 
static constexpr u32 kNPrivMsk = 1U << kNPrivPos
 
static constexpr u32 kSpselMsk = 1U << kSpselPos
 
static constexpr u32 kFpcaMsk = 1U << kFpcaPos
 
static constexpr u32 kControlBit1toBit0Msk = BitMask<kSpselPos, kNPrivPos>()
 
static constexpr u32 kControlBit2toBit0Msk = BitMask<kFpcaPos, kNPrivPos>()
 

The documentation for this struct was generated from the following file: