Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_spi.h278 NRF_STATIC_INLINE void nrf_spi_frequency_set(NRF_SPI_Type * p_reg,
429 NRF_STATIC_INLINE void nrf_spi_frequency_set(NRF_SPI_Type * p_reg, in nrf_spi_frequency_set() function
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_spi.c124 nrf_spi_frequency_set(p_instance->p_reg, p_config->frequency); in spi_configure()