RT-USB-THP
0
USB出力温湿気圧センサモジュールのサンプルプログラムに関する説明
総合概要
モジュール
データ構造
ファイル
ファイル一覧
大域各種
system_LPC13xx.h
[詳解]
1
/**************************************************************************/
26
#ifndef __SYSTEM_LPC13xx_H
27
#define __SYSTEM_LPC13xx_H
28
29
#ifdef __cplusplus
30
extern
"C"
{
31
#endif
32
33
#include <stdint.h>
34
35
extern
uint32_t
SystemCoreClock
;
47
extern
void
SystemInit
(
void
);
48
58
extern
void
SystemCoreClockUpdate
(
void
);
59
60
#ifdef __cplusplus
61
}
62
#endif
63
64
#endif
/* __SYSTEM_LPC13x_H */
SystemInit
void SystemInit(void)
Setup the microcontroller system. Initialize the System and update the SystemCoreClock variable...
Definition:
system_LPC13xx.c:427
SystemCoreClockUpdate
void SystemCoreClockUpdate(void)
Updates the SystemCoreClock with current core Clock retrieved from cpu registers. ...
Definition:
system_LPC13xx.c:336
SystemCoreClock
uint32_t SystemCoreClock
Definition:
system_LPC13xx.c:330
uint32_t
unsigned int uint32_t
Definition:
type.h:29
workspace
CMSISv1p30_LPC13xx
inc
system_LPC13xx.h
構築:
1.8.10