Go to the source code of this file.
Data Structures | |
struct | HAM_BANDS |
Enumerations | |
enum | BANDSPAN { BS2, BS4, BS10, BS20, BS40, BS100, BS200, BS400, BS1000, BS2M, BS4M, BS10M, BS20M, BS30M, BS40M, BS100M, BS200M, BS250M, BS300M, BS350M, BS400M, BS450M, BS500M } |
Functions | |
float | DSP_CalcX (void) |
void | PANVSWR2_Proc (void) |
unsigned long | GetUpper (int i) |
unsigned long | GetLower (int i) |
int | GetBandNr (unsigned long frequ) |
void | Sleep (uint32_t nms) |
void | Tune_SWR_Proc (void) |
void | Quartz_proc (void) |
void | setup_GPIO (void) |
Variables | |
const char * | BSSTR [] |
const char * | BSSTR_HALF [] |
const uint32_t | BSVALUES [] |
static uint32_t | multi_fr [5] |
uint8_t | SWRTone |
static uint8_t | loudness |
static int | BeepIsActive |
enum BANDSPAN |
float DSP_CalcX | ( | void | ) |
int GetBandNr | ( | unsigned long | frequ | ) |
unsigned long GetLower | ( | int | i | ) |
unsigned long GetUpper | ( | int | i | ) |
void Sleep | ( | uint32_t | nms | ) |
|
static |
const char* BSSTR[] |
const char* BSSTR_HALF[] |
const uint32_t BSVALUES[] |
|
static |
|
static |
uint8_t SWRTone |