Home
last modified time | relevance | path

Searched refs:hdlc_rx_callback_t (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/net/hdlc_rcp_if/
Dhdlc_rcp_if.h26 typedef void (*hdlc_rx_callback_t)(uint8_t *data, uint16_t len, void *param); typedef
44 int (*register_rx_cb)(hdlc_rx_callback_t hdlc_rx_callback, void *param);
/Zephyr-latest/drivers/hdlc_rcp_if/
Dhdlc_rcp_if_nxp.c65 static int hdlc_register_rx_cb(hdlc_rx_callback_t hdlc_rx_callback, void *param) in hdlc_register_rx_cb()
Dhdlc_rcp_if_uart.c43 hdlc_rx_callback_t cb;
159 static int hdlc_register_rx_cb(hdlc_rx_callback_t hdlc_rx_callback, void *param) in hdlc_register_rx_cb()
/Zephyr-latest/modules/openthread/platform/
Dhdlc_interface.hpp163 hdlc_rx_callback_t hdlc_rx_callback;