nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches

◆ nrf_rpc_uart_initialized_hook()

void nrf_rpc_uart_initialized_hook ( const struct device * uart_dev)
extern

#include <include/nrf_rpc/nrf_rpc_uart.h>

Notifies that nRF RPC UART transport is ready to receive packets.

This function is called by the nRF RPC UART transport implementation as soon as a transport instance is initialized and ready to receive nRF RPC packets.

Note
The nRF RPC transport implementation provides an empty, weak definition of this function, which the application can override if needed.
Parameters
uart_devThe UART device for which the transport has just been initialized.