Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_qspi.h494 NRF_STATIC_INLINE uint32_t nrf_qspi_ifconfig0_raw_get(NRF_QSPI_Type const * p_reg);
865 NRF_STATIC_INLINE uint32_t nrf_qspi_ifconfig0_raw_get(NRF_QSPI_Type const * p_reg) in nrf_qspi_ifconfig0_raw_get() function
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_qspi.c333 uint32_t regval = nrf_qspi_ifconfig0_raw_get(NRF_QSPI); in qspi_configure()