Searched refs:freq_value (Results 1 – 2 of 2) sorted by relevance
224 NRFX_STATIC_INLINE void nrfx_clock_hfclkaudio_config_set(uint16_t freq_value);401 NRFX_STATIC_INLINE void nrfx_clock_hfclkaudio_config_set(uint16_t freq_value) in nrfx_clock_hfclkaudio_config_set() argument403 nrf_clock_hfclkaudio_config_set(NRF_CLOCK, freq_value); in nrfx_clock_hfclkaudio_config_set()
813 void nrf_clock_hfclkaudio_config_set(NRF_CLOCK_Type * p_reg, uint16_t freq_value);1287 void nrf_clock_hfclkaudio_config_set(NRF_CLOCK_Type * p_reg, uint16_t freq_value) in nrf_clock_hfclkaudio_config_set() argument1289 p_reg->HFCLKAUDIO.FREQUENCY = freq_value; in nrf_clock_hfclkaudio_config_set()