Home
last modified time | relevance | path

Searched full:gpadc (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/adc/
Dadc_smartbond_gpadc.c128 * Allow the SoC to enter the normal sleep state once GPADC is done. in gpadc_smartbond_pm_policy_state_lock_put()
154 val = GPADC->GP_ADC_CTRL_REG & ~PER_CHANNEL_ADC_CONFIG_MASK; in adc_context_start_sampling()
159 GPADC->GP_ADC_CTRL2_REG = m_channels[current_channel].gp_adc_ctrl2_reg; in adc_context_start_sampling()
160 GPADC->GP_ADC_CTRL_REG = val; in adc_context_start_sampling()
238 GPADC->GP_ADC_CLEAR_INT_REG = 0; in adc_smartbond_isr()
240 data->buffer[data->result_index++] = ((uint16_t)GPADC->GP_ADC_RESULT_REG) >> in adc_smartbond_isr()
298 GPADC->GP_ADC_CTRL3_REG = (rate/1600000)&0xff; in gpadc_smartbond_resume()
300 GPADC->GP_ADC_CTRL_REG = GPADC_GP_ADC_CTRL_REG_GP_ADC_EN_Msk; in gpadc_smartbond_resume()
308 /* Disable the GPADC LDO */ in gpadc_smartbond_resume()
309 GPADC->GP_ADC_CTRL_REG = 0; in gpadc_smartbond_resume()
[all …]
/Zephyr-latest/dts/bindings/adc/
Dnxp,gau-adc.yaml5 NXP GAU GPADC.
/Zephyr-latest/doc/releases/
Drelease-notes-3.4.rst789 * Added drivers for Renesas SmartBond GPADC and SDADC.
Drelease-notes-3.7.rst611 * Added support for power management to the Smartbond SDADC and GPADC drivers.