OpenOCD
aice_port.c File Reference
Include dependency graph for aice_port.c:

Go to the source code of this file.

Functions

const struct aice_portaice_port_get_list (void)
 

Variables

static const struct aice_port aice_ports []
 

Function Documentation

◆ aice_port_get_list()

const struct aice_port* aice_port_get_list ( void  )

Definition at line 31 of file aice_port.c.

References aice_ports.

Referenced by COMMAND_HANDLER().

Variable Documentation

◆ aice_ports

const struct aice_port aice_ports[]
static
Initial value:
= {
{
.name = "aice_usb",
.api = &aice_usb_api,
},
{
.name = "aice_pipe",
.api = &aice_pipe,
},
{.name = NULL, },
}
struct aice_port_api_s aice_pipe
Definition: aice_pipe.c:829
#define AICE_PORT_AICE_PIPE
Definition: aice_port.h:209
#define AICE_PORT_AICE_USB
Definition: aice_port.h:208
struct aice_port_api_s aice_usb_api
Definition: aice_usb.c:4030
#define NULL
Definition: usb.h:16

Definition at line 1 of file aice_port.c.

Referenced by aice_port_get_list().