STM32F103RET Library Callbacks
Functions |
|
void | halNcpIsAwakeIsr (bool isAwake) |
The SPI Protocol calls
halNcpIsAwakeIsr()
once the wakeup handshaking is complete and the NCP is ready to accept a command.
|
Detailed Description
These callbacks are contributed by the STM32F103RET Library plugin.
Function Documentation
void halNcpIsAwakeIsr | ( | bool |
isAwake
|
) |
The SPI Protocol calls halNcpIsAwakeIsr() once the wakeup handshaking is complete and the NCP is ready to accept a command.
- Parameters
-
isAwake
true if the wake handshake completed and the NCP is awake. false is the wake handshake failed and the NCP is unresponsive.