Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_lcd.h240 #define LCD_DUTY_STATIC (0x00000000U) /*!< Static duty */ macro
246 #define IS_LCD_DUTY(__DUTY__) (((__DUTY__) == LCD_DUTY_STATIC) || \
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_lcd.h194 #define LCD_DUTY_STATIC ((uint32_t)0x00000000) /*!< Static duty */ macro
678 #define IS_LCD_DUTY(__DUTY__) (((__DUTY__) == LCD_DUTY_STATIC) || \
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_lcd.h236 #define LCD_DUTY_STATIC ((uint32_t)0x00000000U) /*!< Static duty */ macro
242 #define IS_LCD_DUTY(__DUTY__) (((__DUTY__) == LCD_DUTY_STATIC) || \