21.6.2.15.7 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)
| Data direction | Parameter name | Description |
|---|---|---|
|
[in] |
channel |
Generic Clock Channel index |
Returns
The lock status.
| Return value | Description |
|---|---|
|
true |
The Generic Clock channel is locked |
|
false |
The Generic Clock channel is not locked |
