11.6.2.9 Function opamp_is_ready()
Checks an OPAMP output ready status.
bool opamp_is_ready( const enum opamp_id number)
Checks if an OPAMP output is ready.
Data direction | Parameter name | Description |
---|---|---|
[in] |
number |
OPAMP number to check |
Returns
Ready status of the select OPAMP.
Return value | Description |
---|---|
false |
If the select OPAMP output is not ready |
ture |
If the select OPAMP output is ready |