Ignore:
Timestamp:
Jul 3, 2020, 7:19:17 PM (4 years ago)
Author:
coas-nagasima
Message:

ASP3, TINET, mbed を更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/asp3_dcre/mbed/hal/can_api.h

    r321 r429  
     1
     2/** \addtogroup hal */
     3/** @{*/
    14/* mbed Microcontroller Library
    2  * Copyright (c) 2006-2013 ARM Limited
     5 * Copyright (c) 2006-2016 ARM Limited
    36 *
    47 * Licensed under the Apache License, Version 2.0 (the "License");
     
    2326#include "PinNames.h"
    2427#include "PeripheralNames.h"
    25 #include "can_helper.h"
     28#include "hal/can_helper.h"
    2629
    2730#ifdef __cplusplus
     
    5659
    5760void          can_init     (can_t *obj, PinName rd, PinName td);
     61void          can_init_freq(can_t *obj, PinName rd, PinName td, int hz);
    5862void          can_free     (can_t *obj);
    5963int           can_frequency(can_t *obj, int hz);
     
    7983
    8084#endif
     85
     86/** @}*/
Note: See TracChangeset for help on using the changeset viewer.