Home
last modified time | relevance | path

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

/bsp/k230/drivers/interdrv/pdma/
A Ddrv_pdma.c254 pdma_ctrl.chan[i].is_hw_configured = RT_FALSE; in k230_pdma_request_channel()
307 pdma_ctrl.chan[ch].is_hw_configured = RT_FALSE; in k230_pdma_release_channel()
343 if (pdma_ctrl.chan[ch].is_hw_configured == RT_FALSE) in k230_pdma_start()
362 pdma_ctrl.chan[ch].is_hw_configured == RT_FALSE; in k230_pdma_start()
565 pdma_ctrl.chan[ch].is_hw_configured = RT_TRUE; in k230_pdma_config()
618 pdma_ctrl.chan[ch].is_hw_configured = RT_FALSE; in _k230_pdma_safe_stop()
A Ddrv_pdma.h297 …rt_bool_t is_hw_configured; /**< Hardware config flag (must set via k230_pdma_config() before sta… member

Completed in 10 milliseconds