![]() |
LibDriver BA121
|
ba121 extern driver modules More...
Functions | |
| uint8_t | ba121_set_buffer (ba121_handle_t *handle, uint8_t *buf, uint16_t len) |
| set buffer | |
| uint8_t | ba121_get_buffer (ba121_handle_t *handle, uint8_t *buf, uint16_t len) |
| get buffer | |
ba121 extern driver modules
| uint8_t ba121_get_buffer | ( | ba121_handle_t * | handle, |
| uint8_t * | buf, | ||
| uint16_t | len ) |
get buffer
| [in] | *handle | pointer to a ba121 handle structure |
| [out] | *buf | pointer to a data buffer |
| [in] | len | buffer length |
Definition at line 607 of file driver_ba121.c.
| uint8_t ba121_set_buffer | ( | ba121_handle_t * | handle, |
| uint8_t * | buf, | ||
| uint16_t | len ) |
set buffer
| [in] | *handle | pointer to a ba121 handle structure |
| [in] | *buf | pointer to a data buffer |
| [in] | len | buffer length |
Definition at line 564 of file driver_ba121.c.