mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

Committer:
AnnaBridge
Date:
Wed Feb 20 22:31:08 2019 +0000
Revision:
189:f392fc9709a3
Parent:
181:57724642e740
mbed library release version 165

Who changed what in which revision?

UserRevisionLine numberNew contents of line
<> 144:ef7eb2e8f9f7 1 /*******************************************************************************
<> 144:ef7eb2e8f9f7 2 * DISCLAIMER
<> 144:ef7eb2e8f9f7 3 * This software is supplied by Renesas Electronics Corporation and is only
<> 144:ef7eb2e8f9f7 4 * intended for use with Renesas products. No other uses are authorized. This
<> 144:ef7eb2e8f9f7 5 * software is owned by Renesas Electronics Corporation and is protected under
<> 144:ef7eb2e8f9f7 6 * all applicable laws, including copyright laws.
<> 144:ef7eb2e8f9f7 7 * THIS SOFTWARE IS PROVIDED "AS IS" AND RENESAS MAKES NO WARRANTIES REGARDING
<> 144:ef7eb2e8f9f7 8 * THIS SOFTWARE, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
<> 144:ef7eb2e8f9f7 9 * LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
<> 144:ef7eb2e8f9f7 10 * AND NON-INFRINGEMENT. ALL SUCH WARRANTIES ARE EXPRESSLY DISCLAIMED.
<> 144:ef7eb2e8f9f7 11 * TO THE MAXIMUM EXTENT PERMITTED NOT PROHIBITED BY LAW, NEITHER RENESAS
<> 144:ef7eb2e8f9f7 12 * ELECTRONICS CORPORATION NOR ANY OF ITS AFFILIATED COMPANIES SHALL BE LIABLE
<> 144:ef7eb2e8f9f7 13 * FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES FOR
<> 144:ef7eb2e8f9f7 14 * ANY REASON RELATED TO THIS SOFTWARE, EVEN IF RENESAS OR ITS AFFILIATES HAVE
<> 144:ef7eb2e8f9f7 15 * BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
<> 144:ef7eb2e8f9f7 16 * Renesas reserves the right, without notice, to make changes to this software
<> 144:ef7eb2e8f9f7 17 * and to discontinue the availability of this software. By using this software,
<> 144:ef7eb2e8f9f7 18 * you agree to the additional terms and conditions found by accessing the
<> 144:ef7eb2e8f9f7 19 * following link:
<> 144:ef7eb2e8f9f7 20 * http://www.renesas.com/disclaimer
<> 144:ef7eb2e8f9f7 21 * Copyright (C) 2012 - 2014 Renesas Electronics Corporation. All rights reserved.
<> 144:ef7eb2e8f9f7 22 *******************************************************************************/
<> 144:ef7eb2e8f9f7 23 /*******************************************************************************
<> 144:ef7eb2e8f9f7 24 * File Name : rza_io_regrw.h
<> 144:ef7eb2e8f9f7 25 * $Rev: 1135 $
<> 144:ef7eb2e8f9f7 26 * $Date:: 2014-08-08 10:11:30 +0900#$
<> 144:ef7eb2e8f9f7 27 * Description : Low level register read/write header
<> 144:ef7eb2e8f9f7 28 *******************************************************************************/
<> 144:ef7eb2e8f9f7 29 #ifndef RZA_IO_REGRW_H
<> 144:ef7eb2e8f9f7 30 #define RZA_IO_REGRW_H
<> 144:ef7eb2e8f9f7 31
<> 144:ef7eb2e8f9f7 32 /******************************************************************************
<> 144:ef7eb2e8f9f7 33 Includes <System Includes> , "Project Includes"
<> 144:ef7eb2e8f9f7 34 ******************************************************************************/
<> 144:ef7eb2e8f9f7 35 /* ==== includes each bit mask header ==== */
<> 144:ef7eb2e8f9f7 36 #include "cpg_iobitmask.h"
<> 144:ef7eb2e8f9f7 37 #include "intc_iobitmask.h"
<> 144:ef7eb2e8f9f7 38 #include "bsc_iobitmask.h"
<> 144:ef7eb2e8f9f7 39 #include "dmac_iobitmask.h"
<> 144:ef7eb2e8f9f7 40 #include "mtu2_iobitmask.h"
<> 144:ef7eb2e8f9f7 41 #include "ostm_iobitmask.h"
<> 144:ef7eb2e8f9f7 42 #include "scif_iobitmask.h"
<> 144:ef7eb2e8f9f7 43 #include "rspi_iobitmask.h"
<> 144:ef7eb2e8f9f7 44 #include "riic_iobitmask.h"
<> 144:ef7eb2e8f9f7 45 #include "usb_iobitmask.h"
<> 144:ef7eb2e8f9f7 46 #include "gpio_iobitmask.h"
<> 144:ef7eb2e8f9f7 47
<> 144:ef7eb2e8f9f7 48 #ifdef __cplusplus
<> 144:ef7eb2e8f9f7 49 extern "C" {
<> 144:ef7eb2e8f9f7 50 #endif
<> 144:ef7eb2e8f9f7 51
<> 144:ef7eb2e8f9f7 52 /******************************************************************************
<> 144:ef7eb2e8f9f7 53 Typedef definitions
<> 144:ef7eb2e8f9f7 54 ******************************************************************************/
<> 144:ef7eb2e8f9f7 55
<> 144:ef7eb2e8f9f7 56
<> 144:ef7eb2e8f9f7 57 /******************************************************************************
<> 144:ef7eb2e8f9f7 58 Macro definitions
<> 144:ef7eb2e8f9f7 59 ******************************************************************************/
<> 144:ef7eb2e8f9f7 60
<> 144:ef7eb2e8f9f7 61
<> 144:ef7eb2e8f9f7 62 /******************************************************************************
<> 144:ef7eb2e8f9f7 63 Variable Externs
<> 144:ef7eb2e8f9f7 64 ******************************************************************************/
<> 144:ef7eb2e8f9f7 65
<> 144:ef7eb2e8f9f7 66
<> 144:ef7eb2e8f9f7 67 /******************************************************************************
<> 144:ef7eb2e8f9f7 68 Functions Prototypes
<> 144:ef7eb2e8f9f7 69 ******************************************************************************/
<> 144:ef7eb2e8f9f7 70 void RZA_IO_RegWrite_8 (volatile uint8_t * ioreg, uint8_t write_value, uint8_t shift, uint8_t mask);
<> 144:ef7eb2e8f9f7 71 void RZA_IO_RegWrite_16(volatile uint16_t * ioreg, uint16_t write_value, uint16_t shift, uint16_t mask);
<> 144:ef7eb2e8f9f7 72 void RZA_IO_RegWrite_32(volatile uint32_t * ioreg, uint32_t write_value, uint32_t shift, uint32_t mask);
<> 144:ef7eb2e8f9f7 73 uint8_t RZA_IO_RegRead_8 (volatile uint8_t * ioreg, uint8_t shift, uint8_t mask);
<> 144:ef7eb2e8f9f7 74 uint16_t RZA_IO_RegRead_16 (volatile uint16_t * ioreg, uint16_t shift, uint16_t mask);
<> 144:ef7eb2e8f9f7 75 uint32_t RZA_IO_RegRead_32 (volatile uint32_t * ioreg, uint32_t shift, uint32_t mask);
<> 144:ef7eb2e8f9f7 76
<> 144:ef7eb2e8f9f7 77 #ifdef __cplusplus
<> 144:ef7eb2e8f9f7 78 }
<> 144:ef7eb2e8f9f7 79 #endif
<> 144:ef7eb2e8f9f7 80
<> 144:ef7eb2e8f9f7 81 #endif /* RZA_IO_REGRW_H */
<> 144:ef7eb2e8f9f7 82
<> 144:ef7eb2e8f9f7 83 /* End of File */