OpenOCD
avr32_regs.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3
/***************************************************************************
4
* Copyright (C) 2010 by Oleksandr Tymoshenko <gonzo@bluezbox.com> *
5
***************************************************************************/
6
7
#ifndef OPENOCD_TARGET_AVR32_REGS_H
8
#define OPENOCD_TARGET_AVR32_REGS_H
9
10
enum
avr32_reg_nums
{
11
AVR32_REG_R0
= 0,
12
AVR32_REG_R1
,
13
AVR32_REG_R2
,
14
AVR32_REG_R3
,
15
AVR32_REG_R4
,
16
AVR32_REG_R5
,
17
AVR32_REG_R6
,
18
AVR32_REG_R7
,
19
AVR32_REG_R8
,
20
AVR32_REG_R9
,
21
AVR32_REG_R10
,
22
AVR32_REG_R11
,
23
AVR32_REG_R12
,
24
AVR32_REG_SP
,
25
AVR32_REG_LR
,
26
AVR32_REG_PC
,
27
AVR32_REG_SR
,
28
};
29
30
int
avr32_jtag_read_regs
(
struct
avr32_jtag
*jtag_info, uint32_t *
regs
);
31
int
avr32_jtag_write_regs
(
struct
avr32_jtag
*jtag_info, uint32_t *
regs
);
32
33
#endif
/* OPENOCD_TARGET_AVR32_REGS_H */
avr32_jtag_read_regs
int avr32_jtag_read_regs(struct avr32_jtag *jtag_info, uint32_t *regs)
Definition:
avr32_regs.c:65
avr32_jtag_write_regs
int avr32_jtag_write_regs(struct avr32_jtag *jtag_info, uint32_t *regs)
Definition:
avr32_regs.c:83
avr32_reg_nums
avr32_reg_nums
Definition:
avr32_regs.h:10
AVR32_REG_R1
@ AVR32_REG_R1
Definition:
avr32_regs.h:12
AVR32_REG_R5
@ AVR32_REG_R5
Definition:
avr32_regs.h:16
AVR32_REG_R10
@ AVR32_REG_R10
Definition:
avr32_regs.h:21
AVR32_REG_R6
@ AVR32_REG_R6
Definition:
avr32_regs.h:17
AVR32_REG_R11
@ AVR32_REG_R11
Definition:
avr32_regs.h:22
AVR32_REG_R8
@ AVR32_REG_R8
Definition:
avr32_regs.h:19
AVR32_REG_R12
@ AVR32_REG_R12
Definition:
avr32_regs.h:23
AVR32_REG_SP
@ AVR32_REG_SP
Definition:
avr32_regs.h:24
AVR32_REG_R7
@ AVR32_REG_R7
Definition:
avr32_regs.h:18
AVR32_REG_SR
@ AVR32_REG_SR
Definition:
avr32_regs.h:27
AVR32_REG_LR
@ AVR32_REG_LR
Definition:
avr32_regs.h:25
AVR32_REG_R4
@ AVR32_REG_R4
Definition:
avr32_regs.h:15
AVR32_REG_R2
@ AVR32_REG_R2
Definition:
avr32_regs.h:13
AVR32_REG_R9
@ AVR32_REG_R9
Definition:
avr32_regs.h:20
AVR32_REG_PC
@ AVR32_REG_PC
Definition:
avr32_regs.h:26
AVR32_REG_R0
@ AVR32_REG_R0
Definition:
avr32_regs.h:11
AVR32_REG_R3
@ AVR32_REG_R3
Definition:
avr32_regs.h:14
regs
static const struct @101 regs[]
avr32_jtag
Definition:
avr32_jtag.h:72
src
target
avr32_regs.h
Generated by
1.9.1