6 m1x66_reg_type, M1x66_reg_type – Maxim Integrated 73M1866B/73M1966B FXOAPI User Manual

Page 55

Advertising
background image

UG_1x66B_046

73M1866B/73M1966B FXOAPI User Guide

Rev. 2.1

55

4.6 M1x66_REG_TYPE

Description

List of 1x66 device register type.

Note: Register 0x00, 0x01, 0x0A, 0x0B are not available. Reading from or writing to these registers will
not have any effect.

Prototype

/*
**************************************************************************
** M1x66 Register Type
*************************************************************************/
typedef enum {
M1x66_REG_0x00 = 0x0,
M1x66_REG_0x01 = 0x1,
M1x66_REG_0x02 = 0x2,
M1x66_REG_0x03 = 0x3,
M1x66_REG_0x04 = 0x4,
M1x66_REG_0x05 = 0x5,
M1x66_REG_0x06 = 0x6,
M1x66_REG_0x07 = 0x7,
M1x66_REG_0x08 = 0x8,
M1x66_REG_0x09 = 0x9,
M1x66_REG_0x0A = 0x0a,
M1x66_REG_0x0B = 0x0b,
M1x66_REG_0x0C = 0x0c,
M1x66_REG_0x0D = 0x0d,
M1x66_REG_0x0E = 0x0e,
M1x66_REG_0x0F = 0x0f,
M1x66_REG_0x10 = 0x10,
M1x66_REG_0x11 = 0x11,
M1x66_REG_0x12 = 0x12,
M1x66_REG_0x13 = 0x13,
M1x66_REG_0x14 = 0x14,
M1x66_REG_0x15 = 0x15,
M1x66_REG_0x16 = 0x16,
M1x66_REG_0x17 = 0x17,
M1x66_REG_0x18 = 0x18,
M1x66_REG_0x19 = 0x19,
M1x66_REG_0x1A = 0x1a,
M1x66_REG_0x1B = 0x1b,
M1x66_REG_0x1C = 0x1c,
M1x66_REG_0x1D = 0x1d,
M1x66_REG_0x1E = 0x1e,
M1x66_REG_0x1F = 0x1f,
M1x66_REG_0x20 = 0x20,
M1x66_REG_0x21 = 0x21,
M1x66_REG_0x22 = 0x22,
M1x66_REG_0x23 = 0x23,
M1x66_REG_0x24 = 0x24,
M1x66_REG_0x25 = 0x25
}
M1x66_REG_TYPE;

Advertising