Typedefs

typedef uint16_t(* rx_handler_cb_t) (uint8_t header, uint8_t length, uint8_t *p_payload)
 RX handler callback function. More...
 
typedef uint16_t(* rx_handler_cb_t) (uint8_t header, uint8_t length, uint8_t *p_payload)
 RX handler callback function. More...
 

Detailed Description

Typedef Documentation

◆ rx_handler_cb_t [1/2]

typedef uint16_t(* rx_handler_cb_t) (uint8_t header, uint8_t length, uint8_t *p_payload)

RX handler callback function.

Definition at line 57 of file lcp_sdk.h.

◆ rx_handler_cb_t [2/2]

typedef uint16_t(* rx_handler_cb_t) (uint8_t header, uint8_t length, uint8_t *p_payload)

RX handler callback function.

Definition at line 57 of file gr55xx_lcp.h.