Home
last modified time | relevance | path

Searched refs:vref (Results 1 – 25 of 25) sorted by relevance

/bsp/hc32/ev_hc32f472_lqfp100/board/config/
A Ddac_config.h26 .vref = 3300, \
45 .vref = 3300, \
64 .vref = 3300, \
83 .vref = 3300, \
A Dadc_config.h26 .vref = 3300, \
69 .vref = 3300, \
112 .vref = 3300, \
/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/power/power_sam_d_r_h/
A Dpower.h110 const enum system_voltage_reference vref) in system_voltage_reference_enable() argument
112 switch (vref) { in system_voltage_reference_enable()
135 const enum system_voltage_reference vref) in system_voltage_reference_disable() argument
137 switch (vref) { in system_voltage_reference_disable()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/power/power_sam_c/
A Dpower.h259 const enum system_voltage_reference vref) in system_voltage_reference_enable() argument
261 switch (vref) { in system_voltage_reference_enable()
282 const enum system_voltage_reference vref) in system_voltage_reference_disable() argument
284 switch (vref) { in system_voltage_reference_disable()
/bsp/hc32/lckfb-hc32f4a0-lqfp100/board/config/
A Dadc_config.h26 .vref = 3300, \
49 .vref = 3300, \
72 .vref = 3300, \
/bsp/hc32/ev_hc32f334_lqfp64/board/config/
A Dadc_config.h26 .vref = 3300, \
69 .vref = 3300, \
112 .vref = 3300, \
A Ddac_config.h25 .vref = 3300, \
/bsp/hc32/ev_hc32f448_lqfp80/board/config/
A Dadc_config.h26 .vref = 3300, \
69 .vref = 3300, \
112 .vref = 3300, \
A Ddac_config.h25 .vref = 3300, \
/bsp/hc32/ev_hc32f4a0_lqfp176/board/config/
A Dadc_config.h26 .vref = 3300, \
69 .vref = 3300, \
112 .vref = 3300, \
A Ddac_config.h25 .vref = 3300, \
44 .vref = 3300, \
/bsp/hc32/ev_hc32f4a8_lqfp176/board/config/
A Dadc_config.h26 .vref = 3300, \
69 .vref = 3300, \
112 .vref = 3300, \
A Ddac_config.h25 .vref = 3300, \
44 .vref = 3300, \
/bsp/hc32/ev_hc32f460_lqfp100_v2/board/config/
A Dadc_config.h26 .vref = 3300, \
69 .vref = 3300, \
/bsp/hc32/libraries/hc32_drivers/
A Ddrv_adc.c258 rt_int16_t vref = 0; in _adc_get_vref() local
261 vref = p_adc_dev->init.vref; in _adc_get_vref()
263 return vref; in _adc_get_vref()
A Ddrv_dac.h31 uint16_t vref; /*!< Specifies the ADC reference voltage, unit is mv */ member
A Ddrv_adc.h39 uint16_t vref; /*!< Specifies the ADC reference voltage, unit is mv */ member
/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/power/power_sam_l/
A Dpower.h499 const enum system_voltage_reference vref) in system_voltage_reference_enable() argument
501 switch (vref) { in system_voltage_reference_enable()
522 const enum system_voltage_reference vref) in system_voltage_reference_disable() argument
524 switch (vref) { in system_voltage_reference_disable()
/bsp/Infineon/libraries/HAL_Drivers/
A Ddrv_adc.h33 .vref = CYHAL_ADC_REF_VDDA, /* VREF for Single ended channel set to VDDA*/
/bsp/Infineon/libraries/HAL_Drivers/config/cy8c62/
A Dadc_config.h32 .vref = CYHAL_ADC_REF_VDDA, // VREF for Single ended channel set to VDDA
/bsp/Infineon/libraries/HAL_Drivers/config/xmc7100/
A Dadc_config.h32 .vref = CYHAL_ADC_REF_VDDA, // VREF for Single ended channel set to VDDA
/bsp/Infineon/libraries/HAL_Drivers/config/xmc7200/
A Dadc_config.h32 .vref = CYHAL_ADC_REF_VDDA, // VREF for Single ended channel set to VDDA
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/include/
A Dbflb_adc.h122 uint8_t vref; member
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/
A Dbflb_adc.c98 if (config->vref == ADC_VREF_2P0V) { in bflb_adc_init()
437 uint8_t vref; in bflb_adc_parse_result() local
447 vref = (getreg32(reg_base + AON_GPADC_REG_CONFIG2_OFFSET) & AON_GPADC_VREF_SEL) >> 3; in bflb_adc_parse_result()
449 if (vref == ADC_VREF_2P0V) { in bflb_adc_parse_result()
/bsp/bouffalo_lab/libraries/rt_drivers/
A Ddrv_adc.c36 .vref = ADC_VREF_3P2V,

Completed in 51 milliseconds