41#ifndef __ALT_RESET_MGR_H__
42#define __ALT_RESET_MGR_H__
241 uint32_t nRST_pin_clk_assertion,
243 bool fpga_mgr_handshake,
244 bool scan_mgr_handshake,
ALT_STATUS_CODE alt_reset_cold_reset(void)
Definition: alt_reset_manager.c:63
ALT_STATUS_CODE alt_reset_warm_reset(uint32_t warm_reset_delay, uint32_t nRST_pin_clk_assertion, bool sdram_refresh, bool fpga_mgr_handshake, bool scan_mgr_handshake, bool fpga_handshake, bool etr_stall)
Definition: alt_reset_manager.c:69
uint32_t alt_reset_event_get(void)
Definition: alt_reset_manager.c:52
ALT_STATUS_CODE alt_reset_event_clear(uint32_t event_mask)
Definition: alt_reset_manager.c:57
enum ALT_RESET_EVENT_e ALT_RESET_EVENT_t
ALT_RESET_EVENT_e
Definition: alt_reset_manager.h:74
@ ALT_RESET_EVENT_L4WD1RST
Definition: alt_reset_manager.h:109
@ ALT_RESET_EVENT_NRSTPINRST
Definition: alt_reset_manager.h:91
@ ALT_RESET_EVENT_CDBGREQRST
Definition: alt_reset_manager.h:115
@ ALT_RESET_EVENT_FPGACOLDRST
Definition: alt_reset_manager.h:82
@ ALT_RESET_EVENT_FPGADBGRST
Definition: alt_reset_manager.h:112
@ ALT_RESET_EVENT_SWWARMRST
Definition: alt_reset_manager.h:97
@ ALT_RESET_EVENT_ETRSTALLTIMEOUT
Definition: alt_reset_manager.h:130
@ ALT_RESET_EVENT_FPGAHSTIMEOUT
Definition: alt_reset_manager.h:127
@ ALT_RESET_EVENT_L4WD0RST
Definition: alt_reset_manager.h:106
@ ALT_RESET_EVENT_MPUWD0RST
Definition: alt_reset_manager.h:100
@ ALT_RESET_EVENT_NPORPINRST
Definition: alt_reset_manager.h:79
@ ALT_RESET_EVENT_SDRSELFREFTIMEOUT
Definition: alt_reset_manager.h:118
@ ALT_RESET_EVENT_SWCOLDRST
Definition: alt_reset_manager.h:88
@ ALT_RESET_EVENT_MPUWD1RST
Definition: alt_reset_manager.h:103
@ ALT_RESET_EVENT_FPGAMGRHSTIMEOUT
Definition: alt_reset_manager.h:121
@ ALT_RESET_EVENT_CONFIGIOCOLDRST
Definition: alt_reset_manager.h:85
@ ALT_RESET_EVENT_FPGAWARMRST
Definition: alt_reset_manager.h:94
@ ALT_RESET_EVENT_PORVOLTRST
Definition: alt_reset_manager.h:76
@ ALT_RESET_EVENT_SCANHSTIMEOUT
Definition: alt_reset_manager.h:124
int32_t ALT_STATUS_CODE
Definition: hwlib.h:60