| /bsp/hc32/ev_hc32f472_lqfp100/board/config/ |
| A D | dac_config.h | 26 .vref = 3300, \ 45 .vref = 3300, \ 64 .vref = 3300, \ 83 .vref = 3300, \
|
| A D | adc_config.h | 26 .vref = 3300, \ 69 .vref = 3300, \ 112 .vref = 3300, \
|
| /bsp/samd21/sam_d2x_asflib/sam0/drivers/system/power/power_sam_d_r_h/ |
| A D | power.h | 110 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 D | power.h | 259 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 D | adc_config.h | 26 .vref = 3300, \ 49 .vref = 3300, \ 72 .vref = 3300, \
|
| /bsp/hc32/ev_hc32f334_lqfp64/board/config/ |
| A D | adc_config.h | 26 .vref = 3300, \ 69 .vref = 3300, \ 112 .vref = 3300, \
|
| A D | dac_config.h | 25 .vref = 3300, \
|
| /bsp/hc32/ev_hc32f448_lqfp80/board/config/ |
| A D | adc_config.h | 26 .vref = 3300, \ 69 .vref = 3300, \ 112 .vref = 3300, \
|
| A D | dac_config.h | 25 .vref = 3300, \
|
| /bsp/hc32/ev_hc32f4a0_lqfp176/board/config/ |
| A D | adc_config.h | 26 .vref = 3300, \ 69 .vref = 3300, \ 112 .vref = 3300, \
|
| A D | dac_config.h | 25 .vref = 3300, \ 44 .vref = 3300, \
|
| /bsp/hc32/ev_hc32f4a8_lqfp176/board/config/ |
| A D | adc_config.h | 26 .vref = 3300, \ 69 .vref = 3300, \ 112 .vref = 3300, \
|
| A D | dac_config.h | 25 .vref = 3300, \ 44 .vref = 3300, \
|
| /bsp/hc32/ev_hc32f460_lqfp100_v2/board/config/ |
| A D | adc_config.h | 26 .vref = 3300, \ 69 .vref = 3300, \
|
| /bsp/hc32/libraries/hc32_drivers/ |
| A D | drv_adc.c | 258 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 D | drv_dac.h | 31 uint16_t vref; /*!< Specifies the ADC reference voltage, unit is mv */ member
|
| A D | drv_adc.h | 39 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 D | power.h | 499 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 D | drv_adc.h | 33 .vref = CYHAL_ADC_REF_VDDA, /* VREF for Single ended channel set to VDDA*/
|
| /bsp/Infineon/libraries/HAL_Drivers/config/cy8c62/ |
| A D | adc_config.h | 32 .vref = CYHAL_ADC_REF_VDDA, // VREF for Single ended channel set to VDDA
|
| /bsp/Infineon/libraries/HAL_Drivers/config/xmc7100/ |
| A D | adc_config.h | 32 .vref = CYHAL_ADC_REF_VDDA, // VREF for Single ended channel set to VDDA
|
| /bsp/Infineon/libraries/HAL_Drivers/config/xmc7200/ |
| A D | adc_config.h | 32 .vref = CYHAL_ADC_REF_VDDA, // VREF for Single ended channel set to VDDA
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/include/ |
| A D | bflb_adc.h | 122 uint8_t vref; member
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/ |
| A D | bflb_adc.c | 98 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 D | drv_adc.c | 36 .vref = ADC_VREF_3P2V,
|