openMMC
Open Source Modular MMC for AMCs
|
#include "core_cm3.h"
Go to the source code of this file.
Data Structures | |
struct | LPC_WDT_Type |
Watchdog Timer (WDT) (WDT) More... | |
struct | LPC_TIMER0_Type |
Timer0/1/2/3 (TIMER0) More... | |
struct | LPC_TIMER1_Type |
Timer0/1/2/3 (TIMER1) More... | |
struct | LPC_UART0_Type |
UART0/2/3 (UART0) More... | |
struct | LPC_UART1_Type |
UART1 (UART1) More... | |
struct | LPC_PWM1_Type |
Pulse Width Modulators (PWM1) (PWM1) More... | |
struct | LPC_I2C0_Type |
I2C bus interface (I2C0) More... | |
struct | LPC_SPI_Type |
SPI (SPI) More... | |
struct | LPC_RTC_Type |
Real Time Clock (RTC) (RTC) More... | |
struct | LPC_GPIOINT_Type |
GPIO (GPIOINT) More... | |
struct | LPC_PINCONNECT_Type |
Pin connect block (PINCONNECT) More... | |
struct | LPC_SSP1_Type |
SSP1 controller (SSP1) More... | |
struct | LPC_ADC_Type |
Analog-to-Digital Converter (ADC) (ADC) More... | |
struct | LPC_CANAFRAM_Type |
CAN acceptance filter RAM (CANAFRAM) More... | |
struct | LPC_CANAF_Type |
CAN controller acceptance filter (CANAF) More... | |
struct | LPC_CCAN_Type |
Central CAN controller (CCAN) More... | |
struct | LPC_CAN1_Type |
CAN1 controller (CAN1) More... | |
struct | LPC_CAN2_Type |
CAN1 controller (CAN2) More... | |
struct | LPC_SSP0_Type |
SSP controller (SSP0) More... | |
struct | LPC_DAC_Type |
Digital-to-Analog Converter (DAC) (DAC) More... | |
struct | LPC_TIMER2_Type |
Timer0/1/2/3 (TIMER2) More... | |
struct | LPC_TIMER3_Type |
Timer0/1/2/3 (TIMER3) More... | |
struct | LPC_UART2_Type |
UART0/2/3 (UART2) More... | |
struct | LPC_UART3_Type |
UART0/2/3 (UART3) More... | |
struct | LPC_I2S_Type |
I2S interface (I2S) More... | |
struct | LPC_RITIMER_Type |
Repetitive Interrupt Timer (RIT) (RITIMER) More... | |
struct | LPC_MCPWM_Type |
Motor Control PWM (MCPWM) More... | |
struct | LPC_QEI_Type |
Quadrature Encoder Interface (QEI) (QEI) More... | |
struct | LPC_SYSCON_Type |
System and clock control (SYSCON) More... | |
struct | LPC_EMAC_Type |
Ethernet (EMAC) More... | |
struct | LPC_GPDMA_Type |
General purpose DMA controller (GPDMA) More... | |
struct | LPC_USB_Type |
USB device/host/OTG controller (USB) More... | |
struct | LPC_GPIO_Type |
General Purpose I/O (GPIO) More... | |
Enumerations | |
enum | IRQn_Type { Reset_IRQn = -15 , NonMaskableInt_IRQn = -14 , HardFault_IRQn = -13 , MemoryManagement_IRQn = -12 , BusFault_IRQn = -11 , UsageFault_IRQn = -10 , SVCall_IRQn = -5 , DebugMonitor_IRQn = -4 , PendSV_IRQn = -2 , SysTick_IRQn = -1 , WDT_IRQn = 0 , TIMER0_IRQn = 1 , TIMER1_IRQn = 2 , TIMER2_IRQn = 3 , TIMER3_IRQn = 4 , UART0_IRQn = 5 , UART1_IRQn = 6 , UART2_IRQn = 7 , UART3_IRQn = 8 , PWM1_IRQn = 9 , I2C0_IRQn = 10 , I2C1_IRQn = 11 , I2C2_IRQn = 12 , SPI_IRQn = 13 , SSP0_IRQn = 14 , SSP1_IRQn = 15 , PLL0_IRQn = 16 , RTC_IRQn = 17 , EINT0_IRQn = 18 , EINT1_IRQn = 19 , EINT2_IRQn = 20 , EINT3_IRQn = 21 , ADC_IRQn = 22 , BOD_IRQn = 23 , USB_IRQn = 24 , CAN_IRQn = 25 , DMA_IRQn = 26 , I2S_IRQn = 27 , ENET_IRQn = 28 , RIT_IRQn = 29 , MCPWM_IRQn = 30 , QEI_IRQn = 31 , PLL1_IRQn = 32 , USBActivity_IRQn = 33 , CANActivity_IRQn = 34 } |