Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_dma2d.h84 …uint32_t BytesSwap; /*!< Select byte regular mode or bytes swap mode (two by t… member
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_dma2d.c256 assert_param(IS_DMA2D_BYTES_SWAP(hdma2d->Init.BytesSwap)); in HAL_DMA2D_Init()
295 …tance->OPFCCR, DMA2D_OPFCCR_CM | DMA2D_OPFCCR_SB, hdma2d->Init.ColorMode | hdma2d->Init.BytesSwap); in HAL_DMA2D_Init()