Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_dma_ex.h476 #define NODE_DYNAMIC_FORMAT (0x0001U) /* DMA channel node dynamic format */ macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_dma_ex.h614 #define NODE_DYNAMIC_FORMAT (0x0001U) /* DMA channel node dynamic format */ macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_dma_ex.h598 #define NODE_DYNAMIC_FORMAT (0x0001U) /* DMA channel node dynamic format */ macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_dma_ex.h613 #define NODE_DYNAMIC_FORMAT (0x0001U) /* DMA channel node dynamic format */ macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dma_ex.h755 #define NODE_DYNAMIC_FORMAT (0x0001U) /* DMA channel node dynamic format */ macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_dma_ex.c4425 … DMA_List_FormatNode(current_node, currentnode_reg_counter, RegisterNumber, NODE_DYNAMIC_FORMAT); in DMA_List_ConvertNodeToDynamic()
4518 if (Format == NODE_DYNAMIC_FORMAT) in DMA_List_FormatNode()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_dma_ex.c4366 … DMA_List_FormatNode(current_node, currentnode_reg_counter, RegisterNumber, NODE_DYNAMIC_FORMAT); in DMA_List_ConvertNodeToDynamic()
4459 if (Format == NODE_DYNAMIC_FORMAT) in DMA_List_FormatNode()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dma_ex.c4424 … DMA_List_FormatNode(current_node, currentnode_reg_counter, RegisterNumber, NODE_DYNAMIC_FORMAT); in DMA_List_ConvertNodeToDynamic()
4517 if (Format == NODE_DYNAMIC_FORMAT) in DMA_List_FormatNode()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_dma_ex.c4033 … DMA_List_FormatNode(current_node, currentnode_reg_counter, RegisterNumber, NODE_DYNAMIC_FORMAT); in DMA_List_ConvertNodeToDynamic()
4126 if (Format == NODE_DYNAMIC_FORMAT) in DMA_List_FormatNode()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dma_ex.c4445 … DMA_List_FormatNode(current_node, currentnode_reg_counter, RegisterNumber, NODE_DYNAMIC_FORMAT); in DMA_List_ConvertNodeToDynamic()
4538 if (Format == NODE_DYNAMIC_FORMAT) in DMA_List_FormatNode()