Home
last modified time | relevance | path

Searched full:request_source (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/dts/bindings/spi/
Dinfineon,xmc4xxx-spi.yaml51 by the macro XMC4XXX_SET_CONFIG(line, request_source). Use the following steps to properly
52 select parameters line, request_source:
59 3. Select request_source from Table "DMA Request Source Selection" in XMC4XXX reference
63 The interrupt would map to SR1. From Table "DMA Request Source Selection", request_source
/Zephyr-latest/dts/bindings/serial/
Dinfineon,xmc4xxx-uart.yaml96 by the macro XMC4XXX_SET_CONFIG(line, request_source). Use the following steps to properly
97 select parameters line, request_source:
104 3. Select request_source from Table "DMA Request Source Selection" in XMC4XXX reference
108 The interrupt would map to SR1. From Table "DMA Request Source Selection", request_source
/Zephyr-latest/drivers/dma/
Ddma_xmc4xxx.c223 uint8_t request_source = XMC4XXX_DMA_GET_REQUEST_SOURCE(config->dma_slot); in dma_xmc4xxx_config() local
248 DLR->SRSEL0 |= request_source << (dlr_line_reg * DLR_SRSEL_RS_BITSIZE); in dma_xmc4xxx_config()
254 DLR->SRSEL1 |= request_source << (dlr_line_reg * DLR_SRSEL_RS_BITSIZE); in dma_xmc4xxx_config()