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/hal/gpio_api.h

    r352 r374  
    8484/** Init the input pin and set mode to PullDefault
    8585 *
    86  * @param obj The GPIO object
     86 * @param gpio The GPIO object
    8787 * @param pin The pin name
    8888 */
     
    9191/** Init the input pin and set the mode
    9292 *
    93  * @param obj  The GPIO object
     93 * @param gpio  The GPIO object
    9494 * @param pin  The pin name
    9595 * @param mode The pin mode to be set
     
    9999/** Init the output pin as an output, with predefined output value 0
    100100 *
    101  * @param obj The GPIO object
     101 * @param gpio The GPIO object
    102102 * @param pin The pin name
    103103 * @return An integer value 1 or 0
     
    107107/** Init the pin as an output and set the output value
    108108 *
    109  * @param obj   The GPIO object
     109 * @param gpio  The GPIO object
    110110 * @param pin   The pin name
    111111 * @param value The value to be set
     
    115115/** Init the pin to be in/out
    116116 *
    117  * @param obj       The GPIO object
     117 * @param gpio      The GPIO object
    118118 * @param pin       The pin name
    119119 * @param direction The pin direction to be set
Note: See TracChangeset for help on using the changeset viewer.