OpenOCD
stlink_backend_s Struct Reference

Data Fields

int(* close )(void *handle)
 
int(* open )(void *handle, struct hl_interface_param_s *param)
 
int(* read_trace )(void *handle, const uint8_t *buf, int size)
 
int(* xfer_noerrcheck )(void *handle, const uint8_t *buf, int size)
 

Detailed Description

Definition at line 174 of file stlink_usb.c.

Field Documentation

◆ close

int(* stlink_backend_s::close) (void *handle)

Definition at line 178 of file stlink_usb.c.

Referenced by stlink_usb_close().

◆ open

int(* stlink_backend_s::open) (void *handle, struct hl_interface_param_s *param)

Definition at line 176 of file stlink_usb.c.

Referenced by stlink_usb_open().

◆ read_trace

int(* stlink_backend_s::read_trace) (void *handle, const uint8_t *buf, int size)

Definition at line 182 of file stlink_usb.c.

Referenced by stlink_usb_read_trace().

◆ xfer_noerrcheck

int(* stlink_backend_s::xfer_noerrcheck) (void *handle, const uint8_t *buf, int size)

Definition at line 180 of file stlink_usb.c.


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