Dataflow Runtime API  3.1.1.0
Public Types | List of all members
imt::base::core::util::GenerateUnshiftedBitMask< width > Struct Template Reference

Generates a bit mask of the given width whose least significant bit is at the same bit position as the least significant bit of the word. More...

#include <Imt.Base.Core.Util/GenerateUnshiftedBitMask.h>

Public Types

enum  { value = (GenerateUnshiftedBitMask<width - 1>::value << 1) | 1 }
 

Detailed Description

template<uint32_t width>
struct imt::base::core::util::GenerateUnshiftedBitMask< width >

Generates a bit mask of the given width whose least significant bit is at the same bit position as the least significant bit of the word.

Template Parameters
widththe number of bits in the mask

Member Enumeration Documentation

◆ anonymous enum

template<uint32_t width>
anonymous enum
Enumerator
value 

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