Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dsi.c2063 …TypeDef HAL_DSI_PatternGeneratorStart(DSI_HandleTypeDef *hdsi, uint32_t Mode, uint32_t Orientation) in HAL_DSI_PatternGeneratorStart() argument
2070 hdsi->Instance->VMCR |= ((Mode<<20U) | (Orientation<<24U)); in HAL_DSI_PatternGeneratorStart()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_dsi.h1171 …ypeDef HAL_DSI_PatternGeneratorStart(DSI_HandleTypeDef *hdsi, uint32_t Mode, uint32_t Orientation);