Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_lcd.h338 #define LCD_DEADTIME_0 (0x00000000U) /*!< No dead Time */ macro
347 #define IS_LCD_DEAD_TIME(__TIME__) (((__TIME__) == LCD_DEADTIME_0) || \
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_lcd.h251 #define LCD_DEADTIME_0 ((uint32_t)0x00000000) /*!< No dead Time */ macro
701 #define IS_LCD_DEAD_TIME(__TIME__) (((__TIME__) == LCD_DEADTIME_0) || \
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_lcd.h334 #define LCD_DEADTIME_0 ((uint32_t)0x00000000U) /*!< No dead Time */ macro
343 #define IS_LCD_DEAD_TIME(__TIME__) (((__TIME__) == LCD_DEADTIME_0) || \