Software APIs
Data Fields
clock_error_info Struct Reference

Data Fields

const char * name
 The unit being tested.
 
dif_clkmgr_hintable_clock_t clock
 Hintable clock for this unit.
 
uint32_t csr_offset
 The memory location that causes the error. More...
 
void(* crash_function )(void)
 The access function to invoke; this function shall perform a simple access to the IP block, and is thus expected to yield a timeout if its clock has been stopped.
 

Detailed Description

Definition at line 67 of file clkmgr_off_trans_impl.c.

Field Documentation

◆ csr_offset

uint32_t clock_error_info::csr_offset

The memory location that causes the error.

This is the expected value of crash_dump's mdaa.

Definition at line 82 of file clkmgr_off_trans_impl.c.