|
RT-USB-THP
0
USB出力温湿気圧センサモジュールのサンプルプログラムに関する説明
|


データ構造 | |
| struct | LPC_SYSCON_TypeDef |
| struct | LPC_IOCON_TypeDef |
| struct | LPC_PMU_TypeDef |
| struct | LPC_GPIO_TypeDef |
| struct | LPC_TMR_TypeDef |
| struct | LPC_UART_TypeDef |
| struct | LPC_SSP_TypeDef |
| struct | LPC_I2C_TypeDef |
| struct | LPC_WDT_TypeDef |
| struct | LPC_ADC_TypeDef |
| struct | LPC_USB_TypeDef |
型定義 | |
| typedef enum IRQn | IRQn_Type |
| #define __MPU_PRESENT 1 |
MPU present or not
| #define __NVIC_PRIO_BITS 3 |
Number of Bits used for Priority Levels
| #define __Vendor_SysTickConfig 0 |
Set to 1 if different SysTick Config is used
| #define LPC_ADC ((LPC_ADC_TypeDef *) LPC_ADC_BASE ) |
| #define LPC_ADC_BASE (LPC_APB0_BASE + 0x1C000) |
| #define LPC_AHB_BASE (0x50000000UL) |
| #define LPC_APB0_BASE (0x40000000UL) |
| #define LPC_CT16B0_BASE (LPC_APB0_BASE + 0x0C000) |
| #define LPC_CT16B1_BASE (LPC_APB0_BASE + 0x10000) |
| #define LPC_CT32B0_BASE (LPC_APB0_BASE + 0x14000) |
| #define LPC_CT32B1_BASE (LPC_APB0_BASE + 0x18000) |
| #define LPC_FLASH_BASE (0x00000000UL) |
| #define LPC_GPIO0 ((LPC_GPIO_TypeDef *) LPC_GPIO0_BASE ) |
| #define LPC_GPIO0_BASE (LPC_AHB_BASE + 0x00000) |
| #define LPC_GPIO1 ((LPC_GPIO_TypeDef *) LPC_GPIO1_BASE ) |
| #define LPC_GPIO1_BASE (LPC_AHB_BASE + 0x10000) |
| #define LPC_GPIO2 ((LPC_GPIO_TypeDef *) LPC_GPIO2_BASE ) |
| #define LPC_GPIO2_BASE (LPC_AHB_BASE + 0x20000) |
| #define LPC_GPIO3 ((LPC_GPIO_TypeDef *) LPC_GPIO3_BASE ) |
| #define LPC_GPIO3_BASE (LPC_AHB_BASE + 0x30000) |
| #define LPC_GPIO_BASE (LPC_AHB_BASE + 0x00000) |
| #define LPC_I2C ((LPC_I2C_TypeDef *) LPC_I2C_BASE ) |
| #define LPC_I2C_BASE (LPC_APB0_BASE + 0x00000) |
| #define LPC_IOCON ((LPC_IOCON_TypeDef *) LPC_IOCON_BASE ) |
| #define LPC_IOCON_BASE (LPC_APB0_BASE + 0x44000) |
| #define LPC_PMU ((LPC_PMU_TypeDef *) LPC_PMU_BASE ) |
| #define LPC_PMU_BASE (LPC_APB0_BASE + 0x38000) |
| #define LPC_RAM_BASE (0x10000000UL) |
| #define LPC_SSP ((LPC_SSP_TypeDef *) LPC_SSP_BASE ) |
| #define LPC_SSP0 ((LPC_SSP_TypeDef *) LPC_SSP0_BASE ) |
| #define LPC_SSP0_BASE (LPC_APB0_BASE + 0x40000) |
| #define LPC_SSP1 ((LPC_SSP_TypeDef *) LPC_SSP1_BASE ) |
| #define LPC_SSP1_BASE (LPC_APB0_BASE + 0x58000) |
| #define LPC_SSP_BASE (LPC_APB0_BASE + 0x40000) |
| #define LPC_SYSCON ((LPC_SYSCON_TypeDef *) LPC_SYSCON_BASE) |
| #define LPC_SYSCON_BASE (LPC_APB0_BASE + 0x48000) |
| #define LPC_TMR16B0 ((LPC_TMR_TypeDef *) LPC_CT16B0_BASE) |
| #define LPC_TMR16B1 ((LPC_TMR_TypeDef *) LPC_CT16B1_BASE) |
| #define LPC_TMR32B0 ((LPC_TMR_TypeDef *) LPC_CT32B0_BASE) |
| #define LPC_TMR32B1 ((LPC_TMR_TypeDef *) LPC_CT32B1_BASE) |
| #define LPC_UART ((LPC_UART_TypeDef *) LPC_UART_BASE ) |
| #define LPC_UART_BASE (LPC_APB0_BASE + 0x08000) |
| #define LPC_USB ((LPC_USB_TypeDef *) LPC_USB_BASE ) |
| #define LPC_USB_BASE (LPC_APB0_BASE + 0x20000) |
| #define LPC_WDT ((LPC_WDT_TypeDef *) LPC_WDT_BASE ) |
| #define LPC_WDT_BASE (LPC_APB0_BASE + 0x04000) |
| enum IRQn |