#include <logger.h>
◆ block_size_update
void(* data_logger_cb::block_size_update) (const struct device *dev, uint16_t block_size, void *user_data) |
Data logger has changed the maximum block size.
- Parameters
-
dev | Data logger that changed |
block_size | New maximum block size |
user_data | User context from callback structure |
◆ node
sys_snode_t data_logger_cb::node |
◆ user_data
void* data_logger_cb::user_data |
◆ write_failure
void(* data_logger_cb::write_failure) (const struct device *dev, enum infuse_type data_type, const void *mem, uint16_t mem_len, int reason, void *user_data) |
Writing to the data logger has failed.
- Parameters
-
dev | Data logger that failed to write |
data_type | Data type of the data logger block |
mem | Pointer to the block data |
mem_len | Length of the block data |
reason | Failure reason |
user_data | User context from callback structure |
The documentation for this struct was generated from the following file: