Searched refs:hdlc_rx_callback_t (Results 1 – 4 of 4) sorted by relevance
26 typedef void (*hdlc_rx_callback_t)(uint8_t *data, uint16_t len, void *param); typedef44 int (*register_rx_cb)(hdlc_rx_callback_t hdlc_rx_callback, void *param);
65 static int hdlc_register_rx_cb(hdlc_rx_callback_t hdlc_rx_callback, void *param) in hdlc_register_rx_cb()
43 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()
163 hdlc_rx_callback_t hdlc_rx_callback;