Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
am9513.h File Reference

Go to the source code of this file.

Macros

#define Am9513_write_register(reg, val)
 
#define Am9513_read_register(reg, val)
 

Macro Definition Documentation

#define Am9513_read_register (   reg,
  val 
)
Value:
do { \
Am9513_output_control(reg); \
val = Am9513_input_data(); \
} while (0)

Definition at line 71 of file am9513.h.

#define Am9513_write_register (   reg,
  val 
)
Value:
do { \
Am9513_output_control(reg); \
Am9513_output_data(val); \
} while (0)

Definition at line 65 of file am9513.h.