7.4.16 Function ast_is_clkbusy()
Check the busy status of the AST clock.
bool ast_is_clkbusy( Ast * ast)
| Data direction | Parameter name | Description |
|---|---|---|
|
[in] |
ast |
Module hardware register base address pointer |
Returns
AST clock busy status.
| Return value | Description |
|---|---|
|
false |
AST clock is not busy |
|
true |
AST clock is busy |
