Zephyr API Documentation
3.0.0
A Scalable Open Source RTOS
3.0.0
Toggle main menu visibility
Main Page
Related Pages
Modules
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
Files
File List
Globals
All
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
mchp_xec_pcr.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2021 Microchip Technology Inc.
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_MCHP_XEC_H_
8
#define ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_MCHP_XEC_H_
9
10
/* PLL and Peripheral 32 KHz clock source */
11
#define MCHP_XEC_CLK32K_SRC_SIL_OSC 0U
12
#define MCHP_XEC_CLK32K_SRC_XTAL 1U
13
#define MCHP_XEC_CLK32K_SRC_PIN 2U
14
15
/* Crystal connection */
16
#define MCHP_XEC_XTAL_PARALLEL 0U
17
#define MCHP_XEC_XTAL_SINGLE_ENDED 1U
18
19
/*
20
* When the 32KHz pin goes down fall back
21
* to either internal silicon oscillator
22
* or crystal.
23
*/
24
#define MCHP_XEC_PIN32K_FB_SIL_OSC 0U
25
#define MCHP_XEC_PIN32K_FB_XTAL 1U
26
27
/* clocks supported by the driver */
28
#define MCHP_XEC_PCR_CLK_CORE 0
29
#define MCHP_XEC_PCR_CLK_CPU 1
30
#define MCHP_XEC_PCR_CLK_BUS 2
31
#define MCHP_XEC_PCR_CLK_PERIPH 3
32
#define MCHP_XEC_PCR_CLK_PERIPH_FAST 4
33
#define MCHP_XEC_PCR_CLK_PERIPH_SLOW 5
34
35
#endif
/* ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_MCHP_XEC_H_ */
include
dt-bindings
clock
mchp_xec_pcr.h
Generated on Mon Feb 21 2022 22:43:01 for Zephyr API Documentation by
1.9.2