Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_lcd.c174 assert_param(IS_LCD_HIGH_DRIVE(hlcd->Init.HighDrive)); in HAL_LCD_Init()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_lcd.h750 #define IS_LCD_HIGH_DRIVE(__VALUE__) (((__VALUE__) == LCD_HIGHDRIVE_DISABLE) || \ macro