Searched refs:nrf_spim_frequency_t (Results 1 – 3 of 3) sorted by relevance
483 } nrf_spim_frequency_t; typedef903 nrf_spim_frequency_t frequency);912 NRF_STATIC_INLINE nrf_spim_frequency_t nrf_spim_frequency_get(NRF_SPIM_Type * p_reg);1421 nrf_spim_frequency_t frequency) in nrf_spim_frequency_set()1426 NRF_STATIC_INLINE nrf_spim_frequency_t nrf_spim_frequency_get(NRF_SPIM_Type * p_reg) in nrf_spim_frequency_get()1428 return (nrf_spim_frequency_t)(p_reg->FREQUENCY); in nrf_spim_frequency_get()
183 nrf_spim_frequency_t frequency; ///< SPIM frequency.708 nrf_spim_frequency_t frequency) in nrfy_spim_frequency_set()
349 static nrf_spim_frequency_t spim_frequency_bit_decode(uint32_t frequency) in spim_frequency_bit_decode()480 nrf_spim_frequency_t frequency = spim_frequency_bit_decode(p_config->frequency); in spim_configure()