Functions | |
| void | Cy_DSADC_DisableAchan (PACSS_ACHAN_Type *base) |
| Disable the Analog Channel. More... | |
| void | Cy_DSADC_EnableAchan (PACSS_ACHAN_Type *base) |
| Enable the Analog Channel. More... | |
| void | Cy_DSADC_InitAchan (PACSS_ACHAN_Type *base, const cy_stc_dsadc_achan_config_t *config) |
| Configure the Analog Channel. More... | |
| void | Cy_DSADC_PendSecondConvAchan (PACSS_ACHAN_Type *base) |
| Enable the Analog Channel. More... | |
| void | Cy_DSADC_StartConversionAchan (PACSS_ACHAN_Type *base) |
| Enable the Analog Channel. More... | |
| void | Cy_DSADC_InitAchanChannelChopping (PACSS_ACHAN_Type *base, const cy_stc_dsadc_achan_channel_chopping_config_t *config) |
| Configure the selected Analog Channel to perform the channel chopping. More... | |
| void Cy_DSADC_DisableAchan | ( | PACSS_ACHAN_Type * | base | ) |
Disable the Analog Channel.
| base | The base address for the Analog Channel. |
| void Cy_DSADC_EnableAchan | ( | PACSS_ACHAN_Type * | base | ) |
Enable the Analog Channel.
| base | The base address for the Analog Channel. |
| void Cy_DSADC_InitAchan | ( | PACSS_ACHAN_Type * | base, |
| const cy_stc_dsadc_achan_config_t * | config | ||
| ) |
Configure the Analog Channel.
| base | The base address for the Analog Channel. |
| config | ACHAN configuration. See cy_stc_dsadc_achan_config_t. |
| void Cy_DSADC_PendSecondConvAchan | ( | PACSS_ACHAN_Type * | base | ) |
Enable the Analog Channel.
| base | The base address for the Analog Channel. |
| void Cy_DSADC_StartConversionAchan | ( | PACSS_ACHAN_Type * | base | ) |
Enable the Analog Channel.
| base | The base address for the Analog Channel. |
| void Cy_DSADC_InitAchanChannelChopping | ( | PACSS_ACHAN_Type * | base, |
| const cy_stc_dsadc_achan_channel_chopping_config_t * | config | ||
| ) |
Configure the selected Analog Channel to perform the channel chopping.
| base | The base address for the Analog Channel. |
| config | Configuration options for the ACHAN channel chopping |