pflib v3.0.0-rc1-29-g3a901ac
Pretty Fine HGCROC Interaction Library
All Classes Namespaces Files Functions Variables Typedefs Pages
DirectAccessParameter Struct Reference

A direct access parameter is used to directly configure the HGCROC I2C connection in a fast but simplified manner. More...

#include <register_maps_types.h>

Public Attributes

const int reg
 the register this parameter is in (relative to the root I2C address of the HGCROC) (4-7)
 
const int bit_location
 the bit location within the register that this parameter is in (0-7)
 
const bool def
 the default parameter value
 

Detailed Description

A direct access parameter is used to directly configure the HGCROC I2C connection in a fast but simplified manner.

Direct access is slightly simpler, none of the direct access parameters spread across more than one register and are all only one bit. The registers that the direct access parameters are in are also different than the registers that the normal configuration parameters are in. They are situated within the I2C circuit and so their register is relative to the root I2C address of the HGCROC.


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