Struct AddressRange

Struct Documentation

struct AddressRange

Universal address range type.

Public Functions

inline bool has(const uint32_t &value) const

Check if the specified value is in the address range.

Parameters

value – Value to be checked.

Returns

true If the value is in the range, otherwise false.

Public Members

uint32_t from

Start address.

uint32_t to

End address.