adapter 2.0.0.0

Data Structures

struct  adapter_s
 Click ctx object definition. More...
 
struct  adapter_cfg_t
 Click configuration structure definition. More...
 

Typedefs

typedef uint8_t adapter_select_t
 Communication type.
 
typedef void(* adapter_master_io_t) (struct adapter_s *, uint8_t, uint8_t *, uint8_t)
 Master Input/Output type.
 
typedef struct adapter_s adapter_t
 Click ctx object definition.
 

Detailed Description

Typedef Documentation

◆ adapter_master_io_t

typedef void(* adapter_master_io_t) (struct adapter_s *, uint8_t, uint8_t *, uint8_t)

Master Input/Output type.

◆ adapter_select_t

typedef uint8_t adapter_select_t

Communication type.

◆ adapter_t

typedef struct adapter_s adapter_t

Click ctx object definition.