Home
last modified time | relevance | path

Searched refs:HdlcRxCallback (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/modules/openthread/platform/
Dhdlc_interface.hpp189 static void HdlcRxCallback(uint8_t *data, uint16_t len, void *param);
Dhdlc_interface.cpp52 hdlc_rx_callback = HdlcRxCallback; in HdlcInterface()
343 void HdlcInterface::HdlcRxCallback(uint8_t *data, uint16_t len, void *param) in HdlcRxCallback() function in ot::Hdlc::HdlcInterface