ccNOos
v0.0.0
Build Portable Microcontroller Applications!
ADRF6650.h
Go to the documentation of this file.
1
/** \file ADRF6650.h
2
* \brief <a href="https://www.inmechasol.org/" target="_blank">IMS</a>:
3
<a href="https://github.com/InMechaSol/ccNOos" target="_blank">ccNOos</a>,
4
Declarations for straight C and C++
5
6
Copyright 2021 <a href="https://www.inmechasol.org/" target="_blank">InMechaSol, Inc</a>
7
8
Licensed under the Apache License, Version 2.0(the "License");
9
you may not use this file except in compliance with the License.
10
You may obtain a copy of the License at
11
12
http://www.apache.org/licenses/LICENSE-2.0
13
14
Unless required by applicable law or agreed to in writing, software
15
distributed under the License is distributed on an "AS IS" BASIS,
16
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
See the License for the specific language governing permissions and
18
limitations under the License.
19
20
Notes:
21
(.c includes .h) - for straight C or
22
(.cpp includes .c which includes .h) - for C++ wrapped straight C
23
*Always compiled to a single compilation unit, either C or CPP, not both
24
25
*/
26
27
#ifndef ADRF6660_H
28
#define ADRF6660_H
29
30
#include "
ADRF6650_Map.h
"
31
#include "
version_config.h
"
32
33
34
struct
ADRF6650DataStruct
35
{
36
float
DesiredCenterFreqMHz
;
37
float
RequiredLOFreqMHz
;
38
UI_8
LockedOnRequiredLOFreq
;
39
};
40
41
#define DVGA_MAX_ATTEN 43
42
43
typedef
enum
{
44
DVGA_SPI_MODE
,
45
DVGA_UP_DOWN_MODE
46
}
dvga_mode_t
;
47
48
// public scoped functions
49
struct
ADRF6650DataStruct
CreateADRF6650Data
();
// data initialization function - like a class constructor
50
51
52
53
54
#endif // ADRF6660_CLASS_H
ADRF6650DataStruct
Definition:
ADRF6650.h:35
ADRF6650DataStruct::DesiredCenterFreqMHz
float DesiredCenterFreqMHz
Definition:
ADRF6650.h:36
CreateADRF6650Data
struct ADRF6650DataStruct CreateADRF6650Data()
Definition:
ADRF6650.c:29
DVGA_UP_DOWN_MODE
@ DVGA_UP_DOWN_MODE
Definition:
ADRF6650.h:45
ADRF6650_Map.h
IMS: ccNOos, Declarations for straight C and C++
ADRF6650DataStruct::RequiredLOFreqMHz
float RequiredLOFreqMHz
Definition:
ADRF6650.h:37
dvga_mode_t
dvga_mode_t
Definition:
ADRF6650.h:43
version_config.h
IMS: ccNOos, Declarations for straight C and C++
DVGA_SPI_MODE
@ DVGA_SPI_MODE
Definition:
ADRF6650.h:44
ADRF6650DataStruct::LockedOnRequiredLOFreq
UI_8 LockedOnRequiredLOFreq
Definition:
ADRF6650.h:38
ccLibs
devices
ADRF6650
ADRF6650.h
Generated by
1.8.20