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/ethernetext_api.h

    r373 r374  
     1
     2#ifndef ETHERNETEXT_H
     3#define ETHERNETEXT_H
     4
     5#ifdef __cplusplus
     6extern "C" {
     7#endif
    18
    29/* PHY link mode */
     
    2128extern int ethernetext_chk_link_mode(void);
    2229extern void ethernetext_set_link_mode(int32_t link);
     30extern void ethernetext_add_multicast_group(const uint8_t *addr);
     31extern void ethernetext_remove_multicast_group(const uint8_t *addr);
     32extern void ethernetext_set_all_multicast(int all);
     33#ifdef __cplusplus
     34}
     35#endif
     36
     37#endif
Note: See TracChangeset for help on using the changeset viewer.