![]() |
S32 SDK
|
EIM channel configuration structure. More...
#include <eim_driver.h>
Data Fields | |
uint8_t | channel |
uint8_t | checkBitMask |
uint32_t | dataMask |
bool | enable |
EIM channel configuration structure.
This structure holds the configuration settings for the EIM channel Implements : eim_user_channel_config_t_Class
Definition at line 58 of file eim_driver.h.
uint8_t channel |
EIM channel number
Definition at line 60 of file eim_driver.h.
uint8_t checkBitMask |
Specifies whether the corresponding bit of the check-bit bus from the target RAM should be inverted or remain unmodified
Definition at line 61 of file eim_driver.h.
uint32_t dataMask |
Specifies whether the corresponding bit of the read data bus from the target RAM should be inverted or remain unmodified
Definition at line 63 of file eim_driver.h.
bool enable |
true : EIM channel operation is enabled false : EIM channel operation is disabled
Definition at line 65 of file eim_driver.h.