Line measurement related data types and structures, M1x22_measure_entity, M1x22_measure_action – Maxim Integrated 73M1822/73M1922 Control Module User Manual

Page 79

Advertising
background image

UG_1x22_053

73M1822/73M1922 Control Module User Guide

Rev. 1.0

79

7.14 Line Measurement Related Data Types and Structures

7.14.1 M1X22_MEASURE_ENTITY

Description

This is the enumerated list of line measuring entities that can be monitored by the driver.

Prototype

typedef enum
{
M1X22_MEASURE_ENTITY_CURRENT = 0,
M1X22_MEASURE_ENTITY_VOLTAGE = 1,
}
M1X22_MEASURE_ENTITY;

Parameters

Name

Value

Description

M1X22_MEASURE_ENTITY_CURRENT

0

Line current measuring entity.

M1X22_MEASURE_ENTITY_VOLTAGE

1

Line voltage measuring entity.

7.14.2 M1X22_MEASURE_ACTION

Description

This is the enumerated list of possible request actions that can be performed on Interval and Event Table
(IET). See M1X22_IET_t for a description of the IET table.

Prototype

typedef enum
{
M1X22_MEASURE_ACTION_GET = 0,
M1X22_MEASURE_ACTION_SET = 1,
M1X22_MEASURE_ACTION_SET = 2
}
M1X22_MEASURE_ACTION;

Parameters

Name

Value

Description

M1X22_MEASURE_ACTION_GET

0

Read the IET table entry.

M1X22_MEASURE_ACTION_SET

1

Update the IET table entry.

M1X22_MEASURE_ACTION_CLEAR

2

Disable the IET table entry.


Advertising