|
OpenBIC
OpenSource Bridge-IC
|
#include <stdio.h>#include <string.h>#include "hal_jtag.h"#include "libutil.h"#include <logging/log.h>#include "plat_def.h"
Functions | |
| LOG_MODULE_REGISTER (hal_jtag) | |
| void | jtag_tck_cycle (uint8_t cycle) |
| void | jtag_set_tap (uint8_t data, uint8_t bitlength) |
| void | jtag_shift_data (struct jtag_xfer *xfer) |
| void jtag_set_tap | ( | uint8_t | data, |
| uint8_t | bitlength | ||
| ) |
| void jtag_shift_data | ( | struct jtag_xfer * | xfer | ) |
| void jtag_tck_cycle | ( | uint8_t | cycle | ) |
| LOG_MODULE_REGISTER | ( | hal_jtag | ) |