1.5.24.3 SDADC_Disable Function

C

void SDADC_Disable( void )

Summary

Disables the SDADC module

Description

This function disables the clock to the SDADC module and stops the peripheral.

Precondition

MCC GUI should be configured with the right values.

Parameters

None.

Returns

None.

Example

SDADC_Initialize();
SDADC_Disable();

Remarks

None.