Home
last modified time | relevance | path

Searched refs:DMA_PDATAALIGN_WORD (Results 1 – 5 of 5) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_dma.h320 #define DMA_PDATAALIGN_WORD ((uint32_t)DMA_CCR_PSIZE_1) /*!< Peripheral data alignment : … macro
324 ((SIZE) == DMA_PDATAALIGN_WORD))
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_dma.h372 #define DMA_PDATAALIGN_WORD DMA_CCR_PSIZE_1 /*!< Peripheral data alignment : Word */ macro
732 ((SIZE) == DMA_PDATAALIGN_WORD))
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_dma.h227 #define DMA_PDATAALIGN_WORD ((uint32_t)DMA_CCR_PSIZE_1) /*!< Peripheral data alignment: … macro
659 ((SIZE) == DMA_PDATAALIGN_WORD))
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_qspi.c1344 else if (hqspi->hdma->Init.PeriphDataAlignment == DMA_PDATAALIGN_WORD) in HAL_QSPI_Transmit_DMA()
1489 else if (hqspi->hdma->Init.PeriphDataAlignment == DMA_PDATAALIGN_WORD) in HAL_QSPI_Receive_DMA()
Dstm32l4xx_hal_ospi.c1407 else if (hospi->hdma->Init.PeriphDataAlignment == DMA_PDATAALIGN_WORD) in HAL_OSPI_Transmit_DMA()
1532 else if (hospi->hdma->Init.PeriphDataAlignment == DMA_PDATAALIGN_WORD) in HAL_OSPI_Receive_DMA()