You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.1 KiB

/*
* Copyright (c) Hisilicon Technologies Co., Ltd. 2016-2020. All rights reserved.
* Description: freq header
* Author: BSP software
* Create: 2020-4-14
*/
#ifndef FREQ_H
#define FREQ_H
#define FREQ_400KHZ (400000)
#define FREQ_12MHZ (12000000)
#define FREQ_12DOT5MHZ (12500000)
#define FREQ_24MHZ (24000000)
#define FREQ_25MHZ (25000000)
#define FREQ_15MHZ (15000000)
#define FREQ_37DOT5MHZ (37500000)
#define FREQ_50MHZ (50000000)
#define FREQ_62DOT5MHZ (62500000)
#define FREQ_75MHZ (75000000)
#define FREQ_86DOT4MHZ (86400000)
#define FREQ_100MHZ (100000000)
#define FREQ_125MHZ (125000000)
#define FREQ_150MHZ (150000000)
#define FREQ_166DOT5MHZ (166500000)
#define FREQ_168DOT75MHZ (168750000)
#define FREQ_187MHZ (187000000)
#define FREQ_196MHZ (196000000)
#define FREQ_200MHZ (200000000)
#define FREQ_250MHZ (250000000)
#define FREQ_300MHZ (300000000)
#define FREQ_337DOT5MHZ (377500000)
#define FREQ_400MHZ (400000000)
#endif /* FREQ_H */