Changes between Version 10 and Version 11 of spec/SoAd


Ignore:
Timestamp:
Dec 9, 2022, 5:01:07 PM (17 months ago)
Author:
fujisft-kaji
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • spec/SoAd

    v10 v11  
    702702void SoAd_MainFunction(void)
    703703}}}
     704== TcpIp_MainFunctionCyclic ==
     705{{{
     706void TcpIp_MainFunctionCyclic(void)
     707}}}
     708
     709== <User>_SoAdGetVin ==
     710{{{
     711void <User>_SoAdGetVin(uint8** DataPtr)
     712}}}
     713
     714== EthIf_GetPhysAddr ==
     715{{{
     716void EthIf_GetPhysAddr(uint8 CtrlIdx, uint8* PhysAddrPtr)
     717}}}
    704718
    705719== <Up>_[SoAd][If]RxIndication ==
     
    751765{{{
    752766void <Up>_LocalIpAddrAssignmentChg (SoAd_SoConIdType SoConId, TcpIp_IpAddrStateType State)
    753 }}}
    754 
    755 == TcpIp_MainFunctionCyclic ==
    756 {{{
    757 void TcpIp_MainFunctionCyclic(void)
    758 }}}
    759 
    760 == <User>_SoAdGetVin ==
    761 {{{
    762 void <User>_SoAdGetVin(uint8** DataPtr)
    763 }}}
    764 
    765 == EthIf_GetPhysAddr ==
    766 {{{
    767 void EthIf_GetPhysAddr(uint8 CtrlIdx, uint8* PhysAddrPtr)
    768767}}}
    769768