2.14.17 CLK_PeripheralClockConfigGet Function

C

uint32_t CLK_PeripheralClockConfigGet(ID_PERIPH periphID);

Summary

Reads the clock configurations of the given peripheral ID

Description

Reads the clock configurations of the given peripheral ID

Precondition

None.

Parameters

ParamDescription
periphIDperipheral number

Returns

None.

Example

CLK_PeripheralClockConfigGet(10U);

Remarks

None.