USB EPROM/Flash Programmer
Functions
vgenerator.cpp File Reference

Implementation of the Voltage Generator Classes. More...

#include <cstring>
#include "modules/vgenerator.hpp"
#include "config.hpp"
#include "hal/flash.hpp"
Include dependency graph for vgenerator.cpp:

Functions

bool operator== (const VddConfig &a, const VddConfig &b)
 
bool operator== (const VppConfig &a, const VppConfig &b)
 
bool operator== (const VGenConfig &a, const VGenConfig &b)
 
bool operator!= (const VGenConfig &a, const VGenConfig &b)
 

Detailed Description

Implementation of the Voltage Generator Classes.

Author
Robson Martins (https://www.robsonmartins.com)

Function Documentation

◆ operator==() [1/3]

bool operator== ( const VddConfig a,
const VddConfig b 
)
Parameters
aOne object.
bAnother object.
Returns
True if the objects contain equal values, false otherwise.

◆ operator==() [2/3]

bool operator== ( const VppConfig a,
const VppConfig b 
)
Parameters
aOne object.
bAnother object.
Returns
True if the objects contain equal values, false otherwise.

◆ operator==() [3/3]

bool operator== ( const VGenConfig a,
const VGenConfig b 
)
Parameters
aOne object.
bAnother object.
Returns
True if the objects contain equal values, false otherwise.

◆ operator!=()

bool operator!= ( const VGenConfig a,
const VGenConfig b 
)
Parameters
aOne object.
bAnother object.
Returns
True if the objects contain different values, false otherwise.