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

Go to the source code of this file.

Data Structures

struct  avr_common
 
struct  mcu_jtag
 

Functions

int avr_jtag_senddat (struct jtag_tap *tap, uint32_t *dr_in, uint32_t dr_out, int len)
 
int avr_jtag_sendinstr (struct jtag_tap *tap, uint8_t *ir_in, uint8_t ir_out)
 
int mcu_execute_queue (void)
 

Function Documentation

◆ avr_jtag_senddat()

int avr_jtag_senddat ( struct jtag_tap tap,
uint32_t *  dr_in,
uint32_t  dr_out,
int  len 
)

◆ avr_jtag_sendinstr()

int avr_jtag_sendinstr ( struct jtag_tap tap,
uint8_t *  ir_in,
uint8_t  ir_out 
)

◆ mcu_execute_queue()

int mcu_execute_queue ( void  )

Definition at line 209 of file avrt.c.

References jtag_execute_queue().

Referenced by avr_jtagprg_chiperase(), avr_jtagprg_writeflashpage(), avrf_info(), and avrf_probe().