1.29.22.2 SDADC_Enable Function

C

void SDADC_Enable( void );

Summary

Enables the SDADC module

Description

This function enables the clock to the SDADC module and starts the peripheral.

Precondition

MCC GUI should be configured with the right values.

Parameters

None.

Returns

None.

Example

SDADC_Initialize();
SDADC_Enable();

Remarks

SDADcx_Initialize() enables the SDADC peripheral. SDADC_Enable/Disable functions are provided for runtime enabling/disabling the peripheral.