MIP_SDK
v3.0.0-187-g93c7302
MicroStrain Communications Library for embedded systems
|
A class which represents part of a bitfield (see BitfieldMemberN) More...
#include <bits.hpp>
Additional Inherited Members | |
![]() | |
using | Type = T |
using | BaseType = typename detail::BaseIntegerType< T >::type |
![]() | |
static constexpr T | get (RegType reg) |
static constexpr void | set (RegType ®, Type value) |
static constexpr void | clear (RegType ®) |
![]() | |
static constexpr unsigned int | bitI |
static constexpr unsigned int | nbits |
A class which represents part of a bitfield (see BitfieldMemberN)
T | Type of the bitfield member. |
BitI | The 0-based index of the first bit used to represent this value. |
BitJ | The 0-based index of the bit after the last bit. |