OpenOCD
pld_driver Struct Reference
Collaboration diagram for pld_driver:

Public Member Functions

 __PLD_DEVICE_COMMAND ((*pld_device_command))
 

Data Fields

const struct command_registrationcommands
 
int(* load )(struct pld_device *pld_device, const char *filename)
 
const char * name
 

Detailed Description

Definition at line 18 of file pld.h.

Member Function Documentation

◆ __PLD_DEVICE_COMMAND()

pld_driver::__PLD_DEVICE_COMMAND ( pld_device_command)

Field Documentation

◆ commands

const struct command_registration* pld_driver::commands

Definition at line 21 of file pld.h.

◆ load

int(* pld_driver::load) (struct pld_device *pld_device, const char *filename)

Definition at line 22 of file pld.h.

Referenced by COMMAND_HANDLER().

◆ name

const char* pld_driver::name

Definition at line 19 of file pld.h.

Referenced by COMMAND_HANDLER().


The documentation for this struct was generated from the following file: