Home
last modified time | relevance | path

Searched refs:clkcfg (Results 1 – 1 of 1) sorted by relevance

/Zephyr-4.1.0/drivers/clock_control/
Dclock_control_max32.c14 static inline int api_on(const struct device *dev, clock_control_subsys_t clkcfg) in api_on() argument
17 struct max32_perclk *perclk = (struct max32_perclk *)(clkcfg); in api_on()
36 static inline int api_off(const struct device *dev, clock_control_subsys_t clkcfg) in api_off() argument
39 struct max32_perclk *perclk = (struct max32_perclk *)(clkcfg); in api_off()
58 static int api_get_rate(const struct device *dev, clock_control_subsys_t clkcfg, uint32_t *rate) in api_get_rate() argument
61 struct max32_perclk *perclk = (struct max32_perclk *)(clkcfg); in api_get_rate()