1.1.3.4.42 DRV_METROLOGY_INIT Struct

C

typedef struct {
    uint32_t regBaseAddress;
    uint32_t binStartAddress;
    uint32_t binEndAddress;
} DRV_METROLOGY_INIT;

Summary

Defines the data required to initialize the Metrology driver.

Description

Field description:

  • regBaseAddress. Base Address for Metrology registers.

  • binStartAddress. Start Address where Metrology library application file is located.

  • binEndAddress. End Address where Metrology library application file is located.

Remarks

None.