fdhwlib
2.0.25
|
Go to the source code of this file.
typedef struct hap_author hap_author |
typedef struct hap_design_name hap_design_name |
typedef struct hap_design_version hap_design_version |
typedef struct hap_dmacntreg hap_dmacntreg |
typedef struct hap_dmamodul hap_dmamodul |
typedef struct hap_fpga_type hap_fpga_type |
typedef struct hap_intvector hap_intvector |
typedef struct hap_multi_data hap_multi_data |
typedef struct hap_multi_head hap_multi_head |
typedef struct hap_register hap_register |
typedef struct hapfile_index hapfile_index |
typedef struct HapTagMaster HapTagMaster |
typedef struct hash_ele hash_ele_t |
typedef struct hap_author* phap_author |
typedef struct hap_design_name* phap_design_name |
typedef struct hap_design_version* phap_design_version |
typedef struct hap_dmacntreg* phap_dmacntreg |
typedef struct hap_dmamodul* phap_dmamodul |
typedef struct hap_fpga_type* phap_fpga_type |
typedef struct hap_intvector* phap_intvector |
typedef struct hap_multi_data* phap_multi_data |
typedef struct hap_multi_head* phap_multi_head |
typedef struct hap_register* phap_register |
typedef struct hapfile_index* phapfile_index |
int GetNrOfRegister | ( | HAP * | phap | ) |
hap_register* GetRegisterByName | ( | HAP * | phap, |
char * | name | ||
) |
hap_register* GetRegisterByNumber | ( | HAP * | phap, |
int | nr | ||
) |
char* GetRegisterName | ( | HAP * | phap, |
int | nr | ||
) |
HAP* ReadHapGeneralSingle | ( | char * | filename | ) |