Searched refs:hdlc_api (Results 1 – 5 of 5) sorted by relevance
29 struct hdlc_api { struct73 BUILD_ASSERT(offsetof(struct hdlc_api, iface_api) == 0); argument
58 hdlc_api = (struct hdlc_api *)radio_dev->api; in HdlcInterface()59 __ASSERT(hdlc_api != NULL, "Radio device initialization failed"); in HdlcInterface()89 status = hdlc_api->register_rx_cb(hdlc_rx_callback, this); in Init()105 status = hdlc_api->deinit(); in Deinit()234 ret = hdlc_api->send((uint8_t *)aFrame, aLength); in Write()
177 struct hdlc_api *hdlc_api; member in ot::Hdlc::HdlcInterface
101 static const struct hdlc_api nxp_hdlc_api = {
200 static const struct hdlc_api uart_hdlc_api = {