Ignore:
Timestamp:
Apr 5, 2019, 9:26:53 PM (5 years ago)
Author:
coas-nagasima
Message:

mbed関連を更新
シリアルドライバをmbedのHALを使うよう変更
ファイルディスクリプタの処理を更新

Location:
asp3_tinet_ecnl_arm/trunk/asp3_dcre/mbed/targets/TARGET_RENESAS/TARGET_RZA1XX
Files:
1 added
1 copied

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_arm/trunk/asp3_dcre/mbed/targets/TARGET_RENESAS/TARGET_RZA1XX/analogin_api.c

    r373 r374  
    1818
    1919#include "cmsis.h"
    20 #include "pinmap.h"
     20#include "PeripheralPins.h"
    2121
    22 #include "adc_iodefine.h"
    23 #include "cpg_iodefine.h"
     22#include "iodefine.h"
    2423
    2524#define ANALOGIN_MEDIAN_FILTER      0
    26 
    27 static const PinMap PinMap_ADC[] = {
    28     {P1_8,  AN0, 1},
    29     {P1_9,  AN1, 1},
    30     {P1_10, AN2, 1},
    31     {P1_11, AN3, 1},
    32     {P1_12, AN4, 1},
    33     {P1_13, AN5, 1},
    34     {P1_14, AN6, 1},
    35     {P1_15, AN7, 1},
    36     {NC,    NC,  0}
    37 };
    3825
    3926static volatile uint16_t *ADCDR[] = {
Note: See TracChangeset for help on using the changeset viewer.