#include "hpm_mcl_debug.h"Functions | |
| void | hpm_mcl_debug_init (mcl_debug_t *debug) |
| init debug data struct More... | |
| void | hpm_mcl_debug_send_scope (mcl_debug_t *debug) |
| Sends data in the buffer to the outside, Depending on how the callback function works, this function could potentially hang the application. More... | |
| void | hpm_mcl_debug_update_data (mcl_debug_t *debug, uint8_t chn, void *data, mcl_debug_data_type_t type) |
| Update debug data. More... | |
Variables | |
| uint8_t | mcl_debug_fifo [MCL_DEBUG_FIFO+2] = {0xaa, 0xbb} |
| void hpm_mcl_debug_init | ( | mcl_debug_t * | debug | ) |
init debug data struct
| debug | mcl_debug_t |
| void hpm_mcl_debug_send_scope | ( | mcl_debug_t * | debug | ) |
Sends data in the buffer to the outside, Depending on how the callback function works, this function could potentially hang the application.
| debug | mcl_debug_t |
| void hpm_mcl_debug_update_data | ( | mcl_debug_t * | debug, |
| uint8_t | chn, | ||
| void * | data, | ||
| mcl_debug_data_type_t | type | ||
| ) |
Update debug data.
| debug | mcl_debug_t |
| chn | channel number |
| data | input data |
| type | mcl_debug_data_type_t |
| uint8_t mcl_debug_fifo[MCL_DEBUG_FIFO+2] = {0xaa, 0xbb} |