// =======================================================================
// E2PRAM SECTION
// =======================================================================
//! E2PRAM section structure definition.
/*!
It is a template structure definition. To instantiate an E2PRAM section
object, the data structure type is needed.
\param nvdata Data structure type.
\param nvcrc Data items CRC.
\param e2addr Address of I2C bus.
\param modified Whether the data in RAM have been modified, if it is
set to true, the E2PRAM needs to be updated.