void hit_ex1(void)
Definition: mainwnd.c:1337
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include "font.h"
#include "touch.h"
#include "mainwnd.h"
#include "textbox.h"
#include "config.h"
#include "fftwnd.h"
#include "generator.h"
#include "measurement.h"
#include "oslcal.h"
#include "panvswr2.h"
#include "panfreq.h"
#include "main.h"
#include "usbd_storage.h"
#include "ff_gen_drv.h"
#include "sd_diskio.h"
#include "crash.h"
#include "dsp.h"
#include "gen.h"
#include "aauart.h"
#include "build_timestamp.h"
#include "tdr.h"
#include "screenshot.h"
#include "spectr.h"
#include "stm32_ub_adc3_single.h"
#include "DS3231.h"
Macros | |
#define | M_BGCOLOR LCD_RGB(0,0,64) |
#define | M_FGCOLOR LCD_RGB(255,255,0) |
#define | COL1 10 |
#define | COL2 230 |
#define | RXB_SIZE 64 |
#define | TBX0 190 |
#define | Fieldw1 70 |
#define | TBX1 300 |
#define | Fieldw2 60 |
#define | FieldH 36 |
#define | TBY 90 |
#define | XXa 2 |
#define | COL3 380 |
Variables | |
static uint32_t | date |
static uint32_t | time |
uint32_t | RTCpresent |
static TEXTBOX_CTX_t | main_ctx |
static TEXTBOX_t | hbMeas |
static TEXTBOX_t | hbTools |
static TEXTBOX_t | hbGen |
static TEXTBOX_t | hbSettings |
static TEXTBOX_t | hbDatPc |
static TEXTBOX_t | hbTimestamp |
static TEXTBOX_CTX_t | main_ctx1 |
static TEXTBOX_t | hbSingle |
static TEXTBOX_t | hbPan |
static TEXTBOX_t | hbMulti |
static TEXTBOX_t | hbTun |
static TEXTBOX_t | hbMain |
static TEXTBOX_CTX_t | menu1_ctx |
static TEXTBOX_CTX_t | fctx1 |
static TEXTBOX_t | hbPict |
static TEXTBOX_t | hbUSB |
static TEXTBOX_t | hbMain1 |
static TEXTBOX_CTX_t | menu2_ctx |
static TEXTBOX_CTX_t | menu3_ctx |
static TEXTBOX_CTX_t | menuRTC_ctx |
static TEXTBOX_CTX_t | osci_ctx |
static USBD_HandleTypeDef | USBD_Device |
char | SDPath [4] |
FATFS | SDFatFs |
uint8_t | second |
static FILINFO | fno |
static int | voltage |
static bool | rqExit1 |
static char | rxstr [RXB_SIZE+1] |
static uint32_t | rx_ctr = 0 |
static char * | rxstr_p |
static uint32_t | _fCenter = 10000000ul |
static uint32_t | _fSweep = 100000ul |
static const char * | ERR = "ERROR\r" |
static const char * | OK = "OK\r" |
static TCHAR | fileNames [13][13] |
static uint16_t | Pointer |
static uint16_t | Line |
static uint16_t | Pmax |
static uint8_t | EndFlag |
static uint16_t | rqExit |
static uint16_t | rqExitR |
static uint16_t | newLoad |
static uint16_t | FileNo |
volatile int | Page |
static const TEXTBOX_t | tb_reload [] |
static uint8_t | second1 |
static const TEXTBOX_t | tb_col [] |
static const TEXTBOX_t | tb_menuTools [] |
static int | VoltCase |
static int | Volt_max_Display |
static int | Volt_min_Display |
static int | Volt_max_Factor |
static uint32_t | color1 |
static uint32_t | color2 |
int | BattVoltage |
int | Batt |
float | VoltFloat |
float | percent |
int | cntr |
int | CountMax |
char | text1 [25] |
static int | rqExit3 |
static const TEXTBOX_t | volt_menu [] |
static uint32_t | date2 |
static uint32_t | time2 |
static uint32_t | rtctime |
static const TEXTBOX_t | tb_menu1 [] |
static uint32_t | SImax |
static uint32_t | fmax |
static uint32_t | f5 |
char | str1 [60] |
uint32_t | SI5351_MAX_FREQ [] ={160000000,200000000,260000000,270000000,280000000,290000000,300000000} |
TEXTBOX_t | hbEx1 |
TEXTBOX_t | hbSave1 |
static const TEXTBOX_t | tb_menu2 [] |
#define COL1 10 |
#define COL2 230 |
#define COL3 380 |
#define FieldH 36 |
#define Fieldw1 70 |
#define Fieldw2 60 |
#define M_BGCOLOR LCD_RGB(0,0,64) |
#define M_FGCOLOR LCD_RGB(255,255,0) |
#define RXB_SIZE 64 |
#define TBX0 190 |
#define TBX1 300 |
#define TBY 90 |
#define XXa 2 |
|
static |
uint32_t GetInternTime | ( | uint8_t * | secondsx | ) |
uint32_t NumKeypad | ( | uint32_t | initial, |
uint32_t | min_value, | ||
uint32_t | max_value, | ||
const char * | header_text | ||
) |
|
static |
void SetInternTime | ( | uint32_t | timx | ) |
void Sleep | ( | uint32_t | ) |
uint8_t TestDate | ( | void | ) |
uint32_t TestLoopOsci | ( | uint32_t | f_begin, |
uint32_t | f_stop | ||
) |
bool TestRTCpresent | ( | void | ) |
|
static |
void | ( | Delete(void) | ) |
void | ( | ShowP(void) | ) |
void | ( | Next(void) | ) |
void | ( | NextPage(void) | ) |
void | ( | Prev(void) | ) |
|
static |
|
static |
int Batt |
int BattVoltage |
int cntr |
|
static |
|
static |
int CountMax |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
TEXTBOX_t hbEx1 |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
TEXTBOX_t hbSave1 |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
volatile int Page |
float percent |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
uint32_t RTCpresent |
|
static |
|
static |
|
static |
|
static |
FATFS SDFatFs |
char SDPath[4] |
uint8_t second |
|
static |
uint32_t SI5351_MAX_FREQ[] ={160000000,200000000,260000000,270000000,280000000,290000000,300000000} |
|
static |
char str1[60] |
|
static |
|
static |
|
static |
|
static |
|
static |
char text1[25] |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
float VoltFloat |