STM32F103RET Library Callbacks#

These callbacks are contributed by the STM32F103RET Library plugin.

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.

Function Documentation#

halNcpIsAwakeIsr#

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
N/AisAwake

true if the wake handshake completed and the NCP is awake. false is the wake handshake failed and the NCP is unresponsive.


Definition at line 903 of file ./app/ncp/doc/callback.doc