1.8.3.14 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
Param | Description |
---|---|
periphID | peripheral number |
Returns
None.
Example
CLK_PeripheralClockConfigGet(10U);
Remarks
None.