Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_mdma.c99 #define IS_LL_MDMA_PACKMODE(__VALUE__) (((__VALUE__) == LL_MDMA_PACK_DISABLE) ||…
608 MDMA_InitStruct->PackMode = LL_MDMA_PACK_DISABLE; in LL_MDMA_StructInit()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_mdma.h362 #define LL_MDMA_PACK_DISABLE 0x00000000U /*!< Packing disabled */ macro