OpenOCD
bitbang.h File Reference
Include dependency graph for bitbang.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  bitbang_interface
 Low level callbacks (for bitbang). More...
 

Enumerations

enum  bb_value_t { BB_LOW , BB_HIGH , BB_ERROR }
 

Functions

int bitbang_execute_queue (struct jtag_command *cmd_queue)
 

Variables

struct bitbang_interfacebitbang_interface
 
const struct swd_driver bitbang_swd
 

Enumeration Type Documentation

◆ bb_value_t

enum bb_value_t
Enumerator
BB_LOW 
BB_HIGH 
BB_ERROR 

Definition at line 17 of file bitbang.h.

Function Documentation

◆ bitbang_execute_queue()

Variable Documentation

◆ bitbang_interface

Definition at line 40 of file bitbang.c.

◆ bitbang_swd

const struct swd_driver bitbang_swd
extern

Definition at line 605 of file bitbang.c.