From: Nathael Pajani Date: Tue, 17 May 2016 14:58:56 +0000 (+0200) Subject: Typo fix in register name and comments update X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=275c55c63ecb352f8f0e791b20256a73675f886e;p=soft%2Flpc122x%2Fcore Typo fix in register name and comments update --- diff --git a/include/core/lpc_regs_12xx.h b/include/core/lpc_regs_12xx.h index 0f25770..bd689c1 100644 --- a/include/core/lpc_regs_12xx.h +++ b/include/core/lpc_regs_12xx.h @@ -77,9 +77,9 @@ /***************************************************************************** */ -/* System Control */ +/* System Configuration */ /***************************************************************************** */ -/* System Control (SYSCON) */ +/* System Configuration (SYSCON) */ struct lpc_sys_start_logic_ctrl { volatile uint32_t edge_ctrl; /* 0x00 : edge control Register 0 (R/W) */ @@ -137,7 +137,7 @@ struct lpc_sys_config volatile uint32_t int_nmi_cfg; /* 0x174 : NMI interrupt source configuration control */ uint32_t reserved_10[34]; - struct lpc_sys_start_logic_ctrl start_log_strl[2]; /* 0x200 to 0x20C and 0x210 to 0x21C : + struct lpc_sys_start_logic_ctrl start_log_ctrl[2]; /* 0x200 to 0x20C and 0x210 to 0x21C : Start logic 0 and Start logic 1/peripheral interrupts */ uint32_t reserved_11[4];