21.6.2.15.5 Function system_gclk_chan_is_enabled()
Determins if the specified Generic Clock channel is enabled.
bool system_gclk_chan_is_enabled( const uint8_t channel)
| Data direction | Parameter name | Description |
|---|---|---|
|
[in] |
channel |
Generic Clock Channel index |
Returns
The enabled status.
| Return value | Description |
|---|---|
|
true |
The Generic Clock channel is enabled |
|
false |
The Generic Clock channel is disabled |
