![]() |
LibDriver ADXL345
2.0.0
ADXL345 full-featured driver
|
adxl345 fifo driver modules More...
Functions | |
uint8_t | adxl345_set_watermark (adxl345_handle_t *handle, uint8_t level) |
set the fifo watermark More... | |
uint8_t | adxl345_get_watermark (adxl345_handle_t *handle, uint8_t *level) |
get the fifo watermark More... | |
uint8_t | adxl345_get_watermark_level (adxl345_handle_t *handle, uint8_t *level) |
get the current fifo watermark level More... | |
adxl345 fifo driver modules
uint8_t adxl345_get_watermark | ( | adxl345_handle_t * | handle, |
uint8_t * | level | ||
) |
get the fifo watermark
[in] | *handle | pointer to an adxl345 handle structure |
[out] | *level | pointer to a watermark level buffer |
Definition at line 2637 of file driver_adxl345.c.
uint8_t adxl345_get_watermark_level | ( | adxl345_handle_t * | handle, |
uint8_t * | level | ||
) |
get the current fifo watermark level
[in] | *handle | pointer to an adxl345 handle structure |
[out] | *level | pointer to a current watermark level buffer |
Definition at line 2674 of file driver_adxl345.c.
uint8_t adxl345_set_watermark | ( | adxl345_handle_t * | handle, |
uint8_t | level | ||
) |
set the fifo watermark
[in] | *handle | pointer to an adxl345 handle structure |
[in] | level | watermark level |
Definition at line 2600 of file driver_adxl345.c.