Go to the source code of this file.
#define Am9513_read_register |
( |
|
reg, |
|
|
|
val |
|
) |
| |
Value:do { \
Am9513_output_control(
reg); \
} 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.