Motion Master 6.0.0-alpha.86
Next-generation motion control software
Loading...
Searching...
No Matches
mm::node::somanet::IcHausRegisterSpace Struct Reference

One addressable register space of one chip. More...

#include <ic_haus_registers.h>

Collaboration diagram for mm::node::somanet::IcHausRegisterSpace:
[legend]

Public Attributes

IcHausChip chip {IcHausChip::kIcMu}
 
std::string_view name
 The datasheet's own name for the space.
 
std::string_view addressing
 How the space is reached, since that is what decides whether OS command 0 can read it at all.
 
std::span< const IcHausRegisterregisters
 

Detailed Description

One addressable register space of one chip.

Member Data Documentation

◆ addressing

std::string_view mm::node::somanet::IcHausRegisterSpace::addressing

How the space is reached, since that is what decides whether OS command 0 can read it at all.

◆ chip

IcHausChip mm::node::somanet::IcHausRegisterSpace::chip {IcHausChip::kIcMu}

◆ name

std::string_view mm::node::somanet::IcHausRegisterSpace::name

The datasheet's own name for the space.

◆ registers

std::span<const IcHausRegister> mm::node::somanet::IcHausRegisterSpace::registers

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