![]() |
S32 SDK
|
#include "eim_hw_access.h"
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) |
Configures 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... | |
void | EIM_DRV_GetDefaultConfig (uint8_t channel, eim_user_channel_config_t *channelConfig) |
Gets the EIM channel configuration default. More... | |
Variables | |
static EIM_Type *const | s_eimBase [] = EIM_BASE_PTRS |
Table of base addresses for EIM instances. More... | |
|
static |
Table of base addresses for EIM instances.
Definition at line 47 of file eim_driver.c.