Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_dma_ex.c4382 for (uint32_t reg_idx = 0U; reg_idx < NODE_MAXIMUM_SIZE; reg_idx++) in DMA_List_FillNode()
4407 uint32_t update_link[NODE_MAXIMUM_SIZE] = {DMA_CLLR_UT1, DMA_CLLR_UT2, DMA_CLLR_UB1, DMA_CLLR_USA, in DMA_List_ConvertNodeToDynamic()
4412 update_link[cllr_idx] = update_link[NODE_MAXIMUM_SIZE - 1U]; in DMA_List_ConvertNodeToDynamic()
4472 uint32_t update_link[NODE_MAXIMUM_SIZE] = {DMA_CLLR_UT1, DMA_CLLR_UT2, DMA_CLLR_UB1, DMA_CLLR_USA, in DMA_List_ConvertNodeToStatic()
4477 update_link[RegisterNumber - 1U] = update_link[NODE_MAXIMUM_SIZE - 1U]; in DMA_List_ConvertNodeToStatic()
4547 for (uint32_t reg_idx = FirstUnusedField; reg_idx < NODE_MAXIMUM_SIZE; reg_idx++) in DMA_List_ClearUnusedFields()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_dma_ex.c4323 for (uint32_t reg_idx = 0U; reg_idx < NODE_MAXIMUM_SIZE; reg_idx++) in DMA_List_FillNode()
4348 uint32_t update_link[NODE_MAXIMUM_SIZE] = {DMA_CLLR_UT1, DMA_CLLR_UT2, DMA_CLLR_UB1, DMA_CLLR_USA, in DMA_List_ConvertNodeToDynamic()
4353 update_link[cllr_idx] = update_link[NODE_MAXIMUM_SIZE - 1U]; in DMA_List_ConvertNodeToDynamic()
4413 uint32_t update_link[NODE_MAXIMUM_SIZE] = {DMA_CLLR_UT1, DMA_CLLR_UT2, DMA_CLLR_UB1, DMA_CLLR_USA, in DMA_List_ConvertNodeToStatic()
4418 update_link[RegisterNumber - 1U] = update_link[NODE_MAXIMUM_SIZE - 1U]; in DMA_List_ConvertNodeToStatic()
4488 for (uint32_t reg_idx = FirstUnusedField; reg_idx < NODE_MAXIMUM_SIZE; reg_idx++) in DMA_List_ClearUnusedFields()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dma_ex.c4381 for (uint32_t reg_idx = 0U; reg_idx < NODE_MAXIMUM_SIZE; reg_idx++) in DMA_List_FillNode()
4406 uint32_t update_link[NODE_MAXIMUM_SIZE] = {DMA_CLLR_UT1, DMA_CLLR_UT2, DMA_CLLR_UB1, DMA_CLLR_USA, in DMA_List_ConvertNodeToDynamic()
4411 update_link[cllr_idx] = update_link[NODE_MAXIMUM_SIZE - 1U]; in DMA_List_ConvertNodeToDynamic()
4471 uint32_t update_link[NODE_MAXIMUM_SIZE] = {DMA_CLLR_UT1, DMA_CLLR_UT2, DMA_CLLR_UB1, DMA_CLLR_USA, in DMA_List_ConvertNodeToStatic()
4476 update_link[RegisterNumber - 1U] = update_link[NODE_MAXIMUM_SIZE - 1U]; in DMA_List_ConvertNodeToStatic()
4546 for (uint32_t reg_idx = FirstUnusedField; reg_idx < NODE_MAXIMUM_SIZE; reg_idx++) in DMA_List_ClearUnusedFields()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_dma_ex.c3990 for (uint32_t reg_idx = 0U; reg_idx < NODE_MAXIMUM_SIZE; reg_idx++) in DMA_List_FillNode()
4015 uint32_t update_link[NODE_MAXIMUM_SIZE] = {DMA_CLLR_UT1, DMA_CLLR_UT2, DMA_CLLR_UB1, DMA_CLLR_USA, in DMA_List_ConvertNodeToDynamic()
4020 update_link[cllr_idx] = update_link[NODE_MAXIMUM_SIZE - 1U]; in DMA_List_ConvertNodeToDynamic()
4080 uint32_t update_link[NODE_MAXIMUM_SIZE] = {DMA_CLLR_UT1, DMA_CLLR_UT2, DMA_CLLR_UB1, DMA_CLLR_USA, in DMA_List_ConvertNodeToStatic()
4085 update_link[RegisterNumber - 1U] = update_link[NODE_MAXIMUM_SIZE - 1U]; in DMA_List_ConvertNodeToStatic()
4155 for (uint32_t reg_idx = FirstUnusedField; reg_idx < NODE_MAXIMUM_SIZE; reg_idx++) in DMA_List_ClearUnusedFields()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dma_ex.c4402 for (uint32_t reg_idx = 0U; reg_idx < NODE_MAXIMUM_SIZE; reg_idx++) in DMA_List_FillNode()
4427 uint32_t update_link[NODE_MAXIMUM_SIZE] = {DMA_CLLR_UT1, DMA_CLLR_UT2, DMA_CLLR_UB1, DMA_CLLR_USA, in DMA_List_ConvertNodeToDynamic()
4432 update_link[cllr_idx] = update_link[NODE_MAXIMUM_SIZE - 1U]; in DMA_List_ConvertNodeToDynamic()
4492 uint32_t update_link[NODE_MAXIMUM_SIZE] = {DMA_CLLR_UT1, DMA_CLLR_UT2, DMA_CLLR_UB1, DMA_CLLR_USA, in DMA_List_ConvertNodeToStatic()
4497 update_link[RegisterNumber - 1U] = update_link[NODE_MAXIMUM_SIZE - 1U]; in DMA_List_ConvertNodeToStatic()
4567 for (uint32_t reg_idx = FirstUnusedField; reg_idx < NODE_MAXIMUM_SIZE; reg_idx++) in DMA_List_ClearUnusedFields()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_dma_ex.h473 #define NODE_MAXIMUM_SIZE (0x0006U) /* Amount of registers of the node */ macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_dma_ex.h611 #define NODE_MAXIMUM_SIZE (0x0008U) /* Amount of registers of the node */ macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_dma_ex.h595 #define NODE_MAXIMUM_SIZE (0x0008U) /* Amount of registers of the node */ macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_dma_ex.h610 #define NODE_MAXIMUM_SIZE (0x0008U) /* Amount of registers of the node */ macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dma_ex.h752 #define NODE_MAXIMUM_SIZE (0x0008U) /* Amount of registers of the node */ macro