Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/dma/
Ddma_mcux_lpc.c79 #define EMPTY_OTRIG -1 macro
520 if (dma_data->otrig_array[otrig_index].linked_channel == EMPTY_OTRIG || in dma_mcux_lpc_configure()
562 if (dma_data->otrig_array[otrig_index].linked_channel != EMPTY_OTRIG && in dma_mcux_lpc_configure()
569 dma_data->otrig_array[otrig_index].linked_channel = EMPTY_OTRIG; in dma_mcux_lpc_configure()
570 dma_data->otrig_array[otrig_index].source_channel = EMPTY_OTRIG; in dma_mcux_lpc_configure()
835 data->otrig_array[i].source_channel = EMPTY_OTRIG; in dma_mcux_lpc_init()
836 data->otrig_array[i].linked_channel = EMPTY_OTRIG; in dma_mcux_lpc_init()