Searched refs:freq_value (Results 1 – 2 of 2) sorted by relevance
207 NRFX_STATIC_INLINE void nrfx_clock_hfclkaudio_config_set(uint16_t freq_value);341 NRFX_STATIC_INLINE void nrfx_clock_hfclkaudio_config_set(uint16_t freq_value) in nrfx_clock_hfclkaudio_config_set() argument343 nrf_clock_hfclkaudio_config_set(NRF_CLOCK, freq_value); in nrfx_clock_hfclkaudio_config_set()
541 void nrf_clock_hfclkaudio_config_set(NRF_CLOCK_Type * p_reg, uint16_t freq_value);909 void nrf_clock_hfclkaudio_config_set(NRF_CLOCK_Type * p_reg, uint16_t freq_value) in nrf_clock_hfclkaudio_config_set() argument911 p_reg->HFCLKAUDIO.FREQUENCY = freq_value; in nrf_clock_hfclkaudio_config_set()
Completed in 4 milliseconds