Zephyr API Documentation
4.2.0-rc1
A Scalable Open Source RTOS
4.2.0-rc1
Toggle main menu visibility
Main Page
Related Pages
Topics
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
Enumerations
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
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
z
Variables
$
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
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
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
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
Loading...
Searching...
No Matches
microchip_sam_pmc.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2025 Microchip Technology Inc. and its subsidiaries
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_MICROCHIP_SAM_PMC_H_
8
#define ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_MICROCHIP_SAM_PMC_H_
9
10
#define PMC_TYPE_CORE 0
11
#define PMC_TYPE_SYSTEM 1
12
#define PMC_TYPE_PERIPHERAL 2
13
#define PMC_TYPE_GCK 3
14
#define PMC_TYPE_PROGRAMMABLE 4
15
16
#define PMC_SLOW 0
17
#define PMC_MCK 1
18
#define PMC_UTMI 2
19
#define PMC_MAIN 3
20
21
/* SAMA7G5 */
22
#define PMC_CPUPLL (PMC_MAIN + 1)
23
#define PMC_SYSPLL (PMC_MAIN + 2)
24
#define PMC_DDRPLL (PMC_MAIN + 3)
25
#define PMC_IMGPLL (PMC_MAIN + 4)
26
#define PMC_BAUDPLL (PMC_MAIN + 5)
27
#define PMC_AUDIOPMCPLL (PMC_MAIN + 6)
28
#define PMC_AUDIOIOPLL (PMC_MAIN + 7)
29
#define PMC_ETHPLL (PMC_MAIN + 8)
30
#define PMC_CPU (PMC_MAIN + 9)
31
#define PMC_MCK1 (PMC_MAIN + 10)
32
#define UTMI1 0
33
#define UTMI2 1
34
#define UTMI3 2
35
36
#endif
/* ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_MICROCHIP_SAM_PMC_H_ */
zephyr
dt-bindings
clock
microchip_sam_pmc.h
Generated on Sat Jul 5 2025 09:06:52 for Zephyr API Documentation by
1.12.0