MCUXpresso SDK API Reference Manual
Rev. 0
NXP Semiconductors
|
Data Structures | |
struct | ieer_config_t |
IEER configuration structure. More... | |
Enumerations | |
enum | ieer_region_t { kIEER_Region0 = 0U, kIEER_Region1 = 1U, kIEER_Region2 = 2U, kIEER_Region3 = 3U } |
Functions | |
void | IEER_Init (IEER_Type *base) |
Clears the IEER Memory Region Descriptors. More... | |
void | IEER_SetRegionConfig (IEER_Type *base, ieer_region_t region, ieer_config_t *config) |
Sets the IEER Memory Region Descriptors. More... | |
void | IEER_GetDefaultConfig (ieer_config_t *config) |
Loads default values to the IEER memory region configuration structure. More... | |
Driver version | |
#define | FSL_IEER_DRIVER_VERSION (MAKE_VERSION(2, 0, 0)) |
IEER driver version. More... | |
struct ieer_config_t |
#define FSL_IEER_DRIVER_VERSION (MAKE_VERSION(2, 0, 0)) |
Version 2.0.0.
Current version: 2.0.0
Change log:
enum ieer_region_t |
void IEER_Init | ( | IEER_Type * | base | ) |
This function clears IEER Memory Region Descriptors to reset values.
base | IEER peripheral address. |
void IEER_SetRegionConfig | ( | IEER_Type * | base, |
ieer_region_t | region, | ||
ieer_config_t * | config | ||
) |
This function configures IEER Memory Region Descriptor according to region configuration structure.
base | IEER peripheral address. |
region | Selection of the IEER region to be configured. |
config | Configuration for the selected IEER region. |
void IEER_GetDefaultConfig | ( | ieer_config_t * | config | ) |
Loads default values to the IEER memory region configuration structure. The default values are as follows.
config | Configuration for the selected IEER region. |