Searched refs:op_state (Results 1 – 1 of 1) sorted by relevance
86 m_cb.op_state == NRFX_PDM_STATE_STARTING) in nrfx_pdm_irq_handler()125 m_cb.op_state = NRFX_PDM_STATE_RUNNING; in nrfx_pdm_irq_handler()133 m_cb.op_state = NRFX_PDM_STATE_IDLE; in nrfx_pdm_irq_handler()201 m_cb.op_state = NRFX_PDM_STATE_IDLE; in nrfx_pdm_init()264 if (m_cb.op_state != NRFX_PDM_STATE_IDLE) in nrfx_pdm_start()281 m_cb.op_state = NRFX_PDM_STATE_STARTING; in nrfx_pdm_start()297 if (m_cb.op_state == NRFX_PDM_STATE_STOPPING) in nrfx_pdm_buffer_set()312 if (m_cb.op_state == NRFX_PDM_STATE_STARTING) in nrfx_pdm_buffer_set()343 if (m_cb.op_state != NRFX_PDM_STATE_RUNNING) in nrfx_pdm_stop()349 m_cb.op_state = NRFX_PDM_STATE_IDLE; in nrfx_pdm_stop()[all …]
Completed in 3 milliseconds