Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_dsi.h798 #define DSI_FLAG_RRS DSI_WISR_RRS macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dsi.c299 while(__HAL_DSI_GET_FLAG(hdsi, DSI_FLAG_RRS) == 0U) in HAL_DSI_Init()