Home
last modified time | relevance | path

Searched defs:ul_pll_id (Results 1 – 1 of 1) sorted by relevance

/btstack/port/samv71-xplained-atwilc3000/ASF/common/services/clock/samv71/
H A Dpll.h147 static inline void pll_config_read(struct pll_config *p_cfg, uint32_t ul_pll_id) in pll_config_read()
158 static inline void pll_config_write(const struct pll_config *p_cfg, uint32_t ul_pll_id) in pll_config_write()
170 static inline void pll_enable(const struct pll_config *p_cfg, uint32_t ul_pll_id) in pll_enable()
185 static inline void pll_disable(uint32_t ul_pll_id) in pll_disable()
196 static inline uint32_t pll_is_locked(uint32_t ul_pll_id) in pll_is_locked()
225 static inline void pll_enable_config_defaults(unsigned int ul_pll_id) in pll_enable_config_defaults()