![]() |
S32 SDK
|
Go to the source code of this file.
Functions | |
void | EIM_DRV_Init (uint32_t instance, uint8_t channelCnt, const eim_user_channel_config_t *channelConfigArr) |
Initializes the EIM module. More... | |
void | EIM_DRV_Deinit (uint32_t instance) |
De-initializes the EIM module. More... | |
void | EIM_DRV_ConfigChannel (uint32_t instance, const eim_user_channel_config_t *userChannelConfig) |
Initializes the EIM channel. More... | |
void | EIM_DRV_GetChannelConfig (uint32_t instance, uint8_t channel, eim_user_channel_config_t *channelConfig) |
Gets the EIM channel configuration. More... | |
Variables | |
EIM_Type *const | g_eimBase [] = EIM_BASE_PTRS |
Table of base addresses for EIM instances. More... | |