Changes between Version 2 and Version 3 of spec/IoHwAb


Ignore:
Timestamp:
Nov 29, 2022, 3:13:42 PM (18 months ago)
Author:
fujisft-kaji
Comment:

R21-11反映

Legend:

Unmodified
Added
Removed
Modified
  • spec/IoHwAb

    v2 v3  
    1111* API一覧
    1212
    13   ||= API =||= ID[[BR]][Dec] =||= ID[[BR]][Hex] =||= R4.0.3 =||
    14   || [#IoHwAb_InitInit_Id IoHwAb_Init<Init_Id>]                        ||  1|| 0x01||  ○  ||
    15   || [#IoHwAb_GetVersionInfo IoHwAb_GetVersionInfo]                    || 16|| 0x10||  ○  ||
    16   || [#IoHwAb_AdcNotificationgroupID IoHwAb_AdcNotification<#groupID>] || 32|| 0x20||  ○  ||
    17   || [#IoHwAb_PwmNotificationchannel IoHwAb_PwmNotification<#channel>] || 48|| 0x30||  ○  ||
    18   || [#IoHwAb_IcuNotificationchannel IoHwAb_IcuNotification<#channel>] || 64|| 0x40||  ○  ||
    19   || [#IoHwAb_GptNotificationchannel IoHwAb_GptNotification<#channel>] || 80|| 0x50||  ○  ||
    20   || [#IoHwAb_Dcm_EcuSignalName IoHwAb_Dcm_<EcuSignalName>]            || --||   --||  ○  ||
    21   || [#IoHwAb_Dcm_ReadEcuSignalName IoHwAb_Dcm_Read<EcuSignalName>]    || --||   --||  ○  ||
     13  ||= API =||= ID[[BR]][Dec] =||= ID[[BR]][Hex] =||= R4.0.3 =||= R21-11 =||
     14  || [#IoHwAb_InitInit_Id IoHwAb_Init<Init_Id>]                                               ||   1|| 0x01||  ○  ||  ○  ||
     15  || [#IoHwAb_GetVersionInfo IoHwAb_GetVersionInfo]                                           ||  16|| 0x10||  ○  ||  ○  ||
     16  || [#IoHwAb_AdcNotificationgroupID IoHwAb_AdcNotification<#groupID>]                        ||  32|| 0x20||  ○  ||  ○  ||
     17  || [#IoHwAb_PwmNotificationchannel IoHwAb_PwmNotification<#channel>]                        ||  48|| 0x30||  ○  ||  ○  ||
     18  || [#IoHwAb_IcuNotificationchannel IoHwAb_IcuNotification<#channel>]                        ||  64|| 0x40||  ○  ||  ○  ||
     19  || [#IoHwAb_GptNotificationchannel IoHwAb_GptNotification<#channel>]                        ||  80|| 0x50||  ○  ||  ○  ||
     20  || [#IoHwAb_OcuNotification<#channel> IoHwAb_OcuNotification<#channel>]                     || 160|| 0xA0||  -   ||  ○  ||
     21  || [#IoHwAb_Pwm_NotifyReadyForPowerState<#Mode> IoHwAb_Pwm_NotifyReadyForPowerState<#Mode>] ||  96|| 0x60||  -   ||  ○  ||
     22  || [#IoHwAb_Adc_NotifyReadyForPowerState<#Mode> IoHwAb_Adc_NotifyReadyForPowerState<#Mode>] || 112|| 0x70||  -   ||  ○  ||
     23  || [#IoHwAb_Dcm_EcuSignalName IoHwAb_Dcm_<EcuSignalName>]                                   ||  --||   --||  ○  ||  ○  ||
     24  || [#IoHwAb_Dcm_ReadEcuSignalName IoHwAb_Dcm_Read<EcuSignalName>]                           ||  --||   --||  ○  ||  ○  ||
     25  || [#IoHwAb_PreparePowerState<#Mode> IoHwAb_PreparePowerState<#Mode>]                       || 128|| 0x80||  -   ||  ○  ||
     26  || [#IoHwAb_EnterPowerState<#Mode> IoHwAb_EnterPowerState<#Mode>]                           || 144|| 0x90||  -   ||  ○  ||
    2227
    2328* コンフィギュレーション一覧
     
    3237
    3338== IoHwAb_Init<Init_Id> ==
    34 {{{
    35 void IoHwAb_Init<Init_Id>(void)
    36 }}}
     39||=                                                               ||=R4.0.3=||=R21-11=||
     40||void IoHwAb_Init<Init_Id>(void)                                 ||  ○  ||  -   ||
     41||void IoHwAb_Init ( const IoHwAb{Init_Id}_ConfigType* ConfigPtr )||  -   ||  ○  ||
    3742
    3843== IoHwAb_GetVersionInfo ==
     
    6166}}}
    6267
     68== IoHwAb_OcuNotification<#channel> ==
     69{{{
     70void IoHwAb_OcuNotification<#channel> (void)
     71}}}
     72
     73== IoHwAb_Pwm_NotifyReadyForPowerState<#Mode> ==
     74{{{
     75void IoHwAb_Pwm_NotifyReadyForPowerState<#Mode> (void)
     76}}}
     77
     78== IoHwAb_Adc_NotifyReadyForPowerState<#Mode> ==
     79{{{
     80void IoHwAb_Adc_NotifyReadyForPowerState<#Mode> (void)
     81}}}
     82
    6383== IoHwAb_Dcm_<EcuSignalName> ==
    6484{{{
     
    7090void IoHwAb_Dcm_Read<EcuSignalName>(<EcuSignalDataType>* signal)
    7191}}}
     92
     93== IoHwAb_PreparePowerState<#Mode> ==
     94{{{
     95void IoHwAb_PreparePowerState<#Mode> (void)
     96}}}
     97
     98== IoHwAb_EnterPowerState<#Mode> ==
     99{{{
     100void IoHwAb_EnterPowerState<#Mode> (void)
     101}}}