OpenOCD
rlink.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 /***************************************************************************
4  * Copyright (C) 2008 Lou Deluxe *
5  * lou.openocd012@fixit.nospammail.net *
6  ***************************************************************************/
7 
8 #ifndef OPENOCD_JTAG_DRIVERS_RLINK_H
9 #define OPENOCD_JTAG_DRIVERS_RLINK_H
10 
11 #include "helper/types.h"
13  uint8_t const *dtc;
14  uint16_t dtc_size;
15  uint16_t khz;
16  uint8_t prescaler;
17 };
18 
19 extern const struct rlink_speed_table rlink_speed_table[];
20 extern const size_t rlink_speed_table_size;
21 
22 #endif /* OPENOCD_JTAG_DRIVERS_RLINK_H */