Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_adc/
Dfsl_adc.h657 static inline void ADC_SetThresholdPair0(ADC_Type *base, uint32_t lowValue, uint32_t highValue) in ADC_SetThresholdPair0() argument
660 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() argument
673 base->THR1_HIGH = ADC_THR1_HIGH_THRHIGH(highValue); in ADC_SetThresholdPair1()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lcdif/
Dfsl_lcdif.c323 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()
Dfsl_lcdif.h165 uint32_t highValue; /* The high value for the color key range, in 32-bit ARGB8888 format. */ member