OpenOCD
|
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) |
int avr_jtag_senddat | ( | struct jtag_tap * | tap, |
uint32_t * | dr_in, | ||
uint32_t | dr_out, | ||
int | len | ||
) |
Definition at line 137 of file avrt.c.
References mcu_write_dr_u32().
Referenced by avr_jtag_read_jtagid(), avr_jtag_reset(), avr_jtagprg_chiperase(), avr_jtagprg_enterprogmode(), avr_jtagprg_leaveprogmode(), and avr_jtagprg_writeflashpage().
int avr_jtag_sendinstr | ( | struct jtag_tap * | tap, |
uint8_t * | ir_in, | ||
uint8_t | ir_out | ||
) |
Definition at line 143 of file avrt.c.
References AVR_JTAG_INS_LEN, and mcu_write_ir_u8().
Referenced by avr_jtag_read_jtagid(), avr_jtag_reset(), avr_jtagprg_chiperase(), avr_jtagprg_enterprogmode(), avr_jtagprg_leaveprogmode(), and avr_jtagprg_writeflashpage().
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().