Home
last modified time | relevance | path

Searched refs:LCD_BIAS_1_4 (Results 1 – 3 of 3) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_lcd.h261 #define LCD_BIAS_1_4 (0x00000000U) /*!< 1/4 Bias */ macro
265 #define IS_LCD_BIAS(__BIAS__) (((__BIAS__) == LCD_BIAS_1_4) || \
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_lcd.h207 #define LCD_BIAS_1_4 ((uint32_t)0x00000000) /*!< 1/4 Bias */ macro
684 #define IS_LCD_BIAS(__BIAS__) (((__BIAS__) == LCD_BIAS_1_4) || \
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_lcd.h257 #define LCD_BIAS_1_4 ((uint32_t)0x00000000U) /*!< 1/4 Bias */ macro
261 #define IS_LCD_BIAS(__BIAS__) (((__BIAS__) == LCD_BIAS_1_4) || \