5 #ifndef OPENTITAN_SW_DEVICE_LIB_DIF_DIF_RSTMGR_H_ 6 #define OPENTITAN_SW_DEVICE_LIB_DIF_DIF_RSTMGR_H_ 29 #define DIF_RSTMGR_ALERT_INFO_MAX_SIZE 0xf 178 dif_rstmgr_peripheral_t peripheral);
190 const dif_rstmgr_t *handle, dif_rstmgr_peripheral_t peripheral,
205 const dif_rstmgr_t *handle, dif_rstmgr_reset_info_bitfield_t *info);
244 const dif_rstmgr_t *handle, dif_rstmgr_toggle_t *state);
270 const dif_rstmgr_t *handle, dif_rstmgr_alert_info_dump_segment_t *dump,
271 size_t dump_size,
size_t *segments_read);
309 const dif_rstmgr_t *handle, dif_rstmgr_peripheral_t peripheral,
310 dif_rstmgr_software_reset_t reset);
322 const dif_rstmgr_t *handle, dif_rstmgr_peripheral_t peripheral,
327 #endif // __cplusplus 329 #endif // OPENTITAN_SW_DEVICE_LIB_DIF_DIF_RSTMGR_H_