File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
include/zephyr/drivers/clock_control Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2024 Renesas Electronics Corporation
2
+ * Copyright (c) 2024-2025 Renesas Electronics Corporation
3
3
*
4
4
* SPDX-License-Identifier: Apache-2.0
5
5
*/
57
57
#define RA_CGC_DIV_ADCCLK (n ) UTIL_CAT(BSP_CLOCKS_ADC_CLOCK_DIV_, n)
58
58
#define RA_CGC_DIV_MRICLK (n ) UTIL_CAT(BSP_CLOCKS_SYS_CLOCK_DIV_, n)
59
59
#define RA_CGC_DIV_NPUCLK (n ) UTIL_CAT(BSP_CLOCKS_SYS_CLOCK_DIV_, n)
60
+ #define RA_CGC_DIV_BCLKA (n ) UTIL_CAT(BSP_CLOCKS_BCLKA_CLOCK_DIV_, n)
61
+ #define RA_CGC_DIV_ESWCLK (n ) UTIL_CAT(BSP_CLOCKS_ESW_CLOCK_DIV_, n)
62
+ #define RA_CGC_DIV_ESWPHYCLK (n ) UTIL_CAT(BSP_CLOCKS_ESWPHY_CLOCK_DIV_, n)
63
+ #define RA_CGC_DIV_ETHPHYCLK (n ) UTIL_CAT(BSP_CLOCKS_ETHPHY_CLOCK_DIV_, n)
64
+ #define RA_CGC_DIV_ESCCLK (n ) UTIL_CAT(BSP_CLOCKS_ESC_CLOCK_DIV_, n)
65
+ #define RA_CGC_DIV_DSMIFCLK (n ) UTIL_CAT(BSP_CLOCKS_DSMIF_CLOCK_DIV_, n)
60
66
61
67
#define BSP_CLOCKS_SOURCE_PLL BSP_CLOCKS_SOURCE_CLOCK_PLL
62
68
#define BSP_CLOCKS_SOURCE_PLLP BSP_CLOCKS_SOURCE_CLOCK_PLL
You can’t perform that action at this time.
0 commit comments