![]() |
LibDriver BA111
|
ba111 extern driver modules More...
Functions | |
| uint8_t | ba111_set_buffer (ba111_handle_t *handle, uint8_t *buf, uint16_t len) |
| set buffer | |
| uint8_t | ba111_get_buffer (ba111_handle_t *handle, uint8_t *buf, uint16_t len) |
| get buffer | |
ba111 extern driver modules
| uint8_t ba111_get_buffer | ( | ba111_handle_t * | handle, |
| uint8_t * | buf, | ||
| uint16_t | len ) |
get buffer
| [in] | *handle | pointer to a ba111 handle structure |
| [out] | *buf | pointer to a data buffer |
| [in] | len | buffer length |
Definition at line 607 of file driver_ba111.c.
| uint8_t ba111_set_buffer | ( | ba111_handle_t * | handle, |
| uint8_t * | buf, | ||
| uint16_t | len ) |
set buffer
| [in] | *handle | pointer to a ba111 handle structure |
| [in] | *buf | pointer to a data buffer |
| [in] | len | buffer length |
Definition at line 564 of file driver_ba111.c.