#ifndefERI_H#defineERI_H#include<stdint.h>/* The ERI is a bus internal to each Xtensa core. It connects, amongst others, to the debug interface, where it allows reading/writing the same registers as available over JTAG.*//* ... *//** * @brief Perform an ERI read * @param addr : ERI register to read from * * @return Value read *//* ... */uint32_teri_read(intaddr);/** * @brief Perform an ERI write * @param addr : ERI register to write to * @param data : Value to write * * @return Value read *//* ... */voideri_write(intaddr,uint32_tdata);/* ... */#endif
Details
Show: from
Types: Columns:
All items filtered out
All items filtered out
This file uses the notable symbols shown below. Click anywhere in the file to view more details.