OpenCores
URL https://opencores.org/ocsvn/riscv_vhdl/riscv_vhdl/trunk

Subversion Repositories riscv_vhdl

[/] [riscv_vhdl/] [trunk/] [examples/] [common/] [maps/] [map_rfctrl.h] - Blame information for rev 5

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 5 sergeykhbr
/******************************************************************************
2
 * @file
3
 * @copyright Copyright 2015 GNSS Sensor Ltd. All right reserved.
4
 * @author    Sergey Khabarov - sergeykhbr@gmail.com
5
 * @brief     RF Fron-end controller register mapping definition.
6
******************************************************************************/
7
#ifndef __MAP_RFCTRL_H__
8
#define __MAP_RFCTRL_H__
9
 
10
#include <inttypes.h>
11
 
12
typedef struct rfctrl_map {
13
    volatile uint32_t conf1;            // 0x00
14
    volatile uint32_t conf2;            // 0x04
15
    volatile uint32_t conf3;            // 0x08/
16
    volatile uint32_t pllconf;          // 0x0C/
17
    volatile uint32_t div;              // 0x10
18
    volatile uint32_t fdiv;             // 0x14
19
    volatile uint32_t strm;             // 0x18
20
    volatile uint32_t clkdiv;           // 0x1C
21
    volatile uint32_t test1;            // 0x20
22
    volatile uint32_t test2;            // 0x24
23
    volatile uint32_t scale;            // 0x28
24
    volatile uint32_t run;                  // 0x2C
25
    volatile uint32_t reserved1[3];     // 0x30,0x34,0x38
26
    volatile uint32_t rw_ant_status;// 0x3C
27
} rfctrl_map;
28
 
29
#endif  // __MAP_RFCTRL_H__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.