Home
last modified time | relevance | path

Searched defs:hdlc_api (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/net/hdlc_rcp_if/
Dhdlc_rcp_if.h29 struct hdlc_api { struct
33 struct net_if_api iface_api;
44 int (*register_rx_cb)(hdlc_rx_callback_t hdlc_rx_callback, void *param);
73 BUILD_ASSERT(offsetof(struct hdlc_api, iface_api) == 0); argument
/Zephyr-latest/modules/openthread/platform/
Dhdlc_interface.hpp177 struct hdlc_api *hdlc_api; member in ot::Hdlc::HdlcInterface