Changes between Version 8 and Version 9 of spec/Gpt


Ignore:
Timestamp:
Dec 6, 2022, 9:38:22 AM (17 months ago)
Author:
fujisft-kaji
Comment:

R21-11反映

Legend:

Unmodified
Added
Removed
Modified
  • spec/Gpt

    v8 v9  
    1111* API一覧
    1212
    13   ||= API =||= ID[[BR]][Dec] =||= ID[[BR]][Hex] =||= R4.0.3 =||= R4.2.2 =||
    14   || [#Gpt_GetVersionInfo Gpt_GetVersionInfo]               ||  0|| 0x00||  ○  ||  ○  ||
    15   || [#Gpt_Init Gpt_Init]                                   ||  1|| 0x01||  ○  ||  ○  ||
    16   || [#Gpt_DeInit Gpt_DeInit]                               ||  2|| 0x02||  ○  ||  ○  ||
    17   || [#Gpt_GetTimeElapsed Gpt_GetTimeElapsed]               ||  3|| 0x03||  ○  ||  ○  ||
    18   || [#Gpt_GetTimeRemaining Gpt_GetTimeRemaining]           ||  4|| 0x04||  ○  ||  ○  ||
    19   || [#Gpt_StartTimer Gpt_StartTimer]                       ||  5|| 0x05||  ○  ||  ○  ||
    20   || [#Gpt_StopTimer Gpt_StopTimer]                         ||  6|| 0x06||  ○  ||  ○  ||
    21   || [#Gpt_EnableNotification Gpt_EnableNotification]       ||  7|| 0x07||  ○  ||  ○  ||
    22   || [#Gpt_DisableNotification Gpt_DisableNotification]     ||  8|| 0x08||  ○  ||  ○  ||
    23   || [#Gpt_SetMode Gpt_SetMode]                             ||  9|| 0x09||  ○  ||  ○  ||
    24   || [#Gpt_DisableWakeup Gpt_DisableWakeup]                 || 10|| 0x0A||  ○  ||  ○  ||
    25   || [#Gpt_EnableWakeup Gpt_EnableWakeup]                   || 11|| 0x0B||  ○  ||  ○  ||
    26   || [#Gpt_CheckWakeup Gpt_CheckWakeup]                     || 12|| 0x0C||  ○  ||  ○  ||
    27   || [#Gpt_GetPredefTimerValue Gpt_GetPredefTimerValue]     || 13|| 0x0D||  -   ||  ○  ||
    28   || [#Gpt_Notification_channel Gpt_Notification_<channel>] || --||   --||  ○  ||  ○  ||
    29 
    30 * コンフィギュレーション一覧(R4.0.3 / R4.2.2)
    31   * [#GptChannelConfigSet GptChannelConfigSet] (○/○)
    32     * [#GptChannelConfiguration GptChannelConfiguration] (○/○)
    33       * [#GptChannelId GptChannelId] (○/○)
    34       * [#GptChannelMode GptChannelMode] (○/○)
    35       * [#GptChannelTickFrequency GptChannelTickFrequency] (○/○)
    36       * [#GptChannelTickValueMax GptChannelTickValueMax] (○/○)
    37       * [#GptEnableWakeup GptEnableWakeup] (○/○)
    38       * [#GptNotification GptNotification] (○/○)
    39       * [#GptChannelClkSrcRef GptChannelClkSrcRef] (○/○)
    40       * [#GptWakeupConfiguration GptWakeupConfiguration] (○/○)
    41         * [#GptWakeupSourceRef GptWakeupSourceRef] (○/○)
    42   * [#GptConfigurationOfOptApiServices GptConfigurationOfOptApiServices] (○/○)
    43     * [#GptDeinitApi GptDeinitApi] (○/○)
    44     * [#GptEnableDisableNotificationApi GptEnableDisableNotificationApi] (○/○)
    45     * [#GptTimeElapsedApi GptTimeElapsedApi] (○/○)
    46     * [#GptTimeRemainingApi GptTimeRemainingApi] (○/○)
    47     * [#GptVersionInfoApi GptVersionInfoApi] (○/○)
    48     * [#GptWakeupFunctionalityApi GptWakeupFunctionalityApi] (○/○)
    49   * [#GptDriverConfiguration GptDriverConfiguration] (○/○)
    50     * [#GptDevErrorDetect GptDevErrorDetect] (○/○)
    51     * [#GptPredefTimer100us32bitEnable GptPredefTimer100us32bitEnable] (-/○)
    52     * [#GptPredefTimer1usEnablingGrade GptPredefTimer1usEnablingGrade] (-/○)
    53     * [#GptReportWakeupSource GptReportWakeupSource] (○/○)
    54     * [#GptClockReferencePoint GptClockReferencePoint] (○/○)
    55       * [#GptClockReference GptClockReference] (○/○)
     13  ||= API =||= ID[[BR]][Dec] =||= ID[[BR]][Hex] =||= R4.0.3 =||= R4.2.2 =||= R21-11 =||
     14  || [#Gpt_GetVersionInfo Gpt_GetVersionInfo]               ||  0|| 0x00||  ○  ||  ○  ||  ○  ||
     15  || [#Gpt_Init Gpt_Init]                                   ||  1|| 0x01||  ○  ||  ○  ||  ○  ||
     16  || [#Gpt_DeInit Gpt_DeInit]                               ||  2|| 0x02||  ○  ||  ○  ||  ○  ||
     17  || [#Gpt_GetTimeElapsed Gpt_GetTimeElapsed]               ||  3|| 0x03||  ○  ||  ○  ||  ○  ||
     18  || [#Gpt_GetTimeRemaining Gpt_GetTimeRemaining]           ||  4|| 0x04||  ○  ||  ○  ||  ○  ||
     19  || [#Gpt_StartTimer Gpt_StartTimer]                       ||  5|| 0x05||  ○  ||  ○  ||  ○  ||
     20  || [#Gpt_StopTimer Gpt_StopTimer]                         ||  6|| 0x06||  ○  ||  ○  ||  ○  ||
     21  || [#Gpt_EnableNotification Gpt_EnableNotification]       ||  7|| 0x07||  ○  ||  ○  ||  ○  ||
     22  || [#Gpt_DisableNotification Gpt_DisableNotification]     ||  8|| 0x08||  ○  ||  ○  ||  ○  ||
     23  || [#Gpt_SetMode Gpt_SetMode]                             ||  9|| 0x09||  ○  ||  ○  ||  ○  ||
     24  || [#Gpt_DisableWakeup Gpt_DisableWakeup]                 || 10|| 0x0A||  ○  ||  ○  ||  ○  ||
     25  || [#Gpt_EnableWakeup Gpt_EnableWakeup]                   || 11|| 0x0B||  ○  ||  ○  ||  ○  ||
     26  || [#Gpt_CheckWakeup Gpt_CheckWakeup]                     || 12|| 0x0C||  ○  ||  ○  ||  ○  ||
     27  || [#Gpt_GetPredefTimerValue Gpt_GetPredefTimerValue]     || 13|| 0x0D||  -   ||  ○  ||  ○  ||
     28  || [#Gpt_Notification_channel Gpt_Notification_<channel>] || --||   --||  ○  ||  ○  ||  ○  ||
     29
     30* コンフィギュレーション一覧 (R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11)
     31  * [#GptChannelConfigSet GptChannelConfigSet] (○/○/○/○/○/○/○/○)
     32    * [#GptChannelConfiguration GptChannelConfiguration] (○/○/○/○/○/○/○/○)
     33      * [#GptChannelClkSrcRef GptChannelClkSrcRef] (○/○/○/○/○/○/○/○)
     34      * [#GptChannelEcucPartitionRef GptChannelEcucPartitionRef] (-/-/-/-/○/○/○/○)
     35      * [#GptChannelId GptChannelId] (○/○/○/○/○/○/○/○)
     36      * [#GptChannelMode GptChannelMode] (○/○/○/○/○/○/○/○)
     37      * [#GptChannelTickFrequency GptChannelTickFrequency] (○/○/○/○/○/○/○/○)
     38      * [#GptChannelTickValueMax GptChannelTickValueMax] (○/○/○/○/○/○/○/○)
     39      * [#GptEnableWakeup GptEnableWakeup] (○/○/○/○/○/○/○/○)
     40      * [#GptNotification GptNotification] (○/○/○/○/○/○/○/○)
     41      * [#GptWakeupConfiguration GptWakeupConfiguration] (○/○/○/○/○/○/○/○)
     42        * [#GptWakeupSourceRef GptWakeupSourceRef] (○/○/○/○/○/○/○/○)
     43  * [#GptConfigurationOfOptApiServices GptConfigurationOfOptApiServices] (○/○/○/○/○/○/○/○)
     44    * [#GptDeinitApi GptDeinitApi] (○/○/○/○/○/○/○/○)
     45    * [#GptEnableDisableNotificationApi GptEnableDisableNotificationApi] (○/○/○/○/○/○/○/○)
     46    * [#GptTimeElapsedApi GptTimeElapsedApi] (○/○/○/○/○/○/○/○)
     47    * [#GptTimeRemainingApi GptTimeRemainingApi] (○/○/○/○/○/○/○/○)
     48    * [#GptVersionInfoApi GptVersionInfoApi] (○/○/○/○/○/○/○/○)
     49    * [#GptWakeupFunctionalityApi GptWakeupFunctionalityApi] (○/○/○/○/○/○/○/○)
     50  * [#GptDriverConfiguration GptDriverConfiguration] (○/○/○/○/○/○/○/○)
     51    * [#GptClockReferencePoint GptClockReferencePoint] (○/○/○/○/○/○/○/○)
     52      * [#GptClockReference GptClockReference] (○/○/○/○/○/○/○/○)
     53    * [#GptDevErrorDetect GptDevErrorDetect] (○/○/○/○/○/○/○/○)
     54    * [#GptEcucPartitionRef GptEcucPartitionRef] (-/-/-/-/○/○/○/○)
     55    * [#GptKernelEcucPartitionRef GptKernelEcucPartitionRef] (-/-/-/-/○/○/○/○)
     56    * [#GptPredefTimer100us32bitEnable GptPredefTimer100us32bitEnable] (-/○/○/○/○/○/○/○)
     57    * [#GptPredefTimer1usEnablingGrade GptPredefTimer1usEnablingGrade] (-/○/○/○/○/○/○/○)
     58    * [#GptReportWakeupSource GptReportWakeupSource] (○/○/○/○/○/○/○/○)
    5659
    5760* エラーコード一覧
    5861
    59   ||= エラーコード =||= Dec =||= Hex =||= R4.0.3 =||= R4.2.2 =||
    60   || GPT_E_UNINIT              || 10|| 0x0A||  ○  ||  ○  ||
    61   || GPT_E_BUSY                || 11|| 0x0B||  ○  ||  ○  ||
    62   || GPT_E_MODE                || 12|| 0x0C||  -   ||  ○  ||
    63   || GPT_E_ALREADY_INITIALIZED || 13|| 0x0D||  ○  ||  ○  ||
    64   || GPT_E_INIT_FAILED         || 14|| 0x0E||  -   ||  ○  ||
    65   || GPT_E_PARAM_CHANNEL       || 20|| 0x14||  ○  ||  ○  ||
    66   || GPT_E_PARAM_VALUE         || 21|| 0x15||  ○  ||  ○  ||
    67   || GPT_E_PARAM_POINTER       || 22|| 0x16||  ○  ||  ○  ||
    68   || GPT_E_PARAM_PREDEF_TIMER  || 23|| 0x17||  -   ||  ○  ||
    69   || GPT_E_PARAM_MODE          || 31|| 0x1F||  ○  ||  ○  ||
     62  ||= エラーコード =||= Dec =||= Hex =||= R4.0.3 =||= R4.2.2 =||= R21-11 =||
     63  || GPT_E_UNINIT              || 10|| 0x0A||  ○  ||  ○  ||  ○  ||
     64  || GPT_E_BUSY                || 11|| 0x0B||  ○  ||  ○  ||  ○  ||
     65  || GPT_E_MODE                || 12|| 0x0C||  -   ||  ○  ||  ○  ||
     66  || GPT_E_ALREADY_INITIALIZED || 13|| 0x0D||  ○  ||  ○  ||  ○  ||
     67  || GPT_E_INIT_FAILED         || 14|| 0x0E||  -   ||  ○  ||  ○  ||
     68  || GPT_E_PARAM_CHANNEL       || 20|| 0x14||  ○  ||  ○  ||  ○  ||
     69  || GPT_E_PARAM_VALUE         || 21|| 0x15||  ○  ||  ○  ||  ○  ||
     70  || GPT_E_PARAM_POINTER       || 22|| 0x16||  ○  ||  ○  ||  ○  ||
     71  || GPT_E_PARAM_PREDEF_TIMER  || 23|| 0x17||  -   ||  ○  ||  ○  ||
     72  || GPT_E_PARAM_MODE          || 31|| 0x1F||  ○  ||  ○  ||  ○  ||
    7073
    7174----
     
    156159/AUTOSAR/EcucDefs/Gpt/GptChannelConfigSet
    157160}}}
    158 * 型:Container
    159 * 多重度:1
     161* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     162* SWSタグ: ECUC_Gpt_00269
     163* タイプ: PARAM-CONF-CONTAINER
     164* 多重度: 1
    160165
    161166== GptChannelConfiguration ==
     
    163168/AUTOSAR/EcucDefs/Gpt/GptChannelConfigSet/GptChannelConfiguration
    164169}}}
    165 * 型:Container
    166 * 多重度:1..*
     170* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     171* SWSタグ: ECUC_Gpt_00184
     172* タイプ: PARAM-CONF-CONTAINER
     173* 多重度: 1..*
     174
     175== GptChannelClkSrcRef ==
     176{{{
     177/AUTOSAR/EcucDefs/Gpt/GptChannelConfigSet/GptChannelConfiguration/GptChannelClkSrcRef
     178}}}
     179* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     180* SWSタグ: ECUC_Gpt_00333
     181* タイプ: REFERENCE
     182* 多重度: 1
     183* 参照先: [#GptClockReferencePoint /AUTOSAR/EcucDefs/Gpt/GptDriverConfiguration/GptClockReferencePoint]
     184
     185== GptChannelEcucPartitionRef ==
     186{{{
     187/AUTOSAR/EcucDefs/Gpt/GptChannelConfigSet/GptChannelConfiguration/GptChannelEcucPartitionRef
     188}}}
     189* 対象リビジョン: R4.4.0/R19-11/R20-11/R21-11
     190* SWSタグ: ECUC_Gpt_00339
     191* タイプ: REFERENCE
     192* 多重度: 0..*
     193* 参照先: [wiki:spec/EcuC#EcucPartition /AUTOSAR/EcucDefs/EcuC/EcucPartitionCollection/EcucPartition]
    167194
    168195== GptChannelId ==
     
    170197/AUTOSAR/EcucDefs/Gpt/GptChannelConfigSet/GptChannelConfiguration/GptChannelId
    171198}}}
    172 * 型:IntegerParam
    173 * 多重度:1
    174 * 上限値:4294967295
    175 * 下限値:0
     199* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     200* SWSタグ: ECUC_Gpt_00308
     201* タイプ: INTEGER-PARAM
     202* 多重度: 1
     203* 上限値: 4294967295
     204* 下限値: 0
    176205
    177206== GptChannelMode ==
     
    179208/AUTOSAR/EcucDefs/Gpt/GptChannelConfigSet/GptChannelConfiguration/GptChannelMode
    180209}}}
    181 * 型:EnumerationParam
    182 * 多重度:1
    183 * 選択肢:
     210* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     211* SWSタグ: ECUC_Gpt_00309
     212* タイプ: ENUMERATION-PARAM
     213* 多重度: 1
     214* 選択肢:
    184215  * GPT_CH_MODE_CONTINUOUS
    185216  * GPT_CH_MODE_ONESHOT
     
    189220/AUTOSAR/EcucDefs/Gpt/GptChannelConfigSet/GptChannelConfiguration/GptChannelTickFrequency
    190221}}}
    191 * 型:FloatParam
    192 * 多重度:1
    193 * 上限値:Inf
    194 * 下限値:0
     222* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     223* SWSタグ: ECUC_Gpt_00331
     224* タイプ: FLOAT-PARAM
     225* 多重度: 1
     226* 上限値: INF
     227* 下限値: 0
    195228
    196229== GptChannelTickValueMax ==
     
    198231/AUTOSAR/EcucDefs/Gpt/GptChannelConfigSet/GptChannelConfiguration/GptChannelTickValueMax
    199232}}}
    200 * 型:IntegerParam
    201 * 多重度:1
    202 * 上限値:18446744073709551615
    203 * 下限値:0
     233* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     234* SWSタグ: ECUC_Gpt_00332
     235* タイプ: INTEGER-PARAM
     236* 多重度: 1
     237* 上限値: 18446744073709551615
     238* 下限値: 0
    204239
    205240== GptEnableWakeup ==
     
    207242/AUTOSAR/EcucDefs/Gpt/GptChannelConfigSet/GptChannelConfiguration/GptEnableWakeup
    208243}}}
    209 * 型:BooleanParam
    210 * 多重度:1
     244* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     245* SWSタグ: ECUC_Gpt_00311
     246* タイプ: BOOLEAN-PARAM
     247* 多重度: 1
    211248
    212249== GptNotification ==
     
    214251/AUTOSAR/EcucDefs/Gpt/GptChannelConfigSet/GptChannelConfiguration/GptNotification
    215252}}}
    216 * 型:FunctionName
    217 * 多重度:0..1
    218 
    219 == GptChannelClkSrcRef ==
    220 {{{
    221 /AUTOSAR/EcucDefs/Gpt/GptChannelConfigSet/GptChannelConfiguration/GptChannelClkSrcRef
    222 }}}
    223 * 型:Reference
    224 * 多重度:1
    225 * 参照先:{{{/AUTOSAR/EcucDefs/Gpt/GptDriverConfiguration/GptClockReferencePoint}}}
     253* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     254* SWSタグ: ECUC_Gpt_00312
     255* タイプ: FUNCTION-NAME
     256* 多重度: 0..1
    226257
    227258== GptWakeupConfiguration ==
     
    229260/AUTOSAR/EcucDefs/Gpt/GptChannelConfigSet/GptChannelConfiguration/GptWakeupConfiguration
    230261}}}
    231 * 型:Container
    232 * 多重度:0..1
     262* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     263* SWSタグ: ECUC_Gpt_00235
     264* タイプ: PARAM-CONF-CONTAINER
     265* 多重度: 0..1
    233266
    234267== GptWakeupSourceRef ==
     
    236269/AUTOSAR/EcucDefs/Gpt/GptChannelConfigSet/GptChannelConfiguration/GptWakeupConfiguration/GptWakeupSourceRef
    237270}}}
    238 * 型:Reference
    239 * 多重度:1
    240 * 参照先:{{{/AUTOSAR/EcucDefs/EcuM/EcuMConfiguration/EcuMCommonConfiguration/EcuMWakeupSource}}}
     271* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     272* SWSタグ: ECUC_Gpt_00313
     273* タイプ:
     274  * R4.0.3/R4.1.3/R4.2.2/R4.3.1: SYMBOLIC-NAME-REFERENCE
     275  * R4.4.0/R19-11/R20-11/R21-11: REFERENCE
     276* 多重度: 1
     277* 参照先: [wiki:spec/EcuM#EcuMWakeupSource /AUTOSAR/EcucDefs/EcuM/EcuMConfiguration/EcuMCommonConfiguration/EcuMWakeupSource]
    241278
    242279== GptConfigurationOfOptApiServices ==
     
    244281/AUTOSAR/EcucDefs/Gpt/GptConfigurationOfOptApiServices
    245282}}}
    246 * 型:Container
    247 * 多重度:1
     283* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     284* SWSタグ: ECUC_Gpt_00193
     285* タイプ: PARAM-CONF-CONTAINER
     286* 多重度: 1
    248287
    249288== GptDeinitApi ==
     
    251290/AUTOSAR/EcucDefs/Gpt/GptConfigurationOfOptApiServices/GptDeinitApi
    252291}}}
    253 * 型:BooleanParam
    254 * 多重度:1
     292* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     293* SWSタグ: ECUC_Gpt_00314
     294* タイプ: BOOLEAN-PARAM
     295* 多重度: 1
    255296
    256297== GptEnableDisableNotificationApi ==
     
    258299/AUTOSAR/EcucDefs/Gpt/GptConfigurationOfOptApiServices/GptEnableDisableNotificationApi
    259300}}}
    260 * 型:BooleanParam
    261 * 多重度:1
     301* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     302* SWSタグ: ECUC_Gpt_00315
     303* タイプ: BOOLEAN-PARAM
     304* 多重度: 1
    262305
    263306== GptTimeElapsedApi ==
     
    265308/AUTOSAR/EcucDefs/Gpt/GptConfigurationOfOptApiServices/GptTimeElapsedApi
    266309}}}
    267 * 型:BooleanParam
    268 * 多重度:1
     310* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     311* SWSタグ: ECUC_Gpt_00317
     312* タイプ: BOOLEAN-PARAM
     313* 多重度: 1
    269314
    270315== GptTimeRemainingApi ==
     
    272317/AUTOSAR/EcucDefs/Gpt/GptConfigurationOfOptApiServices/GptTimeRemainingApi
    273318}}}
    274 * 型:BooleanParam
    275 * 多重度:1
     319* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     320* SWSタグ: ECUC_Gpt_00318
     321* タイプ: BOOLEAN-PARAM
     322* 多重度: 1
    276323
    277324== GptVersionInfoApi ==
     
    279326/AUTOSAR/EcucDefs/Gpt/GptConfigurationOfOptApiServices/GptVersionInfoApi
    280327}}}
    281 * 型:BooleanParam
    282 * 多重度:1
     328* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     329* SWSタグ: ECUC_Gpt_00319
     330* タイプ: BOOLEAN-PARAM
     331* 多重度: 1
     332* デフォルト値:
     333  * R4.3.1/R4.4.0/R19-11/R20-11/R21-11: false
    283334
    284335== GptWakeupFunctionalityApi ==
     
    286337/AUTOSAR/EcucDefs/Gpt/GptConfigurationOfOptApiServices/GptWakeupFunctionalityApi
    287338}}}
    288 * 型:BooleanParam
    289 * 多重度:1
     339* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     340* SWSタグ: ECUC_Gpt_00320
     341* タイプ: BOOLEAN-PARAM
     342* 多重度: 1
    290343
    291344== GptDriverConfiguration ==
     
    293346/AUTOSAR/EcucDefs/Gpt/GptDriverConfiguration
    294347}}}
    295 * 型:Container
    296 * 多重度:1
     348* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     349* SWSタグ: ECUC_Gpt_00183
     350* タイプ: PARAM-CONF-CONTAINER
     351* 多重度: 1
     352
     353== GptClockReferencePoint ==
     354{{{
     355/AUTOSAR/EcucDefs/Gpt/GptDriverConfiguration/GptClockReferencePoint
     356}}}
     357* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     358* SWSタグ: ECUC_Gpt_00329
     359* タイプ: PARAM-CONF-CONTAINER
     360* 多重度: 1..*
     361
     362== GptClockReference ==
     363{{{
     364/AUTOSAR/EcucDefs/Gpt/GptDriverConfiguration/GptClockReferencePoint/GptClockReference
     365}}}
     366* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     367* SWSタグ: ECUC_Gpt_00330
     368* タイプ: REFERENCE
     369* 多重度: 1
     370* 参照先: [wiki:spec/Mcu#McuClockReferencePoint /AUTOSAR/EcucDefs/Mcu/McuModuleConfiguration/McuClockSettingConfig/McuClockReferencePoint]
    297371
    298372== GptDevErrorDetect ==
     
    300374/AUTOSAR/EcucDefs/Gpt/GptDriverConfiguration/GptDevErrorDetect
    301375}}}
    302 * 型:BooleanParam
    303 * 多重度:1
     376* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     377* SWSタグ: ECUC_Gpt_00321
     378* タイプ: BOOLEAN-PARAM
     379* 多重度: 1
     380* デフォルト値:
     381  * R4.3.1/R4.4.0/R19-11/R20-11/R21-11: false
     382
     383== GptEcucPartitionRef ==
     384{{{
     385/AUTOSAR/EcucDefs/Gpt/GptDriverConfiguration/GptEcucPartitionRef
     386}}}
     387* 対象リビジョン: R4.4.0/R19-11/R20-11/R21-11
     388* SWSタグ: ECUC_Gpt_00337
     389* タイプ: REFERENCE
     390* 多重度: 0..*
     391* 参照先: [wiki:spec/EcuC#EcucPartition /AUTOSAR/EcucDefs/EcuC/EcucPartitionCollection/EcucPartition]
     392
     393== GptKernelEcucPartitionRef ==
     394{{{
     395/AUTOSAR/EcucDefs/Gpt/GptDriverConfiguration/GptKernelEcucPartitionRef
     396}}}
     397* 対象リビジョン: R4.4.0/R19-11/R20-11/R21-11
     398* SWSタグ: ECUC_Gpt_00338
     399* タイプ: REFERENCE
     400* 多重度: 0..1
     401* 参照先: [wiki:spec/EcuC#EcucPartition /AUTOSAR/EcucDefs/EcuC/EcucPartitionCollection/EcucPartition]
    304402
    305403== GptPredefTimer100us32bitEnable ==
     
    307405/AUTOSAR/EcucDefs/Gpt/GptDriverConfiguration/GptPredefTimer100us32bitEnable
    308406}}}
    309 * 型:BooleanParam
    310 * 多重度:1
     407* 対象リビジョン: R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     408* SWSタグ: ECUC_Gpt_00335
     409* タイプ: BOOLEAN-PARAM
     410* 多重度: 1
    311411
    312412== GptPredefTimer1usEnablingGrade ==
     
    314414/AUTOSAR/EcucDefs/Gpt/GptDriverConfiguration/GptPredefTimer1usEnablingGrade
    315415}}}
    316 * 型:EnumerationParam
    317 * 多重度:1
    318 * 選択肢:
     416* 対象リビジョン: R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     417* SWSタグ: ECUC_Gpt_00334
     418* タイプ: ENUMERATION-PARAM
     419* 多重度: 1
     420* 選択肢:
    319421  * GPT_PREDEF_TIMER_1US_16BIT_ENABLED
    320422  * GPT_PREDEF_TIMER_1US_16_24BIT_ENABLED
     
    326428/AUTOSAR/EcucDefs/Gpt/GptDriverConfiguration/GptReportWakeupSource
    327429}}}
    328 * 型:BooleanParam
    329 * 多重度:1
    330 
    331 == GptClockReferencePoint ==
    332 {{{
    333 /AUTOSAR/EcucDefs/Gpt/GptDriverConfiguration/GptClockReferencePoint
    334 }}}
    335 * 型:Container
    336 * 多重度:1..*
    337 
    338 == GptClockReference ==
    339 {{{
    340 /AUTOSAR/EcucDefs/Gpt/GptDriverConfiguration/GptClockReferencePoint/GptClockReference
    341 }}}
    342 * 型:Reference
    343 * 多重度:1
    344 * 参照先:{{{/AUTOSAR/EcucDefs/Mcu/McuModuleConfiguration/McuClockSettingConfig/McuClockReferencePoint}}}
     430* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     431* SWSタグ: ECUC_Gpt_00322
     432* タイプ: BOOLEAN-PARAM
     433* 多重度: 1