![]() |
LibDriver AOX4000
|
aox4000 extern driver modules More...
Functions | |
| uint8_t | aox4000_command_read (aox4000_handle_t *handle, char *buf, uint16_t len) |
| command read | |
| uint8_t | aox4000_command_write (aox4000_handle_t *handle, char *buf, uint16_t len) |
| command write | |
aox4000 extern driver modules
| uint8_t aox4000_command_read | ( | aox4000_handle_t * | handle, |
| char * | buf, | ||
| uint16_t | len ) |
command read
| [in] | *handle | pointer to an aox4000 handle structure |
| [out] | *buf | pointer to a data buffer |
| [in] | len | buffer length |
Definition at line 1087 of file driver_aox4000.c.
| uint8_t aox4000_command_write | ( | aox4000_handle_t * | handle, |
| char * | buf, | ||
| uint16_t | len ) |
command write
| [in] | *handle | pointer to an aox4000 handle structure |
| [in] | *buf | pointer to a data buffer |
| [in] | len | buffer length |
Definition at line 1123 of file driver_aox4000.c.