Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/dma/
Ddma_si32.c39 unsigned int tmd: 3; /* transfer mode */ member
291 channel_data->tmd = SI32_DMADESC_A_CONFIG_TMD_AUTO_REQUEST_VALUE; in dma_si32_config()
300 channel_data->tmd = SI32_DMADESC_A_CONFIG_TMD_BASIC_VALUE; in dma_si32_config()
377 channel_desc->CONFIG.TMD = channel_data->tmd; in dma_si32_start()