Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexspi/
Dfsl_flexspi_dma.c198 dmaTxTriggerConfig.wrap = kDMA_NoWrap; in FLEXSPI_WriteDataDMA()
225 dmaTxTriggerConfig.wrap = kDMA_NoWrap; in FLEXSPI_WriteDataDMA()
237 dmaTxTriggerConfig.wrap = kDMA_DstWrap; in FLEXSPI_WriteDataDMA()
350 dmaRxTriggerConfig.wrap = kDMA_NoWrap; in FLEXSPI_ReadDataDMA()
378 dmaRxTriggerConfig.wrap = kDMA_NoWrap; in FLEXSPI_ReadDataDMA()
388 dmaRxTriggerConfig.wrap = kDMA_SrcWrap; in FLEXSPI_ReadDataDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_dma/
Dfsl_dma.c193 tmpReg |= (uint32_t)(trigger->type) | (uint32_t)(trigger->burst) | (uint32_t)(trigger->wrap); in DMA_ConfigureChannelTrigger()
639 … tmpReg |= (uint32_t)(trigger->type) | (uint32_t)(trigger->burst) | (uint32_t)(trigger->wrap); in DMA_SetChannelConfig()
927 config->trigger == NULL ? kDMA_NoWrap : config->trigger->wrap, in DMA_SubmitChannelTransfer()
Dfsl_dma.h253 dma_burst_wrap_t wrap; /*!< Select wrap type, source wrap or dest wrap, or both. */ member
/hal_nxp-latest/imx/
DREADME16 The peripheral driver wrap the H/W
/hal_nxp-latest/mcux/mcux-sdk/drivers/lcdic/
Dfsl_lcdic_dma.c556 .type = kDMA_RisingEdgeTrigger, .burst = kDMA_EdgeBurstTransfer1, .wrap = kDMA_NoWrap}; in LCDIC_TransferCreateHandleDMA()
/hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/
Dguiconfig.py592 desc = Text(frame, height=12, wrap="none", borderwidth=0,
Dmenuconfig.py1421 help_lines = textwrap.wrap(node.help, _width(_help_win))