7.3.11 Function events_ch_is_ready()
Get the busy status of an Event Channel.
bool events_ch_is_ready( uint32_t channel_id)
| Data direction | Parameter name | Description |
|---|---|---|
|
[in] |
channel_id |
Event Channel ID |
Returns
The Event Channel busy status.
| Return value | Description |
|---|---|
|
true |
If the Event Channel is ready to be used |
|
false |
If the Event Channel is currently busy |
