Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_qspi.h577 NRF_STATIC_INLINE nrf_qspi_erase_len_t nrf_qspi_erase_len_get(NRF_QSPI_Type const * p_reg);
929 NRF_STATIC_INLINE nrf_qspi_erase_len_t nrf_qspi_erase_len_get(NRF_QSPI_Type const * p_reg) in nrf_qspi_erase_len_get() function
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_qspi.c957 p_erase->len = nrf_qspi_erase_len_get(NRF_QSPI); in qspi_event_erase_handle()