accel13 2.0.0.0

Data Structures

struct  accel13_s
 Click ctx object definition. More...
 
struct  accel13_cfg_t
 Click configuration structure definition. More...
 
struct  accel13_axis_t
 Accel axis data structure. More...
 
struct  accel13_status_t
 Structure for collecting status data, read from the STATUS registers. More...
 
struct  accel13_wake_up_t
 Structure for collecting status data, read from the WAKE-UP SRC register. More...
 
struct  accel13_tap_t
 Structure for collecting status data, read from the TAP SRC register. More...
 
struct  accel13_6d_t
 Structure for collecting status data, read from the 6D SRC register. More...
 
struct  accel13_user_offset_t
 Structure for collecting data, read from the USER OFFSET registers. More...
 

Typedefs

typedef uint8_t accel13_select_t
 Communication type.
 
typedef void(* accel13_master_io_t) (struct accel13_s *, uint8_t, uint8_t *, uint8_t)
 Master Input/Output type.
 
typedef struct accel13_s accel13_t
 Click ctx object definition.
 

Detailed Description

Typedef Documentation

◆ accel13_master_io_t

typedef void(* accel13_master_io_t) (struct accel13_s *, uint8_t, uint8_t *, uint8_t)

Master Input/Output type.

◆ accel13_select_t

typedef uint8_t accel13_select_t

Communication type.

◆ accel13_t

typedef struct accel13_s accel13_t

Click ctx object definition.