Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/dma3/
Dfsl_edma.h196 …bool enableChannelPreemption; /*!< If true: a channel can be suspended by other channel with highe… member
438 base->CH[channel].CH_PRI = DMA_CH_PRI_ECP(config->enableChannelPreemption) | in EDMA_SetChannelPreemptionConfig()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/dspi/
Dfsl_dspi_edma.c644 preemption_config_t.enableChannelPreemption = true; in DSPI_MasterTransferEDMA()
872 preemption_config_t.enableChannelPreemption = true; in DSPI_MasterTransferEDMA()
1407 preemption_config_t.enableChannelPreemption = true; in DSPI_SlaveTransferEDMA()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/edma/
Dfsl_edma.h185 …bool enableChannelPreemption; /*!< If true: a channel can be suspended by other channel with highe… member
Dfsl_edma.c299 bool tmpEnableChannelPreemption = config->enableChannelPreemption; in EDMA_SetChannelPreemptionConfig()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/audio/
Dfsl_adapter_sai.c509 preemptionConfig.enableChannelPreemption = dmaConfig->enablePreemption; in HAL_AudioCommonInit()