Searched refs:highValue (Results 1 – 3 of 3) sorted by relevance
657 static inline void ADC_SetThresholdPair0(ADC_Type *base, uint32_t lowValue, uint32_t highValue) in ADC_SetThresholdPair0() argument660 base->THR0_HIGH = ADC_THR0_HIGH_THRHIGH(highValue); in ADC_SetThresholdPair0()670 static inline void ADC_SetThresholdPair1(ADC_Type *base, uint32_t lowValue, uint32_t highValue) in ADC_SetThresholdPair1() argument673 base->THR1_HIGH = ADC_THR1_HIGH_THRHIGH(highValue); in ADC_SetThresholdPair1()
323 base->FRAMEBUFFERCOLORKEYHIGH = config->colorkey.highValue; in LCDIF_SetFrameBufferConfig()382 base->OVERLAYCOLORKEYHIGH = config->colorkey.highValue; in LCDIF_SetOverlayLayerConfig()397 base->OVERLAYCOLORKEYHIGH1 = config->colorkey.highValue; in LCDIF_SetOverlayLayerConfig()
165 uint32_t highValue; /* The high value for the color key range, in 32-bit ARGB8888 format. */ member