global_definitions.h
来自「silicon wireless开发套件F920+Si4432原理图,源码」· C头文件 代码 · 共 52 行
H
52 行
/*
** ============================================================================
**
** FILE
** menu.h
**
** DESCRIPTION
** Header file for menu handling
**
** CREATED
** Silicon Laboratories Hungary Ltd
**
** COPYRIGHT
** Copyright 2008 Silicon Laboratories, Inc.
** http://www.silabs.com
**
** ============================================================================
*/
#ifndef GLOBAL_DEF_H
#define GLOBAL_DEF_H
/* ======================================= *
* D E F I N I T I O N S *
* ======================================= */
/* ------------------------------------------------------------ *
* This definitions enables special test functions *
* (it requires USB_connection.c file) *
* ONLY FOR DEBUG PURPOSES! *
* ------------------------------------------------------------ */
#define USB_CONNECTION_SUPPORT
#define MAX_FREQ_SETTING 10
#define MAX_ARIB_FREQ_SETTING 4
#define NMBR_OF_GFSK_SAMPLE_SETTING 9
#define NMBR_OF_OOK_SAMPLE_SETTING 3
#define NMBR_OF_ARIB_SAMPLE_SETTING 2
#define NMBR_OF_PARAMETER 13
#define EE_ADDRESS_FIRST_PLUG 0x0130
#define BUTTON_NON 0
#define BUTTON_1 1
#define BUTTON_2 2
#define BUTTON_3 3
#define BUTTON_4 4
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?