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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_arm/trunk/asp3_dcre/mbed/platform/mbed_rtc_time.h

    r352 r374  
    22/** \addtogroup platform */
    33/** @{*/
     4/**
     5 * \defgroup platform_rtc_time rtc_time functions
     6 * @{
     7 */
    48/* mbed Microcontroller Library
    59 * Copyright (c) 2006-2013 ARM Limited
     
    6266 * @param t Number of seconds since January 1, 1970 (the UNIX timestamp)
    6367 *
    64  * @Note Synchronization level: Thread safe
     68 * @note Synchronization level: Thread safe
    6569 *
    6670 * Example:
     
    7781/** Attach an external RTC to be used for the C time functions
    7882 *
    79  * @Note Synchronization level: Thread safe
     83 * @note Synchronization level: Thread safe
    8084 *
    8185 * @param read_rtc pointer to function which returns current UNIX timestamp
     
    9195
    9296/** @}*/
     97/** @}*/
Note: See TracChangeset for help on using the changeset viewer.