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

CMSIS Cortex-M3 Device Peripheral Access Layer Header File for the NXP LPC13xx Device Series. [詳解]

#include <stdint.h>
system_LPC13xx.h の依存先関係図:
被依存関係図:

[ソースコード]

関数

void SystemInit (void)
 Setup the microcontroller system. Initialize the System and update the SystemCoreClock variable. [詳解]
 
void SystemCoreClockUpdate (void)
 Updates the SystemCoreClock with current core Clock retrieved from cpu registers. [詳解]
 

変数

uint32_t SystemCoreClock
 

詳解

CMSIS Cortex-M3 Device Peripheral Access Layer Header File for the NXP LPC13xx Device Series.

バージョン
V1.01
日付
19. October 2009
覚え書き
Copyright (C) 2009 ARM Limited. All rights reserved.
ARM Limited (ARM) is supplying this software for use with Cortex-M processor based microcontrollers. This file can be freely distributed within development tools that are supporting such ARM based processors.
THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. ARM SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.

関数詳解

void SystemCoreClockUpdate ( void  )

Updates the SystemCoreClock with current core Clock retrieved from cpu registers.

Update SystemCoreClock variable

引数
none
戻り値
none
void SystemInit ( void  )

Setup the microcontroller system. Initialize the System and update the SystemCoreClock variable.

Initialize the system

引数
none
戻り値
none

Setup the microcontroller system. Initialize the System and update the SystemCoreClock variable.

Initialize the system

引数
none
戻り値
none

変数詳解

uint32_t SystemCoreClock

System Clock Frequency (Core Clock)