Line data Source code
1 0 : /*
2 : * Copyright (c) 2025 Infineon Technologies AG,
3 : * or an affiliate of Infineon Technologies AG.
4 : *
5 : * SPDX-License-Identifier: Apache-2.0
6 : */
7 :
8 : /* Select the IHO as the output of the path mux */
9 0 : #define IFX_CAT1_CLKPATH_IN_IHO 0
10 :
11 : /* Select the EXT as the output of the path mux */
12 0 : #define IFX_CAT1_CLKPATH_IN_EXT 1
13 :
14 : /* Select the ECO as the output of the path mux */
15 0 : #define IFX_CAT1_CLKPATH_IN_ECO 2
16 :
17 : /* Select the IMO as the output of the path mux */
18 0 : #define IFX_CAT1_CLKPATH_IN_IMO 3
19 :
20 : /* Select the ALTHF0 as the output of the path mux */
21 0 : #define IFX_CAT1_CLKPATH_IN_ALTHF0 4
22 :
23 : /* Select the ALTHF1 as the output of the path mux */
24 0 : #define IFX_CAT1_CLKPATH_IN_ALTHF1 5
25 :
26 : /* Select the DSI MUX output as the output of the path mux */
27 0 : #define IFX_CAT1_CLKPATH_IN_DSIMUX 7
28 :
29 : /* Select a DSI signal (0 - 15) as the output of the DSI mux and path mux.
30 : * Make sure the DSI clock sources are available on used device.
31 : */
32 0 : #define IFX_CAT1_CLKPATH_IN_DSI 0x100
33 :
34 : /* Select the ILO (16) as the output of the DSI mux and path mux */
35 0 : #define IFX_CAT1_CLKPATH_IN_ILO 0x110
36 :
37 : /* Select the WCO (17) as the output of the DSI mux and path mux */
38 0 : #define IFX_CAT1_CLKPATH_IN_WCO 0x111
39 :
40 : /* Select the ALTLF (18) as the output of the DSI mux and path mux.
41 : * Make sure the ALTLF clock sources in available on used device.
42 : */
43 0 : #define IFX_CAT1_CLKPATH_IN_ALTLF 0x112
44 :
45 : /* Select the PILO (19) as the output of the DSI mux and path mux.
46 : * Make sure the PILO clock sources in available on used device.
47 : */
48 0 : #define IFX_CAT1_CLKPATH_IN_PILO 0x113
|