Data Fields | |
| volatile int | enabled |
| volatile int | transferring |
| void(* | transfer_start )(const char *buf, uint32_t len) |
| void(* | transfer_block )(const char *buf, uint32_t len) |
| char * | transfer_buf |
| uint32_t | max_transfer_size |
| hpm_log_fifo_t | fifo |
| hpm_log_t * | ctx |
| hpm_log_t* hpm_log_engine::ctx |
| volatile int hpm_log_engine::enabled |
| hpm_log_fifo_t hpm_log_engine::fifo |
| uint32_t hpm_log_engine::max_transfer_size |
| void(* hpm_log_engine::transfer_block) (const char *buf, uint32_t len) |
| char* hpm_log_engine::transfer_buf |
| void(* hpm_log_engine::transfer_start) (const char *buf, uint32_t len) |
| volatile int hpm_log_engine::transferring |