|
Appiko
|
Functions | |
| void | SdkEvalLedInit (SdkEvalLed xLed) |
| Configures LED GPIO. More... | |
| void | SdkEvalLedOn (SdkEvalLed xLed) |
| Turns selected LED On. More... | |
| void | SdkEvalLedOff (SdkEvalLed xLed) |
| Turns selected LED Off. More... | |
| void | SdkEvalLedToggle (SdkEvalLed xLed) |
| Toggles the selected LED. More... | |
| FlagStatus | SdkEvalLedGetState (SdkEvalLed xLed) |
| Returns the status of a specified led. More... | |
| FlagStatus SdkEvalLedGetState | ( | SdkEvalLed | xLed | ) |
| xLed | Specifies the Led to be read. This parameter can be one of following parameters:
|
| FlagStatus | return the status of the LED. This parameter can be: SET or RESET. |
Definition at line 158 of file SDK_EVAL_Led.c.
| void SdkEvalLedInit | ( | SdkEvalLed | xLed | ) |
| xLed | Specifies the Led to be configured. This parameter can be one of following parameters:
|
| None. |
Definition at line 98 of file SDK_EVAL_Led.c.
| void SdkEvalLedOff | ( | SdkEvalLed | xLed | ) |
| xLed | Specifies the Led to be set off. This parameter can be one of following parameters:
|
| None. |
Definition at line 133 of file SDK_EVAL_Led.c.
| void SdkEvalLedOn | ( | SdkEvalLed | xLed | ) |
| xLed | Specifies the Led to be set on. This parameter can be one of following parameters:
|
| None. |
Definition at line 120 of file SDK_EVAL_Led.c.
| void SdkEvalLedToggle | ( | SdkEvalLed | xLed | ) |
| xLed | Specifies the Led to be toggled. This parameter can be one of following parameters:
|
| None. |
Definition at line 145 of file SDK_EVAL_Led.c.
1.8.15