]> git.gir.st - tmk_keyboard.git/blob - tmk_core/tool/mbed/mbed-sdk/libraries/mbed/targets/cmsis/TARGET_RENESAS/TARGET_RZ_A1H/RZ_A1_Init.h
Merge commit '1fe4406f374291ab2e86e95a97341fd9c475fcb8'
[tmk_keyboard.git] / tmk_core / tool / mbed / mbed-sdk / libraries / mbed / targets / cmsis / TARGET_RENESAS / TARGET_RZ_A1H / RZ_A1_Init.h
1 /*******************************************************************************
2 * DISCLAIMER
3 * This software is supplied by Renesas Electronics Corporation and is only
4 * intended for use with Renesas products. No other uses are authorized. This
5 * software is owned by Renesas Electronics Corporation and is protected under
6 * all applicable laws, including copyright laws.
7 * THIS SOFTWARE IS PROVIDED "AS IS" AND RENESAS MAKES NO WARRANTIES REGARDING
8 * THIS SOFTWARE, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
9 * LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
10 * AND NON-INFRINGEMENT. ALL SUCH WARRANTIES ARE EXPRESSLY DISCLAIMED.
11 * TO THE MAXIMUM EXTENT PERMITTED NOT PROHIBITED BY LAW, NEITHER RENESAS
12 * ELECTRONICS CORPORATION NOR ANY OF ITS AFFILIATED COMPANIES SHALL BE LIABLE
13 * FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES FOR
14 * ANY REASON RELATED TO THIS SOFTWARE, EVEN IF RENESAS OR ITS AFFILIATES HAVE
15 * BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
16 * Renesas reserves the right, without notice, to make changes to this software
17 * and to discontinue the availability of this software. By using this software,
18 * you agree to the additional terms and conditions found by accessing the
19 * following link:
20 * http://www.renesas.com/disclaimer
21 * Copyright (C) 2012 - 2014 Renesas Electronics Corporation. All rights reserved.
22 *******************************************************************************/
23 /**************************************************************************//**
24 * @file RZ_A1_Init.h
25 * $Rev: 531 $
26 * $Date:: 2013-04-16 13:07:35 +0900#$
27 * @brief RZ_A1 Initialize
28 ******************************************************************************/
29
30 #ifndef RZ_A1_INIT_H
31 #define RZ_A1_INIT_H
32
33 /******************************************************************************
34 Includes <System Includes> , "Project Includes"
35 ******************************************************************************/
36 #include <stdio.h>
37 #include <stdbool.h>
38 #include "iodefine.h"
39
40 #ifdef __cplusplus
41 extern "C"
42 {
43 #endif /* __cplusplus */
44
45
46 /******************************************************************************
47 Typedef definitions
48 ******************************************************************************/
49
50 /******************************************************************************
51 Macro definitions
52 ******************************************************************************/
53
54 /******************************************************************************
55 Variable Externs
56 ******************************************************************************/
57
58 /******************************************************************************
59 Functions Prototypes
60 ******************************************************************************/
61
62 void RZ_A1_SetSramWriteEnable(void);
63 void RZ_A1_InitClock(void);
64 int RZ_A1_IsClockMode0(void);
65 void RZ_A1_InitBus(void);
66
67 #ifdef __cplusplus
68 }
69 #endif /* __cplusplus */
70
71 #endif /* RZ_A1_INIT_H */
Imprint / Impressum