Xyce
6.1
|
#include <N_DEV_VDMOS.h>
Public Member Functions | |
Instance (const Configuration &configuration, const InstanceBlock &IB, Model &Miter, const FactoryBlock &factory_block) | |
~Instance () | |
void | registerLIDs (const std::vector< int > &intLIDVecRef, const std::vector< int > &extLIDVecRef) |
void | registerStateLIDs (const std::vector< int > &staLIDVecRef) |
void | registerStoreLIDs (const std::vector< int > &stoLIDVecRef) |
std::map< int, std::string > & | getIntNameMap () |
std::map< int, std::string > & | getStoreNameMap () |
const std::vector< std::vector < int > > & | jacobianStamp () const |
void | registerJacLIDs (const std::vector< std::vector< int > > &jacLIDVec) |
bool | loadDAEQVector () |
bool | loadDAEFVector () |
bool | loadDAEdQdx () |
bool | loadDAEdFdx () |
void | setupPointers () |
bool | updateIntermediateVars () |
bool | updatePrimaryState () |
bool | updateSecondaryState () |
bool | processParams () |
bool | updateTemperature (const double &temp_tmp) |
bool | UCCMqmeyer (double vgps, double vgpdd, double vgpb, double von_local, double vddsat_local, double &capgs_local, double &capgdd_local, double &capgb_local, double phi, double cox) |
bool | UCCMMeyercap (double vgps, double vgpdd, double vgpb, double &cgs, double &cgd, double &cgb) |
bool | UCCMCharges (double vgps, double vgpdd, double vgpb, double &qD, double &qS, double &qB) |
bool | UCCMcvon (double vbs_local, double &von_local, double &dvonvbs_local) |
bool | UCCMmosa1 (double vgps, double vdds, double dvonvbs, double &cdraindrift_loc, double &vsate) |
bool | UCCMmosa2 (double vgps, double vdds, double dvonvbs, double &cdraindrift_loc, double &vsate) |
bool | isConverged () |
Model & | getModel () |
![]() | |
DeviceInstance (const InstanceBlock &instance_block, ParametricData< void > ¶metric_data, const FactoryBlock &factory_block) | |
virtual | ~DeviceInstance () |
virtual void | enableLeadCurrentCalc () |
virtual void | registerGIDs (const std::list< index_pair > &intGIDListRef, const std::list< index_pair > &extGIDListRef) |
virtual void | registerStateGIDs (const std::list< index_pair > &staGIDListRef) |
virtual void | registerStoreGIDs (const std::list< index_pair > &stoGIDListRef) |
virtual const std::vector < std::string > & | getDepSolnVars () |
virtual void | registerDepSolnGIDs (const std::vector< std::vector< int > > &varList) |
virtual const std::vector < std::string > & | getDepStateVars () |
virtual void | registerDepStateGIDs (const std::vector< std::vector< int > > &varList) |
virtual const std::vector < std::string > & | getDepStoreVars () |
virtual void | registerDepStoreGIDs (const std::vector< std::vector< int > > &varList) |
virtual void | registerDepSolnLIDs (const std::vector< std::vector< int > > &depSolnLIDVecRef) |
virtual void | registerDepStateLIDs (const std::vector< std::vector< int > > &depStaLIDVecRef) |
virtual void | registerDepStoreLIDs (const std::vector< std::vector< int > > &depStoLIDVecRef) |
virtual void | registerGIDData (const std::vector< int > &counts, const std::vector< int > &GIDs, const std::vector< std::vector< int > > &jacGIDs) |
virtual void | getDepSolnGIDVec (std::vector< int > &depGIDVec) |
virtual bool | getIndexPairList (std::list< index_pair > &iplRef) |
virtual bool | getInstanceBreakPoints (std::vector< N_UTL_BreakPoint > &breakPointTimes) |
virtual bool | updateSource () |
virtual bool | processInstanceParams () |
virtual bool | testDAEMatrices (std::vector< std::string > &nameVec) |
virtual bool | loadTrivialDAE_FMatrixStamp () |
bool | trivialStampLoader (N_LAS_Matrix *matPtr) |
bool | zeroMatrixDiagonal (N_LAS_Matrix *matPtr) |
virtual bool | setIC () |
virtual bool | plotfileFlag () |
virtual bool | loadDeviceMask () |
virtual void | acceptStep () |
int | getNumIntVars () const |
int | getNumExtVars () const |
int | getNumStateVars () const |
int | getNumStoreVars () const |
void | setNumStoreVars (int num_store_vars) |
virtual void | getDevConMap (std::vector< int > &) |
virtual DeviceState * | getInternalState () |
virtual bool | setInternalState (const DeviceState &state) |
virtual bool | loadDFDV (int iElectrode, N_LAS_Vector *dfdvPtr) |
virtual bool | calcConductance (int iElectrode, const N_LAS_Vector *dxdvPtr) |
virtual std::map< int, std::string > & | getStateNameMap () |
void | spiceInternalName (std::string &tmpname) |
virtual bool | outputPlotFiles () |
virtual bool | enablePDEContinuation () |
virtual bool | disablePDEContinuation () |
virtual void | setPDEContinuationAlpha (double alpha) |
virtual void | setPDEContinuationBeta (double beta) |
virtual bool | setInitialGuess () |
virtual double | getMaxTimeStepSize () |
virtual void | varTypes (std::vector< char > &varTypeVec) |
bool | getOrigFlag () const |
void | setOrigFlag (bool origFlag_local) |
const std::vector< int > & | getDevLIDs () const |
const std::vector< std::vector < int > > & | getDevJacLIDs () const |
const std::vector< int > & | getStaLIDVec () const |
bool | getMergeRowColChecked () const |
void | setMergeRowColChecked (bool mergeRowColChecked_local) |
const MatrixLoadData & | getMatrixLoadData () const |
MatrixLoadData & | getMatrixLoadData () |
![]() | |
DeviceEntity (const char *const entity_type, const std::string &device_name, ParametricData< void > ¶metric_data, const SolverState &solver_state, const DeviceOptions &device_options, const std::string &netlist_path, int netlist_line) | |
virtual | ~DeviceEntity () |
virtual CompositeParam * | constructComposite (const std::string &composite_name, const std::string ¶m_name) |
bool | setDefaultParam (double val) |
double | getDefaultParam () |
bool | scaleParam (const std::string ¶mName, double val, double val0) |
bool | scaleParam (const std::string ¶mName, double val) |
bool | scaleDefaultParam (double val) |
bool | setParam (const std::string ¶mName, double val) |
bool | getParam (const std::string ¶mName, double &result) |
bool | getParamBreakpoints (std::vector< Util::BreakPoint > &) |
bool | updateDependentParameters (N_LAS_Vector &vars) |
bool | updateDependentParameters (double temp_tmp) |
bool | updateGlobalParameters (std::map< std::string, double > &) |
bool | updateDependentParameters () |
double | setDependentParameter (Util::Param &, double *, ParameterType::ExprAccess) |
double | setDependentParameter (Util::Param &, std::vector< double > *, int, ParameterType::ExprAccess) |
void | setDependentParameter (Util::Param &par, Depend &dependentParam, ParameterType::ExprAccess depend) |
void | setDefaultParams () |
void | setParams (const std::vector< Param > ¶ms) |
bool | given (const std::string ¶meter_name) const |
const char * | getEntityType () const |
const std::string & | getName () const |
void | setDefaultParamName (const std::string &default_param_name) |
const std::vector< Depend > & | getDependentParams () |
const DeviceOptions & | getDeviceOptions () const |
const SolverState & | getSolverState () const |
const NetlistLocation & | netlistLocation () const |
const ParameterMap & | getParameterMap () const |
![]() | |
ParameterBase () | |
double | getOriginalValue (int serial_number) |
void | setOriginalValue (int serial_number, double value) |
bool | wasValueGiven (int serial_number) const |
void | setValueGiven (int serial_number, bool value) |
Private Member Functions | |
Instance (const Instance &) | |
Instance & | operator= (const Instance &) |
Static Private Attributes | |
static std::vector < std::vector< int > > | jacStamp_DC_SC_GC |
static std::vector < std::vector< int > > | jacStamp_DC_GC |
static std::vector < std::vector< int > > | jacStamp_SC_GC |
static std::vector < std::vector< int > > | jacStamp_DC_SC |
static std::vector < std::vector< int > > | jacStamp_GC |
static std::vector < std::vector< int > > | jacStamp_SC |
static std::vector < std::vector< int > > | jacStamp_DC |
static std::vector < std::vector< int > > | jacStamp |
static std::vector< int > | jacMap_DC_SC_GC |
static std::vector< int > | jacMap_DC_GC |
static std::vector< int > | jacMap_SC_GC |
static std::vector< int > | jacMap_DC_SC |
static std::vector< int > | jacMap_GC |
static std::vector< int > | jacMap_SC |
static std::vector< int > | jacMap_DC |
static std::vector< int > | jacMap |
static std::vector < std::vector< int > > | jacMap2_DC_SC_GC |
static std::vector < std::vector< int > > | jacMap2_DC_GC |
static std::vector < std::vector< int > > | jacMap2_SC_GC |
static std::vector < std::vector< int > > | jacMap2_DC_SC |
static std::vector < std::vector< int > > | jacMap2_GC |
static std::vector < std::vector< int > > | jacMap2_SC |
static std::vector < std::vector< int > > | jacMap2_DC |
static std::vector < std::vector< int > > | jacMap2 |
static std::vector < std::vector< int > > | jacStamp_D1C_DC_SC_GC |
static std::vector < std::vector< int > > | jacStamp_D1C_DC_GC |
static std::vector < std::vector< int > > | jacStamp_D1C_SC_GC |
static std::vector < std::vector< int > > | jacStamp_D1C_DC_SC |
static std::vector < std::vector< int > > | jacStamp_D1C_GC |
static std::vector < std::vector< int > > | jacStamp_D1C_SC |
static std::vector < std::vector< int > > | jacStamp_D1C_DC |
static std::vector < std::vector< int > > | jacStamp_D1C |
static std::vector< int > | jacMap_D1C_DC_SC_GC |
static std::vector< int > | jacMap_D1C_DC_GC |
static std::vector< int > | jacMap_D1C_SC_GC |
static std::vector< int > | jacMap_D1C_DC_SC |
static std::vector< int > | jacMap_D1C_GC |
static std::vector< int > | jacMap_D1C_SC |
static std::vector< int > | jacMap_D1C_DC |
static std::vector< int > | jacMap_D1C |
static std::vector < std::vector< int > > | jacMap2_D1C_DC_SC_GC |
static std::vector < std::vector< int > > | jacMap2_D1C_DC_GC |
static std::vector < std::vector< int > > | jacMap2_D1C_SC_GC |
static std::vector < std::vector< int > > | jacMap2_D1C_DC_SC |
static std::vector < std::vector< int > > | jacMap2_D1C_GC |
static std::vector < std::vector< int > > | jacMap2_D1C_SC |
static std::vector < std::vector< int > > | jacMap2_D1C_DC |
static std::vector < std::vector< int > > | jacMap2_D1C |
Friends | |
class | ParametricData< Instance > |
class | Model |
class | Traits |
class | Master |
Additional Inherited Members | |
![]() | |
std::vector< int > & | cols |
std::vector< double > & | vals |
NumericalJacobian * | numJacPtr |
bool | psLoaded |
bool | ssLoaded |
bool | rhsLoaded |
bool | origFlag |
int | numIntVars |
int | numExtVars |
int | numStateVars |
int | numStoreVars |
int | numLeadCurrentStoreVars |
bool | loadLeadCurrent |
std::vector< int > | devConMap |
bool | mergeRowColChecked |
![]() | |
void | jacStampMap (std::vector< std::vector< int > > &stamp_parent, std::vector< int > &map_parent, std::vector< std::vector< int > > &map2_parent, std::vector< std::vector< int > > &stamp, std::vector< int > &map, std::vector< std::vector< int > > &map2, int from, int to, int original_size) |
void | jacStampMap_fixOrder (std::vector< std::vector< int > > &stamp_parent, std::vector< std::vector< int > > &map2_parent, std::vector< std::vector< int > > &stamp, std::vector< std::vector< int > > &map2) |
void | outputJacStamp (const std::vector< std::vector< int > > &jac) |
void | outputJacMaps (const std::vector< int > &jacMap, const std::vector< std::vector< int > > &jacMap2) |
![]() | |
const ExternData & | extData |
std::list< index_pair > | intGIDList |
std::list< index_pair > | extGIDList |
std::list< index_pair > | indexPairList |
std::list< index_pair > | staGIDList |
std::vector< int > | intLIDVec |
std::vector< int > | extLIDVec |
std::vector< int > | staLIDVec |
std::vector< int > | stoLIDVec |
std::vector< int > | devLIDs |
std::vector< std::vector< int > > | devJacLIDs |
std::map< int, std::string > | intNameMap |
std::map< int, std::string > | stateNameMap |
std::map< int, std::string > | storeNameMap |
DeviceSupport | devSupport |
Definition at line 88 of file N_DEV_VDMOS.h.
Xyce::Device::VDMOS::Instance::Instance | ( | const Configuration & | configuration, |
const InstanceBlock & | IB, | ||
Model & | Miter, | ||
const FactoryBlock & | factory_block | ||
) |
Definition at line 1083 of file N_DEV_VDMOS.C.
Xyce::Device::VDMOS::Instance::~Instance | ( | ) |
Definition at line 1696 of file N_DEV_VDMOS.C.
|
private |
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 1789 of file N_DEV_VDMOS.C.
|
inline |
Definition at line 156 of file N_DEV_VDMOS.h.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 1952 of file N_DEV_VDMOS.C.
|
inlinevirtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 892 of file N_DEV_VDMOS.h.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 1983 of file N_DEV_VDMOS.C.
|
virtual |
Implements Xyce::Device::DeviceInstance.
Definition at line 2567 of file N_DEV_VDMOS.C.
|
virtual |
Implements Xyce::Device::DeviceInstance.
Definition at line 2522 of file N_DEV_VDMOS.C.
|
virtual |
Implements Xyce::Device::DeviceInstance.
Definition at line 2413 of file N_DEV_VDMOS.C.
|
virtual |
Implements Xyce::Device::DeviceInstance.
Definition at line 2316 of file N_DEV_VDMOS.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 4129 of file N_DEV_VDMOS.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 2013 of file N_DEV_VDMOS.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 1708 of file N_DEV_VDMOS.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 1840 of file N_DEV_VDMOS.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 1929 of file N_DEV_VDMOS.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 2195 of file N_DEV_VDMOS.C.
bool Xyce::Device::VDMOS::Instance::UCCMCharges | ( | double | vgps, |
double | vgpdd, | ||
double | vgpb, | ||
double & | qD, | ||
double & | qS, | ||
double & | qB | ||
) |
Definition at line 4435 of file N_DEV_VDMOS.C.
bool Xyce::Device::VDMOS::Instance::UCCMcvon | ( | double | vbs_local, |
double & | von_local, | ||
double & | dvonvbs_local | ||
) |
Definition at line 4574 of file N_DEV_VDMOS.C.
bool Xyce::Device::VDMOS::Instance::UCCMMeyercap | ( | double | vgps, |
double | vgpdd, | ||
double | vgpb, | ||
double & | cgs, | ||
double & | cgd, | ||
double & | cgb | ||
) |
Definition at line 4267 of file N_DEV_VDMOS.C.
bool Xyce::Device::VDMOS::Instance::UCCMmosa1 | ( | double | vgps, |
double | vdds, | ||
double | dvonvbs, | ||
double & | cdraindrift_loc, | ||
double & | vsate | ||
) |
Definition at line 4615 of file N_DEV_VDMOS.C.
bool Xyce::Device::VDMOS::Instance::UCCMmosa2 | ( | double | vgps, |
double | vdds, | ||
double | dvonvbs, | ||
double & | cdraindrift_loc, | ||
double & | vsate | ||
) |
Definition at line 4826 of file N_DEV_VDMOS.C.
bool Xyce::Device::VDMOS::Instance::UCCMqmeyer | ( | double | vgps, |
double | vgpdd, | ||
double | vgpb, | ||
double | von_local, | ||
double | vddsat_local, | ||
double & | capgs_local, | ||
double & | capgdd_local, | ||
double & | capgb_local, | ||
double | phi, | ||
double | cox | ||
) |
Definition at line 4170 of file N_DEV_VDMOS.C.
|
virtual |
CURRENTS to load into RHS:
Implements Xyce::Device::DeviceInstance.
Definition at line 2643 of file N_DEV_VDMOS.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 3995 of file N_DEV_VDMOS.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 4089 of file N_DEV_VDMOS.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 3620 of file N_DEV_VDMOS.C.
|
friend |
Definition at line 92 of file N_DEV_VDMOS.h.
|
friend |
Definition at line 91 of file N_DEV_VDMOS.h.
|
friend |
Definition at line 90 of file N_DEV_VDMOS.h.
|
friend |
Definition at line 92 of file N_DEV_VDMOS.h.
|
private |
Definition at line 403 of file N_DEV_VDMOS.h.
|
private |
Definition at line 404 of file N_DEV_VDMOS.h.
|
private |
Definition at line 405 of file N_DEV_VDMOS.h.
|
private |
Definition at line 406 of file N_DEV_VDMOS.h.
|
private |
Definition at line 438 of file N_DEV_VDMOS.h.
|
private |
Definition at line 436 of file N_DEV_VDMOS.h.
|
private |
Definition at line 437 of file N_DEV_VDMOS.h.
|
private |
Definition at line 432 of file N_DEV_VDMOS.h.
|
private |
Definition at line 430 of file N_DEV_VDMOS.h.
|
private |
Definition at line 431 of file N_DEV_VDMOS.h.
|
private |
Definition at line 390 of file N_DEV_VDMOS.h.
|
private |
Definition at line 389 of file N_DEV_VDMOS.h.
|
private |
Definition at line 387 of file N_DEV_VDMOS.h.
|
private |
Definition at line 388 of file N_DEV_VDMOS.h.
|
private |
Definition at line 409 of file N_DEV_VDMOS.h.
|
private |
Definition at line 413 of file N_DEV_VDMOS.h.
|
private |
Definition at line 410 of file N_DEV_VDMOS.h.
|
private |
Definition at line 411 of file N_DEV_VDMOS.h.
|
private |
Definition at line 412 of file N_DEV_VDMOS.h.
|
private |
Definition at line 393 of file N_DEV_VDMOS.h.
|
private |
Definition at line 394 of file N_DEV_VDMOS.h.
|
private |
Definition at line 417 of file N_DEV_VDMOS.h.
|
private |
Definition at line 418 of file N_DEV_VDMOS.h.
|
private |
Definition at line 416 of file N_DEV_VDMOS.h.
|
private |
Definition at line 419 of file N_DEV_VDMOS.h.
|
private |
Definition at line 420 of file N_DEV_VDMOS.h.
|
private |
Definition at line 400 of file N_DEV_VDMOS.h.
|
private |
Definition at line 397 of file N_DEV_VDMOS.h.
|
private |
Definition at line 398 of file N_DEV_VDMOS.h.
|
private |
Definition at line 399 of file N_DEV_VDMOS.h.
|
private |
Definition at line 424 of file N_DEV_VDMOS.h.
|
private |
Definition at line 425 of file N_DEV_VDMOS.h.
|
private |
Definition at line 426 of file N_DEV_VDMOS.h.
|
private |
Definition at line 423 of file N_DEV_VDMOS.h.
|
private |
Definition at line 427 of file N_DEV_VDMOS.h.
|
private |
Definition at line 169 of file N_DEV_VDMOS.h.
|
private |
Definition at line 576 of file N_DEV_VDMOS.h.
|
private |
Definition at line 580 of file N_DEV_VDMOS.h.
|
private |
Definition at line 304 of file N_DEV_VDMOS.h.
|
private |
Definition at line 571 of file N_DEV_VDMOS.h.
|
private |
Definition at line 303 of file N_DEV_VDMOS.h.
|
private |
Definition at line 567 of file N_DEV_VDMOS.h.
|
private |
Definition at line 302 of file N_DEV_VDMOS.h.
|
private |
Definition at line 563 of file N_DEV_VDMOS.h.
|
private |
Definition at line 222 of file N_DEV_VDMOS.h.
|
private |
Definition at line 223 of file N_DEV_VDMOS.h.
|
private |
Definition at line 224 of file N_DEV_VDMOS.h.
|
private |
Definition at line 225 of file N_DEV_VDMOS.h.
|
private |
Definition at line 226 of file N_DEV_VDMOS.h.
|
private |
Definition at line 227 of file N_DEV_VDMOS.h.
|
private |
Definition at line 212 of file N_DEV_VDMOS.h.
|
private |
Definition at line 211 of file N_DEV_VDMOS.h.
|
private |
Definition at line 324 of file N_DEV_VDMOS.h.
|
private |
Definition at line 325 of file N_DEV_VDMOS.h.
|
private |
Definition at line 331 of file N_DEV_VDMOS.h.
|
private |
Definition at line 578 of file N_DEV_VDMOS.h.
|
private |
Definition at line 582 of file N_DEV_VDMOS.h.
|
private |
Definition at line 573 of file N_DEV_VDMOS.h.
|
private |
Definition at line 569 of file N_DEV_VDMOS.h.
|
private |
Definition at line 565 of file N_DEV_VDMOS.h.
|
private |
Definition at line 587 of file N_DEV_VDMOS.h.
|
private |
Definition at line 349 of file N_DEV_VDMOS.h.
|
private |
Definition at line 335 of file N_DEV_VDMOS.h.
|
private |
Definition at line 585 of file N_DEV_VDMOS.h.
|
private |
Definition at line 586 of file N_DEV_VDMOS.h.
|
private |
Definition at line 336 of file N_DEV_VDMOS.h.
|
private |
Definition at line 334 of file N_DEV_VDMOS.h.
|
private |
Definition at line 346 of file N_DEV_VDMOS.h.
|
private |
Definition at line 340 of file N_DEV_VDMOS.h.
|
private |
Definition at line 337 of file N_DEV_VDMOS.h.
|
private |
Definition at line 345 of file N_DEV_VDMOS.h.
|
private |
Definition at line 339 of file N_DEV_VDMOS.h.
|
private |
Definition at line 338 of file N_DEV_VDMOS.h.
|
private |
Definition at line 342 of file N_DEV_VDMOS.h.
|
private |
Definition at line 343 of file N_DEV_VDMOS.h.
|
private |
Definition at line 344 of file N_DEV_VDMOS.h.
|
private |
Definition at line 348 of file N_DEV_VDMOS.h.
|
private |
Definition at line 347 of file N_DEV_VDMOS.h.
|
private |
Definition at line 290 of file N_DEV_VDMOS.h.
|
private |
Definition at line 557 of file N_DEV_VDMOS.h.
|
private |
Definition at line 549 of file N_DEV_VDMOS.h.
|
private |
Definition at line 350 of file N_DEV_VDMOS.h.
|
private |
Definition at line 351 of file N_DEV_VDMOS.h.
|
private |
Definition at line 173 of file N_DEV_VDMOS.h.
|
private |
Definition at line 216 of file N_DEV_VDMOS.h.
|
private |
Definition at line 318 of file N_DEV_VDMOS.h.
|
private |
Definition at line 317 of file N_DEV_VDMOS.h.
|
private |
Definition at line 316 of file N_DEV_VDMOS.h.
|
private |
Definition at line 166 of file N_DEV_VDMOS.h.
|
private |
Definition at line 170 of file N_DEV_VDMOS.h.
|
private |
Definition at line 247 of file N_DEV_VDMOS.h.
|
private |
Definition at line 177 of file N_DEV_VDMOS.h.
|
private |
Definition at line 185 of file N_DEV_VDMOS.h.
|
private |
Definition at line 186 of file N_DEV_VDMOS.h.
|
private |
Definition at line 210 of file N_DEV_VDMOS.h.
|
private |
Definition at line 181 of file N_DEV_VDMOS.h.
|
private |
Definition at line 259 of file N_DEV_VDMOS.h.
|
private |
Definition at line 179 of file N_DEV_VDMOS.h.
|
private |
Definition at line 209 of file N_DEV_VDMOS.h.
|
private |
Definition at line 258 of file N_DEV_VDMOS.h.
|
private |
Definition at line 228 of file N_DEV_VDMOS.h.
|
private |
Definition at line 231 of file N_DEV_VDMOS.h.
|
private |
Definition at line 229 of file N_DEV_VDMOS.h.
|
private |
Definition at line 232 of file N_DEV_VDMOS.h.
|
private |
Definition at line 230 of file N_DEV_VDMOS.h.
|
private |
Definition at line 233 of file N_DEV_VDMOS.h.
|
private |
Definition at line 457 of file N_DEV_VDMOS.h.
|
private |
Definition at line 458 of file N_DEV_VDMOS.h.
|
private |
Definition at line 459 of file N_DEV_VDMOS.h.
|
private |
Definition at line 460 of file N_DEV_VDMOS.h.
|
private |
Definition at line 486 of file N_DEV_VDMOS.h.
|
private |
Definition at line 484 of file N_DEV_VDMOS.h.
|
private |
Definition at line 485 of file N_DEV_VDMOS.h.
|
private |
Definition at line 482 of file N_DEV_VDMOS.h.
|
private |
Definition at line 480 of file N_DEV_VDMOS.h.
|
private |
Definition at line 481 of file N_DEV_VDMOS.h.
|
private |
Definition at line 447 of file N_DEV_VDMOS.h.
|
private |
Definition at line 446 of file N_DEV_VDMOS.h.
|
private |
Definition at line 444 of file N_DEV_VDMOS.h.
|
private |
Definition at line 445 of file N_DEV_VDMOS.h.
|
private |
Definition at line 462 of file N_DEV_VDMOS.h.
|
private |
Definition at line 466 of file N_DEV_VDMOS.h.
|
private |
Definition at line 463 of file N_DEV_VDMOS.h.
|
private |
Definition at line 464 of file N_DEV_VDMOS.h.
|
private |
Definition at line 465 of file N_DEV_VDMOS.h.
|
private |
Definition at line 449 of file N_DEV_VDMOS.h.
|
private |
Definition at line 450 of file N_DEV_VDMOS.h.
|
private |
Definition at line 469 of file N_DEV_VDMOS.h.
|
private |
Definition at line 470 of file N_DEV_VDMOS.h.
|
private |
Definition at line 468 of file N_DEV_VDMOS.h.
|
private |
Definition at line 471 of file N_DEV_VDMOS.h.
|
private |
Definition at line 472 of file N_DEV_VDMOS.h.
|
private |
Definition at line 455 of file N_DEV_VDMOS.h.
|
private |
Definition at line 452 of file N_DEV_VDMOS.h.
|
private |
Definition at line 453 of file N_DEV_VDMOS.h.
|
private |
Definition at line 454 of file N_DEV_VDMOS.h.
|
private |
Definition at line 475 of file N_DEV_VDMOS.h.
|
private |
Definition at line 476 of file N_DEV_VDMOS.h.
|
private |
Definition at line 477 of file N_DEV_VDMOS.h.
|
private |
Definition at line 474 of file N_DEV_VDMOS.h.
|
private |
Definition at line 478 of file N_DEV_VDMOS.h.
|
private |
Definition at line 237 of file N_DEV_VDMOS.h.
|
private |
Definition at line 236 of file N_DEV_VDMOS.h.
|
private |
Definition at line 263 of file N_DEV_VDMOS.h.
|
private |
Definition at line 184 of file N_DEV_VDMOS.h.
|
private |
Definition at line 262 of file N_DEV_VDMOS.h.
|
private |
Definition at line 261 of file N_DEV_VDMOS.h.
|
private |
Definition at line 221 of file N_DEV_VDMOS.h.
|
private |
Definition at line 220 of file N_DEV_VDMOS.h.
|
private |
Definition at line 322 of file N_DEV_VDMOS.h.
|
private |
Definition at line 238 of file N_DEV_VDMOS.h.
|
private |
Definition at line 215 of file N_DEV_VDMOS.h.
|
private |
Definition at line 218 of file N_DEV_VDMOS.h.
|
private |
Definition at line 321 of file N_DEV_VDMOS.h.
|
private |
Definition at line 217 of file N_DEV_VDMOS.h.
|
private |
Definition at line 219 of file N_DEV_VDMOS.h.
|
private |
Definition at line 214 of file N_DEV_VDMOS.h.
|
private |
Definition at line 328 of file N_DEV_VDMOS.h.
|
private |
Definition at line 213 of file N_DEV_VDMOS.h.
|
private |
Definition at line 328 of file N_DEV_VDMOS.h.
|
private |
Definition at line 320 of file N_DEV_VDMOS.h.
|
private |
Definition at line 167 of file N_DEV_VDMOS.h.
|
private |
Definition at line 171 of file N_DEV_VDMOS.h.
|
private |
Definition at line 309 of file N_DEV_VDMOS.h.
|
private |
Definition at line 310 of file N_DEV_VDMOS.h.
|
private |
Definition at line 308 of file N_DEV_VDMOS.h.
|
private |
Definition at line 312 of file N_DEV_VDMOS.h.
|
private |
Definition at line 311 of file N_DEV_VDMOS.h.
|
private |
Definition at line 307 of file N_DEV_VDMOS.h.
|
private |
Definition at line 319 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 641 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 650 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 678 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 677 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 672 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 674 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 671 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 675 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 676 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 673 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 649 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 644 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 646 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 643 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 647 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 648 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 645 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 669 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 668 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 663 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 665 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 662 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 666 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 667 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 664 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 640 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 635 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 637 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 634 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 638 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 639 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 636 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 632 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 660 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 659 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 654 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 656 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 653 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 657 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 658 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 655 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 631 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 626 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 628 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 625 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 629 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 630 of file N_DEV_VDMOS.h.
|
staticprivate |
Definition at line 627 of file N_DEV_VDMOS.h.
|
private |
Definition at line 175 of file N_DEV_VDMOS.h.
|
private |
Definition at line 361 of file N_DEV_VDMOS.h.
|
private |
Definition at line 363 of file N_DEV_VDMOS.h.
|
private |
Definition at line 355 of file N_DEV_VDMOS.h.
|
private |
Definition at line 362 of file N_DEV_VDMOS.h.
|
private |
Definition at line 356 of file N_DEV_VDMOS.h.
|
private |
Definition at line 359 of file N_DEV_VDMOS.h.
|
private |
Definition at line 360 of file N_DEV_VDMOS.h.
|
private |
Definition at line 357 of file N_DEV_VDMOS.h.
|
private |
Definition at line 358 of file N_DEV_VDMOS.h.
|
private |
Definition at line 598 of file N_DEV_VDMOS.h.
|
private |
Definition at line 597 of file N_DEV_VDMOS.h.
|
private |
Definition at line 596 of file N_DEV_VDMOS.h.
|
private |
Definition at line 614 of file N_DEV_VDMOS.h.
|
private |
Definition at line 594 of file N_DEV_VDMOS.h.
|
private |
Definition at line 604 of file N_DEV_VDMOS.h.
|
private |
Definition at line 605 of file N_DEV_VDMOS.h.
|
private |
Definition at line 602 of file N_DEV_VDMOS.h.
|
private |
Definition at line 601 of file N_DEV_VDMOS.h.
|
private |
Definition at line 600 of file N_DEV_VDMOS.h.
|
private |
Definition at line 590 of file N_DEV_VDMOS.h.
|
private |
Definition at line 591 of file N_DEV_VDMOS.h.
|
private |
Definition at line 593 of file N_DEV_VDMOS.h.
|
private |
Definition at line 592 of file N_DEV_VDMOS.h.
|
private |
Definition at line 617 of file N_DEV_VDMOS.h.
|
private |
Definition at line 623 of file N_DEV_VDMOS.h.
|
private |
Definition at line 620 of file N_DEV_VDMOS.h.
|
private |
Definition at line 621 of file N_DEV_VDMOS.h.
|
private |
Definition at line 622 of file N_DEV_VDMOS.h.
|
private |
Definition at line 250 of file N_DEV_VDMOS.h.
|
private |
Definition at line 315 of file N_DEV_VDMOS.h.
|
private |
Definition at line 242 of file N_DEV_VDMOS.h.
|
private |
Definition at line 244 of file N_DEV_VDMOS.h.
|
private |
Definition at line 243 of file N_DEV_VDMOS.h.
|
private |
Definition at line 163 of file N_DEV_VDMOS.h.
|
private |
Definition at line 234 of file N_DEV_VDMOS.h.
|
private |
Definition at line 559 of file N_DEV_VDMOS.h.
|
private |
Definition at line 330 of file N_DEV_VDMOS.h.
|
private |
Definition at line 187 of file N_DEV_VDMOS.h.
|
private |
Definition at line 245 of file N_DEV_VDMOS.h.
|
private |
Definition at line 264 of file N_DEV_VDMOS.h.
|
private |
Definition at line 502 of file N_DEV_VDMOS.h.
|
private |
Definition at line 503 of file N_DEV_VDMOS.h.
|
private |
Definition at line 504 of file N_DEV_VDMOS.h.
|
private |
Definition at line 505 of file N_DEV_VDMOS.h.
|
private |
Definition at line 531 of file N_DEV_VDMOS.h.
|
private |
Definition at line 529 of file N_DEV_VDMOS.h.
|
private |
Definition at line 530 of file N_DEV_VDMOS.h.
|
private |
Definition at line 527 of file N_DEV_VDMOS.h.
|
private |
Definition at line 525 of file N_DEV_VDMOS.h.
|
private |
Definition at line 526 of file N_DEV_VDMOS.h.
|
private |
Definition at line 492 of file N_DEV_VDMOS.h.
|
private |
Definition at line 491 of file N_DEV_VDMOS.h.
|
private |
Definition at line 489 of file N_DEV_VDMOS.h.
|
private |
Definition at line 490 of file N_DEV_VDMOS.h.
|
private |
Definition at line 507 of file N_DEV_VDMOS.h.
|
private |
Definition at line 511 of file N_DEV_VDMOS.h.
|
private |
Definition at line 508 of file N_DEV_VDMOS.h.
|
private |
Definition at line 509 of file N_DEV_VDMOS.h.
|
private |
Definition at line 510 of file N_DEV_VDMOS.h.
|
private |
Definition at line 494 of file N_DEV_VDMOS.h.
|
private |
Definition at line 495 of file N_DEV_VDMOS.h.
|
private |
Definition at line 514 of file N_DEV_VDMOS.h.
|
private |
Definition at line 515 of file N_DEV_VDMOS.h.
|
private |
Definition at line 513 of file N_DEV_VDMOS.h.
|
private |
Definition at line 516 of file N_DEV_VDMOS.h.
|
private |
Definition at line 517 of file N_DEV_VDMOS.h.
|
private |
Definition at line 500 of file N_DEV_VDMOS.h.
|
private |
Definition at line 497 of file N_DEV_VDMOS.h.
|
private |
Definition at line 498 of file N_DEV_VDMOS.h.
|
private |
Definition at line 499 of file N_DEV_VDMOS.h.
|
private |
Definition at line 520 of file N_DEV_VDMOS.h.
|
private |
Definition at line 521 of file N_DEV_VDMOS.h.
|
private |
Definition at line 522 of file N_DEV_VDMOS.h.
|
private |
Definition at line 519 of file N_DEV_VDMOS.h.
|
private |
Definition at line 523 of file N_DEV_VDMOS.h.
|
private |
Definition at line 577 of file N_DEV_VDMOS.h.
|
private |
Definition at line 581 of file N_DEV_VDMOS.h.
|
private |
Definition at line 572 of file N_DEV_VDMOS.h.
|
private |
Definition at line 568 of file N_DEV_VDMOS.h.
|
private |
Definition at line 564 of file N_DEV_VDMOS.h.
|
private |
Definition at line 329 of file N_DEV_VDMOS.h.
|
private |
Definition at line 168 of file N_DEV_VDMOS.h.
|
private |
Definition at line 172 of file N_DEV_VDMOS.h.
|
private |
Definition at line 248 of file N_DEV_VDMOS.h.
|
private |
Definition at line 178 of file N_DEV_VDMOS.h.
|
private |
Definition at line 183 of file N_DEV_VDMOS.h.
|
private |
Definition at line 182 of file N_DEV_VDMOS.h.
|
private |
Definition at line 260 of file N_DEV_VDMOS.h.
|
private |
Definition at line 180 of file N_DEV_VDMOS.h.
|
private |
Definition at line 208 of file N_DEV_VDMOS.h.
|
private |
Definition at line 165 of file N_DEV_VDMOS.h.
|
private |
Definition at line 200 of file N_DEV_VDMOS.h.
|
private |
Definition at line 196 of file N_DEV_VDMOS.h.
|
private |
Definition at line 197 of file N_DEV_VDMOS.h.
|
private |
Definition at line 198 of file N_DEV_VDMOS.h.
|
private |
Definition at line 199 of file N_DEV_VDMOS.h.
|
private |
Definition at line 201 of file N_DEV_VDMOS.h.
|
private |
Definition at line 190 of file N_DEV_VDMOS.h.
|
private |
Definition at line 192 of file N_DEV_VDMOS.h.
|
private |
Definition at line 194 of file N_DEV_VDMOS.h.
|
private |
Definition at line 195 of file N_DEV_VDMOS.h.
|
private |
Definition at line 191 of file N_DEV_VDMOS.h.
|
private |
Definition at line 203 of file N_DEV_VDMOS.h.
|
private |
Definition at line 193 of file N_DEV_VDMOS.h.
|
private |
Definition at line 271 of file N_DEV_VDMOS.h.
|
private |
Definition at line 289 of file N_DEV_VDMOS.h.
|
private |
Definition at line 537 of file N_DEV_VDMOS.h.
|
private |
Definition at line 552 of file N_DEV_VDMOS.h.
|
private |
Definition at line 544 of file N_DEV_VDMOS.h.
|
private |
Definition at line 283 of file N_DEV_VDMOS.h.
|
private |
Definition at line 538 of file N_DEV_VDMOS.h.
|
private |
Definition at line 553 of file N_DEV_VDMOS.h.
|
private |
Definition at line 545 of file N_DEV_VDMOS.h.
|
private |
Definition at line 282 of file N_DEV_VDMOS.h.
|
private |
Definition at line 268 of file N_DEV_VDMOS.h.
|
private |
Definition at line 276 of file N_DEV_VDMOS.h.
|
private |
Definition at line 275 of file N_DEV_VDMOS.h.
|
private |
Definition at line 279 of file N_DEV_VDMOS.h.
|
private |
Definition at line 280 of file N_DEV_VDMOS.h.
|
private |
Definition at line 278 of file N_DEV_VDMOS.h.
|
private |
Definition at line 541 of file N_DEV_VDMOS.h.
|
private |
Definition at line 556 of file N_DEV_VDMOS.h.
|
private |
Definition at line 548 of file N_DEV_VDMOS.h.
|
private |
Definition at line 207 of file N_DEV_VDMOS.h.
|
private |
Definition at line 272 of file N_DEV_VDMOS.h.
|
private |
Definition at line 288 of file N_DEV_VDMOS.h.
|
private |
Definition at line 206 of file N_DEV_VDMOS.h.
|
private |
Definition at line 270 of file N_DEV_VDMOS.h.
|
private |
Definition at line 284 of file N_DEV_VDMOS.h.
|
private |
Definition at line 273 of file N_DEV_VDMOS.h.
|
private |
Definition at line 287 of file N_DEV_VDMOS.h.
|
private |
Definition at line 295 of file N_DEV_VDMOS.h.
|
private |
Definition at line 539 of file N_DEV_VDMOS.h.
|
private |
Definition at line 554 of file N_DEV_VDMOS.h.
|
private |
Definition at line 546 of file N_DEV_VDMOS.h.
|
private |
Definition at line 286 of file N_DEV_VDMOS.h.
|
private |
Definition at line 540 of file N_DEV_VDMOS.h.
|
private |
Definition at line 555 of file N_DEV_VDMOS.h.
|
private |
Definition at line 547 of file N_DEV_VDMOS.h.
|
private |
Definition at line 285 of file N_DEV_VDMOS.h.
|
private |
Definition at line 205 of file N_DEV_VDMOS.h.
|
private |
Definition at line 235 of file N_DEV_VDMOS.h.
|
private |
Definition at line 269 of file N_DEV_VDMOS.h.
|
private |
Definition at line 274 of file N_DEV_VDMOS.h.
|
private |
Definition at line 281 of file N_DEV_VDMOS.h.
|
private |
Definition at line 188 of file N_DEV_VDMOS.h.
|
private |
Definition at line 240 of file N_DEV_VDMOS.h.
|
private |
Definition at line 239 of file N_DEV_VDMOS.h.
|
private |
Definition at line 176 of file N_DEV_VDMOS.h.