Specification of ICU Driver, No.23, 2021-11
AUTOSAR R21-11記事一覧はこちら。
AUTOSAR 21-11,160文書読んだ。2022年5月中に全部読み。
AUTOSAR 21-11, 62文書読んだ。2022年5月中に半分到達予定。
AUTOSAR R21-11(0) 仕様ダウンロード一覧。単語帳。参考文献資料作成
用語(terms)
Term | Description |
---|---|
Active Time | This depends on the starting edge of the signal to be captured. - Start edge = falling edge => Active Time = Low Time - Start edge = rising edge => Active Time = High Time - Start edge = both edges => Active Time = High Time (if rising edge occurs initially) - Start edge = both edges => Active Time = Low Time (if falling edge occurs initially) |
DEM | Diagnostic Event Manager |
DET | Default Error Tracer |
EcuM | ECU State Manager |
Enumeration | This can be in “C” programming language an enum or a #define. |
ICU | Input Capture Unit (not Intensive Care Unit) |
ICU Channel | Represents a logical ICU entity bound to one input signal and the hardware resources for the configured measurement mode. |
ICU State | Logical input state of an ICU Channel. It can be ICU_ACTIVE or ICU_IDLE. |
ICU_ACTIVE | Input state of an ICU Channel, an activation edge has been detected. |
ICU_IDLE | Input state of an ICU Channel, no activation edge has been detected since the last call of Icu_GetInputState() or Icu_Init(). |
Symbolic name for a channel | A symbolic name is a substitution of a handle with a name. With this handle each channel and its related properties can be found within the configuration structure. In “C” programming language this can be realized e.g. by #defines and enums. |
Wakeup event | A wakeup event is understood as a pattern of edges, which will lead to the wake up of this driver. Nevertheless the decision whether a pattern is valid or not isn’t done by this driver. This shall be done by an upper layer._ |
英日
日本語は仮訳
T.B.D.
参考(reference)
[1] General Requirements on Basic Software Modules,
AUTOSAR_SRS_BSWGeneral.pdf
[2] General Requirements on SPAL,
AUTOSAR_SRS_SPALGeneral.pdf
[3] Specification of Standard Types,
AUTOSAR_SWS_StandardTypes.pdf
[4] List of Basic Software Modules,
AUTOSAR_TR_BSWModuleList.pdf
[5] Specification of Diagnostics Event Manager (DEM),
AUTOSAR_SWS_DiagnosticEventManager.pdf
[6] Specification of Default Error Tracer,
AUTOSAR_SWS_DefaultErrorTracer.pdf
[7] Requirements on ICU Driver,
AUTOSAR_SRS_ICUDriver.pdf
[8] Specification of ECU Configuration,
AUTOSAR_TPS_ECUConfiguration.pdf
[9] Layered Software Architecture,
AUTOSAR_EXP_LayeredSoftwareArchitecture.pdf
[10] Specification of ECU State Manager,
AUTOSAR_SWS_ECUStateManager.pdf
[11] Basic Software Module Description Template,
AUTOSAR_TPS_BSWModuleDescriptionTemplate.pdf
[12] General Specification of Basic Software Modules
AUTOSAR_SWS_BSWGeneral.pdf
[13] IEC 7498-1 The Basic Model, IEC Norm, 1994