{{{ #!html
I/O Hardware Abstraction
}}} [[BR]] = 概要 = * API一覧 ||= API =||= ID[[BR]][Dec] =||= ID[[BR]][Hex] =||= R4.0.3 =||= R21-11 =|| || [#IoHwAb_InitInit_Id IoHwAb_Init] || 1|| 0x01|| ○ || - || || [#IoHwAb_Init IoHwAb_Init] || 1|| 0x01|| - || ○ || || [#IoHwAb_GetVersionInfo IoHwAb_GetVersionInfo] || 16|| 0x10|| ○ || ○ || || [#IoHwAb_AdcNotificationgroupID IoHwAb_AdcNotification<#groupID>] || 32|| 0x20|| ○ || ○ || || [#IoHwAb_PwmNotificationchannel IoHwAb_PwmNotification<#channel>] || 48|| 0x30|| ○ || ○ || || [#IoHwAb_IcuNotificationchannel IoHwAb_IcuNotification<#channel>] || 64|| 0x40|| ○ || ○ || || [#IoHwAb_GptNotificationchannel IoHwAb_GptNotification<#channel>] || 80|| 0x50|| ○ || ○ || || [#IoHwAb_OcuNotificationchannel IoHwAb_OcuNotification<#channel>] || 160|| 0xA0|| - || ○ || || [#IoHwAb_Pwm_NotifyReadyForPowerStateMode IoHwAb_Pwm_NotifyReadyForPowerState<#Mode>] || 96|| 0x60|| - || ○ || || [#IoHwAb_Adc_NotifyReadyForPowerStateMode IoHwAb_Adc_NotifyReadyForPowerState<#Mode>] || 112|| 0x70|| - || ○ || || [#IoHwAb_Dcm_EcuSignalName IoHwAb_Dcm_] || --[[BR]]176|| --[[BR]]0xB0|| ○[[BR]]- || -[[BR]]○ || || [#IoHwAb_Dcm_ReadEcuSignalName IoHwAb_Dcm_Read] || --[[BR]]192|| --[[BR]]0xC0|| ○[[BR]]- || -[[BR]]○ || || [#IoHwAb_PreparePowerStateMode IoHwAb_PreparePowerState<#Mode>] || 128|| 0x80|| - || ○ || || [#IoHwAb_EnterPowerStateMode IoHwAb_EnterPowerState<#Mode>] || 144|| 0x90|| - || ○ || * コンフィギュレーション一覧 * なし * エラーコード一覧 * なし ---- = API仕様 = == IoHwAb_Init == {{{ void IoHwAb_Init(void) }}} == IoHwAb_Init == {{{ void IoHwAb_Init ( const IoHwAb{Init_Id}_ConfigType* ConfigPtr ) }}} == IoHwAb_GetVersionInfo == {{{ void IoHwAb_GetVersionInfo(Std_VersionInfoType* versioninfo) }}} == IoHwAb_AdcNotification<#groupID> == {{{ void IoHwAb_AdcNotification<#groupID>(void) }}} == IoHwAb_PwmNotification<#channel> == {{{ void IoHwAb_PwmNotification<#channel>(void) }}} == IoHwAb_IcuNotification<#channel> == {{{ void IoHwAb_IcuNotification<#channel>(void) }}} == IoHwAb_GptNotification<#channel> == {{{ void IoHwAb_GptNotification<#channel>(void) }}} == IoHwAb_OcuNotification<#channel> == {{{ void IoHwAb_OcuNotification<#channel> (void) }}} == IoHwAb_Pwm_NotifyReadyForPowerState<#Mode> == {{{ void IoHwAb_Pwm_NotifyReadyForPowerState<#Mode> (void) }}} == IoHwAb_Adc_NotifyReadyForPowerState<#Mode> == {{{ void IoHwAb_Adc_NotifyReadyForPowerState<#Mode> (void) }}} == IoHwAb_Dcm_ == {{{ void IoHwAb_Dcm_(uint8 action, signal) }}} == IoHwAb_Dcm_Read == {{{ void IoHwAb_Dcm_Read(* signal) }}} == IoHwAb_PreparePowerState<#Mode> == {{{ void IoHwAb_PreparePowerState<#Mode> (void) }}} == IoHwAb_EnterPowerState<#Mode> == {{{ void IoHwAb_EnterPowerState<#Mode> (void) }}}