Home
last modified time | relevance | path

Searched refs:__BIAS__ (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_adc.h1150 #define IS_ADC_PGA_BIAS(__BIAS__) (((__BIAS__) == ADC_PGA_BIAS_050_BAT) || \ argument
1151 ((__BIAS__) == ADC_PGA_BIAS_055_BAT) || \
1152 ((__BIAS__) == ADC_PGA_BIAS_060_BAT) || \
1153 ((__BIAS__) == ADC_PGA_BIAS_065_BAT) || \
1154 ((__BIAS__) == ADC_PGA_BIAS_070_BAT) || \
1155 ((__BIAS__) == ADC_PGA_BIAS_075_BAT) || \
1156 ((__BIAS__) == ADC_PGA_BIAS_080_BAT) || \
1157 ((__BIAS__) == ADC_PGA_BIAS_090_BAT) )
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_lcd.h244 #define IS_LCD_BIAS(__BIAS__) (((__BIAS__) == LCD_BIAS_1_4) || \ argument
245 ((__BIAS__) == LCD_BIAS_1_2) || \
246 ((__BIAS__) == LCD_BIAS_1_3))
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_lcd.h669 #define IS_LCD_BIAS(__BIAS__) (((__BIAS__) == LCD_BIAS_1_4) || \ argument
670 ((__BIAS__) == LCD_BIAS_1_2) || \
671 ((__BIAS__) == LCD_BIAS_1_3))
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_lcd.h248 #define IS_LCD_BIAS(__BIAS__) (((__BIAS__) == LCD_BIAS_1_4) || \ argument
249 ((__BIAS__) == LCD_BIAS_1_2) || \
250 ((__BIAS__) == LCD_BIAS_1_3))
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_lcd.h668 #define IS_LCD_BIAS(__BIAS__) (((__BIAS__) == LCD_BIAS_1_4) || \ argument
669 ((__BIAS__) == LCD_BIAS_1_2) || \
670 ((__BIAS__) == LCD_BIAS_1_3))
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_lcd.h666 #define IS_LCD_BIAS(__BIAS__) (((__BIAS__) == LCD_BIAS_1_4) || \ argument
667 ((__BIAS__) == LCD_BIAS_1_2) || \
668 ((__BIAS__) == LCD_BIAS_1_3))