Home
last modified time | relevance | path

Searched refs:offsetValue (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/adc_12b1msps_sar/
Dfsl_adc.h155 uint32_t offsetValue; /*!< User configurable offset value(0-4095). */ member
Dfsl_adc.c290 tmp32 = ADC_OFS_OFS(config->offsetValue); in ADC_SetOffsetConfig()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/hsadc/
Dfsl_hsadc.h220 …uint16_t offsetValue; /*!< Offset value. Original value format as hardware register, with 3-bit… member
Dfsl_hsadc.c882 base->OFFST[sampleIndex] = config->offsetValue; in HSADC_SetSampleConfig()
927 config->offsetValue = 0U; in HSADC_GetDefaultSampleConfig()