Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_qspi.c108 bool volatile activated; /**< Flag indicating whether the QSPI is active. */ member
141 (m_cb.state != desired_state || !m_cb.activated)) in qspi_xfer()
162 if (!m_cb.activated && qspi_activate(true) == NRFX_ERROR_TIMEOUT) in qspi_xfer()
188 if (!m_cb.activated) in qspi_xfer()
370 m_cb.activated = true; in qspi_activate()
380 m_cb.activated = false; in qspi_deactivate()
472 m_cb.activated = false; in nrfx_qspi_init()
492 if (!m_cb.activated) in nrfx_qspi_reconfigure()
528 if (!m_cb.activated && qspi_activate(true) == NRFX_ERROR_TIMEOUT) in nrfx_qspi_cinstr_xfer()
606 if (!m_cb.activated && qspi_activate(true) == NRFX_ERROR_TIMEOUT) in nrfx_qspi_lfm_start()
[all …]
/hal_nordic-latest/nrfx/
DCHANGELOG.md182 - Changed the way that the QSPI peripheral is activated. Now the driver activates the peripheral in…