Function system_gclk_chan_is_locked()

Determins if the specified Generic Clock channel is locked.

bool system_gclk_chan_is_locked(
		const uint8_t channel)

Table 1. Parameters
Data direction Parameter name Description

[in]

channel

Generic Clock Channel index

Returns

The lock status.

Table 2. Return Values
Return value Description

true

The Generic Clock channel is locked

false

The Generic Clock channel is not locked