Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_dspi_edma.c643 edma_channel_Preemption_config_t preemption_config_t; in DSPI_MasterTransferEDMA() local
644 preemption_config_t.enableChannelPreemption = true; in DSPI_MasterTransferEDMA()
645 preemption_config_t.enablePreemptAbility = true; in DSPI_MasterTransferEDMA()
646 preemption_config_t.channelPriority = channelPriorityLow; in DSPI_MasterTransferEDMA()
649 &preemption_config_t); in DSPI_MasterTransferEDMA()
651 preemption_config_t.channelPriority = channelPriorityHigh; in DSPI_MasterTransferEDMA()
653 … handle->edmaIntermediaryToTxRegHandle->channel, &preemption_config_t); in DSPI_MasterTransferEDMA()
870 edma_channel_Preemption_config_t preemption_config_t; in DSPI_MasterTransferEDMA() local
871 preemption_config_t.enableChannelPreemption = true; in DSPI_MasterTransferEDMA()
872 preemption_config_t.enablePreemptAbility = true; in DSPI_MasterTransferEDMA()
[all …]