2.1.4.39 DRV_MCMETROLOGY_INIT Struct
C
typedefstruct {
uint32_t regBaseAddress;
uint32_t binStartAddress;
uint32_t binEndAddress;
} DRV_MCMETROLOGY_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 binary file is located
- binEndAddress: End Address where Metrology library binary file is located
Remarks
None.
