Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_dsi.h1248 #define IS_DSI_LOOSELY_PACKED(LooselyPacked) (((LooselyPacked) == DSI_LOOSELY_PACKED_ENABLE)… macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dsi.c1006 assert_param(IS_DSI_LOOSELY_PACKED(VidCfg->LooselyPacked)); in HAL_DSI_ConfigVideoMode()