Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/drivers/dma/
Ddma_mcux_edma.c100 uint8_t new_header; in channel_irq() local
106 new_header = (uint8_t)sga_index; in channel_irq()
108 new_header = sga_index != 0U ? in channel_irq()
113 if (new_header == (uint8_t)handle->header) { in channel_irq()
123 tcds_done = (uint32_t)new_header - (uint32_t)handle->header; in channel_irq()
129 handle->header = (int8_t)new_header; in channel_irq()
/Zephyr-Core-2.7.6/doc/
Dzephyr.doxyfile.in1067 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1069 # and then modify the file new_header.html. See also section "Doxygen usage"