OpenOCD
lpc32xx.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 /***************************************************************************
4  * Copyright (C) 2007 by Dominic Rath *
5  * Dominic.Rath@gmx.de *
6  ***************************************************************************/
7 
8 #ifndef OPENOCD_FLASH_NAND_LPC32XX_H
9 #define OPENOCD_FLASH_NAND_LPC32XX_H
10 
15 };
16 
18  int osc_freq;
23 };
24 
25 #endif /* OPENOCD_FLASH_NAND_LPC32XX_H */
lpc32xx_selected_controller
Definition: lpc32xx.h:11
@ LPC32XX_MLC_CONTROLLER
Definition: lpc32xx.h:13
@ LPC32XX_SLC_CONTROLLER
Definition: lpc32xx.h:14
@ LPC32XX_NO_CONTROLLER
Definition: lpc32xx.h:12
uint32_t sw_wp_upper_bound
Definition: lpc32xx.h:22
uint32_t sw_wp_lower_bound
Definition: lpc32xx.h:21
enum lpc32xx_selected_controller selected_controller
Definition: lpc32xx.h:19